From 18d76ab1a3ebec08e23824911981c46741b1c3c0 Mon Sep 17 00:00:00 2001 From: Joshua Davey Date: Mon, 2 Aug 2010 21:49:06 -0500 Subject: [PATCH] New version! --- lib/tabletastic/version.rb | 2 +- tabletastic.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tabletastic/version.rb b/lib/tabletastic/version.rb index 8161d11..1a77086 100644 --- a/lib/tabletastic/version.rb +++ b/lib/tabletastic/version.rb @@ -1,3 +1,3 @@ module Tabletastic - VERSION = "0.2.0.pre4" + VERSION = "0.2.0.pre5" end \ No newline at end of file diff --git a/tabletastic.gemspec b/tabletastic.gemspec index 6716dd1..d4ab494 100644 --- a/tabletastic.gemspec +++ b/tabletastic.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.authors = ["Joshua Davey"] s.email = 'josh@joshuadavey.com' 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} @@ -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