Skip to content

Commit

Permalink
New version!
Browse files Browse the repository at this point in the history
  • Loading branch information
jgdavey committed Aug 3, 2010
1 parent e9571fa commit 18d76ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/tabletastic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tabletastic
VERSION = "0.2.0.pre4"
VERSION = "0.2.0.pre5"
end
4 changes: 2 additions & 2 deletions tabletastic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.authors = ["Joshua Davey"]
s.email = '[email protected]'
s.homepage = 'http://github.com/jgdavey/tabletastic'
s.date = '2010-07-18'
s.date = '2010-08-02'

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}
Expand All @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

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

0 comments on commit 18d76ab

Please sign in to comment.