Navigation Menu

Skip to content

Commit

Permalink
Regenerated gemspec for version 0.9.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Dec 28, 2010
1 parent 1c4daec commit 4bfe443
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/gemspec.rb
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
version = '0.9.9.7'
version = '0.9.9.8'
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
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -6,7 +6,7 @@

Include the latest [gem](http://rubygems.org/gems/refinerycms-inquiries) into your Refinery CMS application's Gemfile:

gem "refinerycms-inquiries", '~> 0.9.9.7'
gem 'refinerycms-inquiries', '~> 0.9.9.8'

Then type the following at command line inside your Refinery CMS application's root directory:

Expand Down
7 changes: 3 additions & 4 deletions refinerycms-inquiries.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-inquiries}
s.version = %q{0.9.9.7}
s.date = %q{2010-12-12}
s.version = %q{0.9.9.8}
s.date = %q{2010-12-29}
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 Expand Up @@ -30,7 +30,6 @@ Gem::Specification.new do |s|
'app/views/admin/inquiries/_submenu.html.erb',
'app/views/admin/inquiries/index.html.erb',
'app/views/admin/inquiries/show.html.erb',
'app/views/admin/inquiries/spam.html.erb',
'app/views/admin/inquiry_settings',
'app/views/admin/inquiry_settings/_confirmation_email_form.html.erb',
'app/views/admin/inquiry_settings/_notification_recipients_form.html.erb',
Expand Down Expand Up @@ -62,8 +61,8 @@ Gem::Specification.new do |s|
'config/routes.rb',
'db',
'db/migrate',
'db/migrate/20101208082840_create_inquiries.rb',
'db/migrate/20101208082841_remove_position_and_open_from_inquiries.rb',
'db/migrate/create_inquiries.rb',
'db/seeds',
'db/seeds/pages_for_inquiries.rb',
'features',
Expand Down

0 comments on commit 4bfe443

Please sign in to comment.