cafepress_api 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/lib/cafepress_api.rb +1 -0
- data/lib/cafepress_api/version.rb +1 -1
- metadata +4 -4
data/.gitignore
CHANGED
data/lib/cafepress_api.rb
CHANGED
@@ -23,6 +23,7 @@ module CafePressAPI
|
|
23
23
|
FRONT_PRODUCT_VIEW = 'f'
|
24
24
|
BACK_PRODUCT_VIEW = 'b'
|
25
25
|
ADD_TO_CART_BASE_URL = 'http://www.cafepress.com/cp/addtocart.aspx'
|
26
|
+
VIEW_CART_BASE_URL = 'http://www.cafepress.com/cp/viewcart.aspx'
|
26
27
|
include ProductGenders
|
27
28
|
include ProductColors
|
28
29
|
|
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: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 2
|
10
|
+
version: 0.3.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Benjamin Lee Smith
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-05-10 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|