diff --git a/lib/gemspec.rb b/lib/gemspec.rb index a761385f..1d7eeaae 100644 --- a/lib/gemspec.rb +++ b/lib/gemspec.rb @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -version = '1.0.0' +version = '1.0.1' raise "Could not get version so gemspec can not be built" if version.nil? files = Dir.glob("**/*").flatten.reject do |file| file =~ /\.gem$/ diff --git a/refinerycms-inquiries.gemspec b/refinerycms-inquiries.gemspec index dbf17a28..e7827fb5 100644 --- a/refinerycms-inquiries.gemspec +++ b/refinerycms-inquiries.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = %q{refinerycms-inquiries} - s.version = %q{1.0.0} - s.date = %q{2011-05-03} + s.version = %q{1.0.1} + s.date = %q{2011-05-28} s.summary = %q{Inquiry handling functionality for the Refinery CMS project.} s.description = %q{Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.} s.homepage = %q{http://refinerycms.com}