Skip to content

Commit

Permalink
New version for bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed May 27, 2011
1 parent a31dd4a commit b5ec6f8
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
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby #!/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? raise "Could not get version so gemspec can not be built" if version.nil?
files = Dir.glob("**/*").flatten.reject do |file| files = Dir.glob("**/*").flatten.reject do |file|
file =~ /\.gem$/ file =~ /\.gem$/
Expand Down
4 changes: 2 additions & 2 deletions refinerycms-inquiries.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{refinerycms-inquiries} s.name = %q{refinerycms-inquiries}
s.version = %q{1.0.0} s.version = %q{1.0.1}
s.date = %q{2011-05-03} s.date = %q{2011-05-28}
s.summary = %q{Inquiry handling functionality for the Refinery CMS project.} 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.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} s.homepage = %q{http://refinerycms.com}
Expand Down

0 comments on commit b5ec6f8

Please sign in to comment.