Skip to content

Commit

Permalink
Move to semantic versioning
Browse files Browse the repository at this point in the history
Bump version number
Minor remove excessive installation details

Installing gems manually ('gem install dredd_hooks') is always possible,
however, if you who needs it to be mentionned in the README, you are
probably not familar with Ruby and should use a Gemfile.
  • Loading branch information
gonzalo-bulnes committed Apr 24, 2016
1 parent 80c26f2 commit 3dbc490
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dredd_hooks (0.0.1)
dredd_hooks (0.1.0)

GEM
remote: https://rubygems.org/
Expand Down
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ Test your api with [Dredd HTTP API testing framework](https://github.com/apiaryi

## Installation

Add this line to your application's Gemfile:
Add the gem to your `Gemfile`:

```ruby
gem 'dredd_hooks'
```

And then execute:

$ bundle
# Gemfile

Or install it yourself as:

$ gem install dredd_hooks
gem 'dredd_hooks', '0.1.0' # see semver.org
```

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/dredd_hooks/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DreddHooks
VERSION = "0.0.1"
VERSION = "0.1.0"
end

0 comments on commit 3dbc490

Please sign in to comment.