Skip to content

Commit

Permalink
release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
7even committed Nov 14, 2013
1 parent 0028146 commit db91614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ rails generate zodiac:migration Person custom_sign_id
* 0.2.3 Added Spanish locale (thanks [jazminschroeder](https://github.com/jazminschroeder))
* 0.2.4 Correct leap-year dates handling (thanks [BastienDuplessier](https://github.com/BastienDuplessier))
* 0.2.5 Added German locale (thanks [contradictioned](https://github.com/contradictioned))
* 0.2.6 Added rails 4.0 support (thanks [travisp](https://github.com/travisp))

## Roadmap

Expand Down
2 changes: 1 addition & 1 deletion lib/zodiac/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Zodiac
VERSION = '0.2.5'
VERSION = '0.2.6'
end
1 change: 1 addition & 0 deletions zodiac.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |s|

s.add_dependency 'funtimes'
s.add_dependency 'i18n'

s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'activerecord', '~> 3'
Expand Down

0 comments on commit db91614

Please sign in to comment.