cafepress_api 0.2.5 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cafepress_api.rb +1 -1
- data/lib/cafepress_api/version.rb +1 -1
- metadata +4 -4
data/lib/cafepress_api.rb
CHANGED
@@ -131,7 +131,7 @@ Or better yet, add the mapping yourself in product_colors.rb and submit it back
|
|
131
131
|
:name => product.attributes['name'],
|
132
132
|
:default_caption => product.attributes['defaultCaption'],
|
133
133
|
:cafepress_product_id => product.attributes['id'],
|
134
|
-
:url => product.attributes['
|
134
|
+
:url => product.attributes['storeUri'],
|
135
135
|
:cafepress_design_id => product.get_elements("mediaConfiguration[@perspectives='Front']").first.attributes['designId'],
|
136
136
|
:cafepress_back_design_id => cafepress_back_design_id,
|
137
137
|
:gender => gender, # See comment above
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cafepress_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 3
|
9
|
+
- 0
|
10
|
+
version: 0.3.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Benjamin Lee Smith
|