Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yolk committed Mar 3, 2009
1 parent 4231aa4 commit 81f055b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions biggs.gemspec
Expand Up @@ -2,20 +2,20 @@

Gem::Specification.new do |s|
s.name = %q{biggs}
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sebastian Munz"]
s.date = %q{2009-03-03}
s.description = %q{biggs is a small ruby tool to format postal addresses from over 60 countries. Use it as a standalone ruby gem or as a plugin for Rails.}
s.description = %q{biggs is a small ruby gem/rails plugin for formatting postal addresses from over 60 countries.}
s.email = %q{sebastian@yo.lk}
s.files = ["README.textile", "VERSION.yml", "lib/biggs", "lib/biggs/activerecord.rb", "lib/biggs/formatter.rb", "lib/biggs.rb"]
s.files = ["CHANGES.textile", "README.textile", "VERSION.yml", "lib/biggs", "lib/biggs/activerecord.rb", "lib/biggs/formatter.rb", "lib/biggs.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/yolk/biggs}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{biggs is a small ruby tool to format postal addresses from over 60 countries. Use it as a standalone ruby gem or as a plugin for Rails.}
s.summary = %q{biggs is a small ruby gem/rails plugin for formatting postal addresses from over 60 countries.}

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

0 comments on commit 81f055b

Please sign in to comment.