Skip to content

Commit

Permalink
Nearing 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Oct 12, 2010
1 parent 6d18557 commit 9eb400d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/gemspec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
version = '0.9.8.10'
version = '0.9.9'
raise "Could not get version so gemspec can not be built" if version.nil?
files = Dir.glob("**/*").flatten.reject do |file|
file =~ /\.gem$/
Expand Down
4 changes: 2 additions & 2 deletions refinerycms-inquiries.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-inquiries}
s.version = %q{0.9.8.10}
s.date = %q{2010-10-01}
s.version = %q{0.9.9}
s.date = %q{2010-10-13}
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}
Expand Down

0 comments on commit 9eb400d

Please sign in to comment.