cafepress_api 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/lib/cafepress_api.rb CHANGED
@@ -139,7 +139,8 @@ Or better yet, add the mapping yourself in product_colors.rb and submit it back
139
139
  :default_color_id => default_color_id,
140
140
  :image_urls => image_urls,
141
141
  :default_cafepress_size_id => default_size_id,
142
- :sizes => sizes
142
+ :sizes => sizes,
143
+ :price => product.attributes['sellPrice']
143
144
  }
144
145
  end
145
146
  products
@@ -15,5 +15,5 @@
15
15
  # along with CafePressAPI. If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
17
  module CafePressAPI
18
- VERSION = "0.2.4"
18
+ VERSION = "0.2.5"
19
19
  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: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benjamin Lee Smith