Skip to content

Commit

Permalink
Package for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser committed Jul 12, 2010
1 parent bc76e69 commit bf7f3dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
= ActiveFulfillment CHANGELOG

== Version 1.0.0 (July 12, 2010)

* Add inventory support to Amazon and Webgistix [Adrian Irving-Beer]

== Version 0.10.0 (July 6, 2010)

* Remove DHL from Webgistix shipping methods [Dennis Thiesen]
* Update Amazon FBA to use AWS credentials [John Tajima]
* Use new connection code from ActiveMerchant [cody]
Expand Down
7 changes: 5 additions & 2 deletions active_fulfillment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{active_fulfillment}
s.version = "0.10.0"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Cody Fauser", "James MacAulay"]
s.date = %q{2010-07-06}
s.date = %q{2010-07-12}
s.email = %q{cody@shopify.com}
s.files = [
"CHANGELOG",
Expand Down Expand Up @@ -60,6 +60,9 @@ Gem::Specification.new do |s|
"test/unit/services/shipwire_test.rb",
"test/unit/services/webgistix_test.rb"
]

s.add_dependency('activesupport', '~> 2.3.2')
s.add_dependency('builder', '>= 2.0.0')

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

0 comments on commit bf7f3dc

Please sign in to comment.