Skip to content

Commit

Permalink
bumping to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed May 27, 2013
1 parent 4244729 commit 07ac382
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
## Unreleased Changes

[Full Changelog](https://github.com/bwillis/versioncake/compare/v1.1...master)
[Full Changelog](https://github.com/bwillis/versioncake/compare/v1.2...master)

## 1.2.0 (May 26, 2013)

[Full Changelog](https://github.com/bwillis/versioncake/compare/v1.1...v1.2)

Bug Fixes:

* None

Enhancements:

* Support Rails 4
* Adding Rails version testing with [Appraisals](https://github.com/thoughtbot/appraisal)
* Added contribution guide

Deprecations:

* None

## 1.1.0 (May 18, 2013)

[Full Changelog](https://github.com/bwillis/versioncake/compare/v1.0...v1.1)


Bug Fixes:

* HttpAcceptParameterStrategy will now accept multiple digit versions
Expand Down
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:
versioncake (1.1.0)
versioncake (1.2.0)
actionpack (>= 3.2)
activesupport (>= 3.2)
railties (>= 3.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem install versioncake

### Requirements

Rails >= v3.2 is supported in versioncake =< v1.1. Rails 4 support will be included versioncake >= v1.2.
Rails >= v3.2 is supported in versioncake =< v1.1. Rails 4 support is included versioncake >= v1.2.

## Example

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails3.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
versioncake (1.1.0)
versioncake (1.2.0)
actionpack (>= 3.2)
activesupport (>= 3.2)
railties (>= 3.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails4.0.rc1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
versioncake (1.1.0)
versioncake (1.2.0)
actionpack (>= 3.2)
activesupport (>= 3.2)
railties (>= 3.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/versioncake/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module VersionCake
VERSION = "1.1.0"
VERSION = "1.2.0"
end

0 comments on commit 07ac382

Please sign in to comment.