bigcommerce 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/bigcommerce.gemspec CHANGED
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "bigcommerce"
3
- s.version = "0.0.1"
3
+ s.version = "0.0.2"
4
4
  s.date = "2011-09-12"
5
5
  s.summary = "Enables Ruby applications to communicate with the BigCommerce API"
6
6
  s.email = "dev-accounts@bigcommerce.com"
7
- s.homepage = "http://github.com/tlconnor/xero_gateway"
7
+ s.homepage = "http://github.com/bigcommerce/bigcommerce-api-ruby"
8
8
  s.description = "Enables Ruby applications to communicate with the BigCommerce API"
9
9
  s.has_rdoc = false
10
10
  s.authors = ["BigCommerce"]
@@ -1,3 +1,3 @@
1
1
  module Bigcommerce
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigcommerce
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - BigCommerce
@@ -51,7 +51,7 @@ files:
51
51
  - lib/bigcommerce.rb
52
52
  - run.rb
53
53
  has_rdoc: true
54
- homepage: http://github.com/tlconnor/xero_gateway
54
+ homepage: http://github.com/bigcommerce/bigcommerce-api-ruby
55
55
  licenses: []
56
56
 
57
57
  post_install_message: