Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian committed Jul 11, 2017
1 parent e987491 commit e2b9b45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ test/version_tmp
tmp
.idea
.rvmrc

*.swp
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,12 @@ end
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Push gem

Example:

```
gem build reqres_rspec.gemspec
gem push reqres_rspec-0.2.6.gem
```

0 comments on commit e2b9b45

Please sign in to comment.