bigcommerce 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bigcommerce.gemspec +2 -2
- data/lib/bigcommerce/version.rb +1 -1
- metadata +4 -4
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.
|
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/
|
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"]
|
data/lib/bigcommerce/version.rb
CHANGED
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:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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/
|
54
|
+
homepage: http://github.com/bigcommerce/bigcommerce-api-ruby
|
55
55
|
licenses: []
|
56
56
|
|
57
57
|
post_install_message:
|