Skip to content

Commit

Permalink
Bump to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed May 19, 2015
1 parent 4c0e730 commit def0851
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

**Please Note**: This change log only covers v1.3 forwards - apologies for anything missing prior to that.

## Version 1.12.0

* RSpec 3.0 Differ fixes, Thanks to [newdark](https://github.com/newdark).
* Fix deprecation warning for `path_parameters` in 4.2, Thanks to [davidpdrsn](https://github.com/davidpdrsn).
* Travis CI fixes, Thanks to [DamirSvrtan](https://github.com/DamirSvrtan).

## Version 1.11.0

* Support for RSpec >= 3.0
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -660,6 +660,9 @@ Inside the `RSpec.configure do |config|` block.
- [Aron Hegyi](https://github.com/ahegyi) - Doc tweaks for `:invalid_resource`.
- [Manuel Meurer](https://github.com/manuelmeurer) for Doc tweaks.
- [Travis Pew](https://github.com/travisp) for initial RSpec v3 support.
- [newdark](https://github.com/newdark) for RSpec v3 fixes.
- [davidpdrsn](https://github.com/davidpdrsn) for Rails 4.2 fixes.
- [DamirSvrtan](https://github.com/DamirSvrtan) for Travis CI fixes.

If you're not on this list and thing you should be, let @Sutto know.

Expand Down
2 changes: 1 addition & 1 deletion rocket_pants.gemspec
Expand Up @@ -4,7 +4,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = "rocket_pants"
s.version = "1.11.0"
s.version = "1.12.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Darcy Laycock"]
s.email = ["sutto@sutto.net"]
Expand Down

0 comments on commit def0851

Please sign in to comment.