Skip to content

Commit 0a688c7

Browse files
authored
Rename script/ to scripts/
1 parent b2e7ead commit 0a688c7

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

.codeclimate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ ratings:
1919
paths:
2020
- "**.rb"
2121
#exclude_paths:
22-
#- script/
22+
#- scripts/

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AllCops:
55
- lib/**/*.rb
66
- test/**/*.rb
77
Exclude:
8-
- script/*
8+
- scripts/*
99

1010
inherit_mode:
1111
merge:

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ port_sum = servers.map { |server| server['port'] }.sum
333333
git clone https://github.com/erikw/nestedtext-ruby.git && cd $(basename "$_" .git)
334334
```
335335
1. Install a supported ruby version (see .gemspec) with a ruby version manager e.g. [rbenv](https://github.com/rbenv/rbenv), [asdf](http://asdf-vm.com/) or [RVM](https://rvm.io/rvm/install)
336-
1. run `$ script/setup` or `$ bundle install` to install dependencies
337-
1. run `$ script/test` or `bundle exec rake test` to run the tests
338-
1. You can also run `$ script/console` for an interactive prompt that will allow you to experiment.
336+
1. run `$ scripts/setup` or `$ bundle install` to install dependencies
337+
1. run `$ scripts/test` or `bundle exec rake test` to run the tests
338+
1. You can also run `$ scripts/console` for an interactive prompt that will allow you to experiment.
339339
1. For local testing, install the gem on local machine with: `$ bundle exec rake install`.
340340
* or manually with `$ gem build *.gemscpec && gem install *.gem`
341341
1. Watch changes on file system and execute tests with `$ bundle exec guard`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)