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 CHANGED
@@ -3,3 +3,5 @@
3
3
  Gemfile.lock
4
4
  pkg/*
5
5
  nbproject
6
+ .redcar
7
+ .redcar/**/*
@@ -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
 
@@ -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.3.1"
18
+ VERSION = "0.3.2"
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: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
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-03-08 00:00:00 -07:00
18
+ date: 2011-05-10 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21