Skip to content

Commit

Permalink
use code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pravi committed Jun 16, 2016
1 parent df0b959 commit 4bdfba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -108,8 +108,12 @@ $ gem install idn-ruby

This project conforms to semver. As a result of this policy, you can (and should) specify a dependency on this gem using the Pessimistic Version Constraint with two digits of precision. For example:

```ruby
spec.add_dependency 'addressable', '~> 1.0'
```

This means your project is compatible with addressable 1.0 up until 2.0. You can also set a higher minimum version:

```ruby
spec.add_dependency 'addressable', '~> 1.1'
```

0 comments on commit 4bdfba0

Please sign in to comment.