Skip to content

Commit

Permalink
fix gemspec description
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Dec 14, 2014
1 parent 76fc7b5 commit 37dd900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You no longer have to care whether the value is "0" or "false" or "no" or "FALSE
```ruby
# Without Nenv
t.verbose = (ENV['CI'] == 'true')
ok = ENV['RUBYGEMS_GEMDEPS'] == "1" || ENV.key?('BUNDLE_GEMFILE']
ok = ENV['RUBYGEMS_GEMDEPS'] == "1" || ENV.key?('BUNDLE_GEMFILE')
ENV['DEBUG'] = "true"

```
Expand Down
2 changes: 1 addition & 1 deletion nenv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ['Cezary Baginski']
spec.email = ['cezary@chronomantic.net']
spec.summary = "Convenience wrapper for Ruby's ENV"
spec.description = 'Using ENV is like using raw SQL statements in your code. Well all know how that ends...'
spec.description = 'Using ENV is like using raw SQL statements in your code. We all know how that ends...'
spec.homepage = 'https://github.com/e2/nenv'
spec.license = 'MIT'

Expand Down

0 comments on commit 37dd900

Please sign in to comment.