jsmestad-chargify.gemspec in jsmestad-chargify-0.3.2.2 vs jsmestad-chargify.gemspec in jsmestad-chargify-0.3.3
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{jsmestad-chargify}
- s.version = "0.3.2.2"
+ s.version = "0.3.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wynn Netherland", "Justin Smestad"]
- s.date = %q{2010-09-21}
+ s.date = %q{2010-10-02}
s.email = %q{justin.smestad@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.markdown"
]
@@ -31,9 +31,10 @@
"lib/chargify/config.rb",
"lib/chargify/customer.rb",
"lib/chargify/error.rb",
"lib/chargify/parser.rb",
"lib/chargify/product.rb",
+ "lib/chargify/product_family.rb",
"lib/chargify/subscription.rb",
"lib/chargify/transaction.rb",
"spec/fixtures/charge_subscription.json",
"spec/fixtures/charge_subscription_missing_parameters.json",
"spec/fixtures/component.json",