Skip to content

Commit

Permalink
Updated gemspec from gemcutter release
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Oct 5, 2009
1 parent 079dfb9 commit 5b1425a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions nullify_blanks.gemspec
@@ -1,3 +1,6 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
Expand All @@ -6,14 +9,15 @@ Gem::Specification.new do |s|


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrew White"] s.authors = ["Andrew White"]
s.date = %q{2009-07-13} s.date = %q{2009-10-05}
s.description = %q{A simple wrapper class that provides basic access to the Prowl API.} s.description = %q{Ruby on Rails plugin to ensure nullable databases columns are set to null rather than empty strings.}
s.email = %q{andyw@pixeltrix.co.uk} s.email = %q{andyw@pixeltrix.co.uk}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README" "README"
] ]
s.files = [ s.files = [
"CHANGELOG", ".gitignore",
"CHANGELOG",
"MIT-LICENSE", "MIT-LICENSE",
"README", "README",
"Rakefile", "Rakefile",
Expand All @@ -26,19 +30,18 @@ Gem::Specification.new do |s|
"test/fixtures/products.yml", "test/fixtures/products.yml",
"test/nullify_blanks_test.rb" "test/nullify_blanks_test.rb"
] ]
s.has_rdoc = true s.homepage = %q{http://github.com/pixeltrix/nullify_blanks/}
s.homepage = %q{http://github.com/pixeltrix/prowler/}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1} s.rubygems_version = %q{1.3.5}
s.summary = %q{Provides access to the Prowl API.} s.summary = %q{Nullify blank columns in ActiveRecord}
s.test_files = [ s.test_files = [
"test/nullify_blanks_test.rb" "test/nullify_blanks_test.rb"
] ]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2 s.specification_version = 3


if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else else
Expand Down

0 comments on commit 5b1425a

Please sign in to comment.