spree_api 1.0.0.rc1 → 1.0.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/LICENSE
CHANGED
metadata
CHANGED
|
@@ -1,81 +1,52 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_api
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0.rc2
|
|
5
5
|
prerelease: 6
|
|
6
|
-
segments:
|
|
7
|
-
- 1
|
|
8
|
-
- 0
|
|
9
|
-
- 0
|
|
10
|
-
- rc
|
|
11
|
-
- 1
|
|
12
|
-
version: 1.0.0.rc1
|
|
13
6
|
platform: ruby
|
|
14
|
-
authors:
|
|
7
|
+
authors:
|
|
15
8
|
- David North
|
|
16
9
|
autorequire:
|
|
17
10
|
bindir: bin
|
|
18
11
|
cert_chain: []
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
12
|
+
date: 2012-01-14 00:00:00.000000000Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: spree_core
|
|
16
|
+
requirement: &70218253708740 !ruby/object:Gem::Requirement
|
|
24
17
|
none: false
|
|
25
|
-
requirements:
|
|
26
|
-
- -
|
|
27
|
-
- !ruby/object:Gem::Version
|
|
28
|
-
|
|
29
|
-
segments:
|
|
30
|
-
- 1
|
|
31
|
-
- 0
|
|
32
|
-
- 0
|
|
33
|
-
- rc
|
|
34
|
-
- 1
|
|
35
|
-
version: 1.0.0.rc1
|
|
36
|
-
requirement: *id001
|
|
18
|
+
requirements:
|
|
19
|
+
- - =
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 1.0.0.rc2
|
|
37
22
|
type: :runtime
|
|
38
23
|
prerelease: false
|
|
39
|
-
|
|
40
|
-
- !ruby/object:Gem::Dependency
|
|
41
|
-
|
|
24
|
+
version_requirements: *70218253708740
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: spree_auth
|
|
27
|
+
requirement: &70218253708040 !ruby/object:Gem::Requirement
|
|
42
28
|
none: false
|
|
43
|
-
requirements:
|
|
44
|
-
- -
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
|
|
47
|
-
segments:
|
|
48
|
-
- 1
|
|
49
|
-
- 0
|
|
50
|
-
- 0
|
|
51
|
-
- rc
|
|
52
|
-
- 1
|
|
53
|
-
version: 1.0.0.rc1
|
|
54
|
-
requirement: *id002
|
|
29
|
+
requirements:
|
|
30
|
+
- - =
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 1.0.0.rc2
|
|
55
33
|
type: :runtime
|
|
56
34
|
prerelease: false
|
|
57
|
-
|
|
35
|
+
version_requirements: *70218253708040
|
|
58
36
|
description: Required dependency for Spree
|
|
59
|
-
email: david@
|
|
37
|
+
email: david@spreecommerce.com
|
|
60
38
|
executables: []
|
|
61
|
-
|
|
62
39
|
extensions: []
|
|
63
|
-
|
|
64
40
|
extra_rdoc_files: []
|
|
65
|
-
|
|
66
|
-
files:
|
|
41
|
+
files:
|
|
67
42
|
- LICENSE
|
|
68
43
|
- README.md
|
|
69
|
-
- app/assets/javascripts/admin/all.js
|
|
70
44
|
- app/assets/javascripts/admin/spree.js
|
|
71
45
|
- app/assets/javascripts/admin/spree_api.js
|
|
72
|
-
- app/assets/javascripts/store/all.js
|
|
73
46
|
- app/assets/javascripts/store/spree.js
|
|
74
47
|
- app/assets/javascripts/store/spree_api.js
|
|
75
|
-
- app/assets/stylesheets/admin/all.css
|
|
76
48
|
- app/assets/stylesheets/admin/spree.css
|
|
77
49
|
- app/assets/stylesheets/admin/spree_api.css
|
|
78
|
-
- app/assets/stylesheets/store/all.css
|
|
79
50
|
- app/assets/stylesheets/store/spree.css
|
|
80
51
|
- app/assets/stylesheets/store/spree_api.css
|
|
81
52
|
- app/controllers/spree/admin/users_controller_decorator.rb
|
|
@@ -101,35 +72,23 @@ files:
|
|
|
101
72
|
- db/migrate/20100107141738_add_api_key_to_users.rb
|
|
102
73
|
homepage: http://spreecommerce.com
|
|
103
74
|
licenses: []
|
|
104
|
-
|
|
105
75
|
post_install_message:
|
|
106
76
|
rdoc_options: []
|
|
107
|
-
|
|
108
|
-
require_paths:
|
|
77
|
+
require_paths:
|
|
109
78
|
- lib
|
|
110
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
79
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
111
80
|
none: false
|
|
112
|
-
requirements:
|
|
113
|
-
- -
|
|
114
|
-
- !ruby/object:Gem::Version
|
|
115
|
-
hash: 57
|
|
116
|
-
segments:
|
|
117
|
-
- 1
|
|
118
|
-
- 8
|
|
119
|
-
- 7
|
|
81
|
+
requirements:
|
|
82
|
+
- - ! '>='
|
|
83
|
+
- !ruby/object:Gem::Version
|
|
120
84
|
version: 1.8.7
|
|
121
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
86
|
none: false
|
|
123
|
-
requirements:
|
|
124
|
-
- -
|
|
125
|
-
- !ruby/object:Gem::Version
|
|
126
|
-
hash: 25
|
|
127
|
-
segments:
|
|
128
|
-
- 1
|
|
129
|
-
- 3
|
|
130
|
-
- 1
|
|
87
|
+
requirements:
|
|
88
|
+
- - ! '>'
|
|
89
|
+
- !ruby/object:Gem::Version
|
|
131
90
|
version: 1.3.1
|
|
132
|
-
requirements:
|
|
91
|
+
requirements:
|
|
133
92
|
- none
|
|
134
93
|
rubyforge_project:
|
|
135
94
|
rubygems_version: 1.8.10
|
|
@@ -137,4 +96,3 @@ signing_key:
|
|
|
137
96
|
specification_version: 3
|
|
138
97
|
summary: Provides RESTful access for Spree.
|
|
139
98
|
test_files: []
|
|
140
|
-
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
// This is a manifest file that'll be compiled into including all the files listed below.
|
|
2
|
-
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
|
|
3
|
-
// be included in the compiled file accessible from http://example.com/assets/application.js
|
|
4
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
5
|
-
// the compiled file.
|
|
6
|
-
//
|
|
7
|
-
|
|
8
|
-
//= require admin/spree_api
|
|
9
|
-
//= require_tree .
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This is a manifest file that'll be compiled into including all the files listed below.
|
|
2
|
-
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
|
|
3
|
-
// be included in the compiled file accessible from http://example.com/assets/application.js
|
|
4
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
5
|
-
// the compiled file.
|
|
6
|
-
//
|
|
7
|
-
//= require store/spree_api
|
|
8
|
-
//= require_tree .
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
3
|
-
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
4
|
-
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
5
|
-
*
|
|
6
|
-
*= require admin/spree_api
|
|
7
|
-
*= require_self
|
|
8
|
-
*= require_tree .
|
|
9
|
-
*/
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
3
|
-
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
4
|
-
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
5
|
-
*
|
|
6
|
-
*= require store/spree_api
|
|
7
|
-
*= require_self
|
|
8
|
-
*= require_tree .
|
|
9
|
-
*/
|