Skip to content

Commit

Permalink
Tag 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Mar 8, 2010
1 parent 1920abc commit ee5fcc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,7 @@
== master

== 0.4.1 / 2010-03-07

* Add support for per-group default preferences
* Fix unsaved boolean preferences getting overridden by defaults if value is false

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -6,7 +6,7 @@ require 'rake/gempackagetask'

spec = Gem::Specification.new do |s|
s.name = 'preferences'
s.version = '0.4.0'
s.version = '0.4.1'
s.platform = Gem::Platform::RUBY
s.summary = 'Adds support for easily creating custom preferences for ActiveRecord models'
s.description = s.summary
Expand Down
2 changes: 1 addition & 1 deletion preferences.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{preferences}
s.version = "0.4.0"
s.version = "0.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Pfeifer"]
Expand Down

0 comments on commit ee5fcc7

Please sign in to comment.