Skip to content

Commit

Permalink
Regenerated gemspec for version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice committed Apr 13, 2011
1 parent 3a39921 commit ba012bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions validates_as_uk_postcode.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{validates_as_uk_postcode}
s.version = "2.0.1"
s.version = "2.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Steven Rushe", "David Rice"]
s.date = %q{2011-04-12}
s.date = %q{2011-04-13}
s.description = %q{A library for validating uk postcodes}
s.email = ["me@davidjrice.co.uk"]
s.extra_rdoc_files = [
Expand All @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/davidjrice/validates_as_uk_postcode}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.7.2}
s.summary = %q{Validates a field is a valid UK postcode}
s.test_files = [
"test/rails2/models/abstract_model.rb",
Expand All @@ -36,10 +36,9 @@ Gem::Specification.new do |s|
]

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

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

0 comments on commit ba012bf

Please sign in to comment.