Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrom committed Dec 30, 2010
1 parent b0dbbe3 commit 88c5d58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ If you want to improve immortal
2. Create a topic branch `git checkout -b my_feature`
3. Push it! `git push origin my_feature`
4. Open a pull request

## CHANGELOG

- 0.1.1 fix behavior with `has_many :through` associations
2 changes: 1 addition & 1 deletion immortal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "immortal"
s.version = '0.1.0'
s.version = '0.1.1'
s.platform = Gem::Platform::RUBY
s.authors = ["Jordi Romero", "Saimon Moore"]
s.email = ["[email protected]", "[email protected]"]
Expand Down

0 comments on commit 88c5d58

Please sign in to comment.