cafepress_api 0.2.3 → 0.2.4
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 +3 -3
data/lib/cafepress_api.rb
CHANGED
@@ -157,6 +157,6 @@ Or better yet, add the mapping yourself in product_colors.rb and submit it back
|
|
157
157
|
open("http://open-api.cafepress.com/store.findByStoreId.cp?v=3&appKey=#{app_key}&storeId=#{cafepress_store_id}") do |s| content = s.read end
|
158
158
|
doc = REXML::Document.new(content)
|
159
159
|
|
160
|
-
{:store_id => cafepress_store_id, :description => doc.root.attributes['description']}
|
160
|
+
{:store_id => cafepress_store_id, :description => doc.root.attributes['description'], :title => doc.root.attributes['title']}
|
161
161
|
end
|
162
162
|
end
|
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: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 4
|
10
|
+
version: 0.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Benjamin Lee Smith
|