Skip to content

Commit

Permalink
Fix minor issues on documents
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Jul 9, 2014
1 parent cfb2f13 commit 874b585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1

env:
-
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ run MyApp
In `config/environments/development.rb`

```ruby
MyApp::Application.configure do
Rails.application.configure do
config.rack_dev_mark.enable = true
end
```
Expand Down
4 changes: 2 additions & 2 deletions rack-dev-mark.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Gem::Specification.new do |gem|
gem.authors = ["Daisuke Taniwaki"]
gem.email = ["daisuketaniwaki@gmail.com"]
gem.homepage = "https://github.com/dtaniwaki/rack-dev-mark"
gem.summary = "Differentiate development environemt from production"
gem.description = "Differentiate development environemt from production"
gem.summary = "Differentiate development environment from production"
gem.description = "Differentiate development environment from production"
gem.license = "MIT"

gem.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 874b585

Please sign in to comment.