Skip to content

Commit

Permalink
added missing files to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rlivsey committed Jan 20, 2010
1 parent 04569bb commit 2216911
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rspreedly.gemspec
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
"lib/rspreedly/config.rb",
"lib/rspreedly/error.rb",
"lib/rspreedly/invoice.rb",
"lib/rspreedly/lifetime_complimentary_subscription.rb",
"lib/rspreedly/line_item.rb",
"lib/rspreedly/payment_method.rb",
"lib/rspreedly/subscriber.rb",
Expand All @@ -45,6 +46,7 @@ Gem::Specification.new do |s|
"spec/fixtures/error_string.txt",
"spec/fixtures/errors.xml",
"spec/fixtures/existing_subscriber.xml",
"spec/fixtures/feature_level_blank.xml",
"spec/fixtures/free_plan_not_elligable.xml",
"spec/fixtures/free_plan_not_free.xml",
"spec/fixtures/free_plan_not_set.xml",
Expand All @@ -53,6 +55,7 @@ Gem::Specification.new do |s|
"spec/fixtures/invalid_update.xml",
"spec/fixtures/invoice_created.xml",
"spec/fixtures/invoice_invalid.xml",
"spec/fixtures/lifetime_subscription_success.xml",
"spec/fixtures/no_plans.xml",
"spec/fixtures/no_subscribers.xml",
"spec/fixtures/payment_already_paid.xml",
Expand Down Expand Up @@ -84,6 +87,7 @@ Gem::Specification.new do |s|
"spec/subscription_plan_spec.rb"
]
s.add_dependency('httparty', '>= 0.5.0')

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

0 comments on commit 2216911

Please sign in to comment.