spree_sample 0.70.0.rc2 → 0.70.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/LICENSE +1 -1
  2. data/db/sample/payment_methods.yml +1 -2
  3. metadata +10 -16
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2007-2010, Rails Dog LLC and other contributors
1
+ Copyright (c) 2007-2011, Rails Dog LLC and other contributors
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,
@@ -21,10 +21,9 @@ bogus_prod:
21
21
  environment: production
22
22
  active: true
23
23
  type: Gateway::Bogus
24
- bogus_prod:
24
+ bogus_staging:
25
25
  name: Credit Card
26
26
  description: Bogus payment gateway for staging.
27
27
  environment: staging
28
28
  active: true
29
29
  type: Gateway::Bogus
30
-
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_sample
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15425137
5
- prerelease: 7
4
+ hash: 263
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 70
9
9
  - 0
10
- - rc
11
- - 2
12
- version: 0.70.0.rc2
10
+ version: 0.70.0
13
11
  platform: ruby
14
12
  authors:
15
13
  - Sean Schofield
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2011-09-30 00:00:00 Z
18
+ date: 2011-10-07 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  type: :runtime
@@ -27,14 +25,12 @@ dependencies:
27
25
  requirements:
28
26
  - - "="
29
27
  - !ruby/object:Gem::Version
30
- hash: 15425137
28
+ hash: 263
31
29
  segments:
32
30
  - 0
33
31
  - 70
34
32
  - 0
35
- - rc
36
- - 2
37
- version: 0.70.0.rc2
33
+ version: 0.70.0
38
34
  version_requirements: *id001
39
35
  name: spree_core
40
36
  description: Required dependency for Spree
@@ -122,14 +118,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
118
  required_rubygems_version: !ruby/object:Gem::Requirement
123
119
  none: false
124
120
  requirements:
125
- - - ">"
121
+ - - ">="
126
122
  - !ruby/object:Gem::Version
127
- hash: 25
123
+ hash: 3
128
124
  segments:
129
- - 1
130
- - 3
131
- - 1
132
- version: 1.3.1
125
+ - 0
126
+ version: "0"
133
127
  requirements:
134
128
  - none
135
129
  rubyforge_project: spree_sample