Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 24, 2010
1 parent ab4fb79 commit 655dec2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rdoc
@@ -1,6 +1,8 @@
== 0.2.3

* enhancements
* added :attributes method to generate all attributes given
* udpate generator to use the new syntax show_for:install
* update generator to use the new syntax show_for:install

* bug fix
* fix numeric types
Expand Down
2 changes: 1 addition & 1 deletion lib/show_for/version.rb
@@ -1,3 +1,3 @@
module ShowFor
VERSION = "0.2.2".freeze
VERSION = "0.2.3".freeze
end
4 changes: 2 additions & 2 deletions show_for.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{show_for}
s.version = "0.2.2"
s.version = "0.2.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim"]
s.date = %q{2010-07-13}
s.date = %q{2010-07-25}
s.description = %q{Wrap your objects with a helper to easily show them}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 655dec2

Please sign in to comment.