Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating version to 0.2.0.pre4, documentation
  • Loading branch information
jgdavey committed Jul 18, 2010
1 parent 451e967 commit 5009b2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rdoc
Expand Up @@ -3,6 +3,7 @@ Git (for upcoming v0.2.0 release)
* Updating to Rails3 API and idioms * Updating to Rails3 API and idioms
* Adding default table html options * Adding default table html options
* Adding default lambda (table block) so that table_for can be called without passing a block * Adding default lambda (table block) so that table_for can be called without passing a block
* Adding has_one associations


v0.1.3 (Dec 28, 2009) v0.1.3 (Dec 28, 2009)


Expand Down
2 changes: 1 addition & 1 deletion lib/tabletastic/version.rb
@@ -1,3 +1,3 @@
module Tabletastic module Tabletastic
VERSION = "0.2.0.pre3" VERSION = "0.2.0.pre4"
end end
4 changes: 2 additions & 2 deletions tabletastic.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.authors = ["Joshua Davey"] s.authors = ["Joshua Davey"]
s.email = 'josh@joshuadavey.com' s.email = 'josh@joshuadavey.com'
s.homepage = 'http://github.com/jgdavey/tabletastic' s.homepage = 'http://github.com/jgdavey/tabletastic'
s.date = '2010-06-28' s.date = '2010-07-18'


s.summary = 'A smarter table builder for Rails collections' s.summary = 'A smarter table builder for Rails collections'
s.description = %q{A table builder for active record collections that produces semantically rich and accessible table markup} s.description = %q{A table builder for active record collections that produces semantically rich and accessible table markup}
Expand All @@ -21,7 +21,7 @@ Gem::Specification.new do |s|


s.require_path = 'lib' s.require_path = 'lib'
s.required_rubygems_version = ">= 1.3.6" s.required_rubygems_version = ">= 1.3.6"
s.add_runtime_dependency('activesupport', '>= 3.0.0.beta2') s.add_runtime_dependency('activesupport', '>= 3.0.0.beta4')
s.test_files = Dir.glob("spec/**/*_spec.rb") + %w{spec/spec_helper.rb} s.test_files = Dir.glob("spec/**/*_spec.rb") + %w{spec/spec_helper.rb}
s.add_development_dependency "rspec" s.add_development_dependency "rspec"
end end
Expand Down

0 comments on commit 5009b2a

Please sign in to comment.