Skip to content

Commit

Permalink
Fixed typo in readme. Added foreman to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Oct 11, 2016
1 parent 323cc79 commit 4285dff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'rclconf', '1.0.0'
group :test do
gem 'minitest', '~> 5.9'
gem 'watir', '~> 5.0.0'
gem 'foreman'
end

group :development, :test do
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ GEM
ffi (~> 1.0, >= 1.0.11)
commonwatir (4.0.0)
ffi (1.9.14)
foreman (0.82.0)
thor (~> 0.19.1)
hpricot (0.8.6)
htmlgrid (1.1.3)
sbsm (>= 1.2.7)
Expand All @@ -26,6 +28,7 @@ GEM
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
thor (0.19.1)
watir (5.0.0)
commonwatir (~> 4)
watir-webdriver
Expand All @@ -37,6 +40,7 @@ PLATFORMS
ruby

DEPENDENCIES
foreman
htmlgrid (~> 1.1.3)
minitest (~> 5.9)
rake (~> 11.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
% bundle install --path vendor
```

### Configureation
### Configuration

Use sample files in `etc` directory.

Expand Down

0 comments on commit 4285dff

Please sign in to comment.