Skip to content

Commit

Permalink
update gemspec for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlivsey committed Oct 29, 2009
1 parent bad04e7 commit f078462
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rspreedly.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{rspreedly}
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 = ["Richard Livsey"]
s.date = %q{2009-10-29}
s.date = %q{2009-10-30}
s.email = %q{richard@livsey.org}
s.extra_rdoc_files = [
"LICENSE",
Expand All @@ -31,6 +31,7 @@ Gem::Specification.new do |s|
"lib/rspreedly/subscriber.rb",
"lib/rspreedly/subscription_plan.rb",
"rspreedly.gemspec",
"spec/base_spec.rb",
"spec/config_spec.rb",
"spec/fixtures/complimentary_failed_active.xml",
"spec/fixtures/complimentary_failed_inactive.xml",
Expand Down Expand Up @@ -69,7 +70,8 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.5}
s.summary = %q{Ruby library for the Spreedly API}
s.test_files = [
"spec/config_spec.rb",
"spec/base_spec.rb",
"spec/config_spec.rb",
"spec/invoice_spec.rb",
"spec/spec_helper.rb",
"spec/subscriber_spec.rb",
Expand Down

0 comments on commit f078462

Please sign in to comment.