spree_loyalty_points 1.0.0 → 1.0.1
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/README.md +1 -1
- metadata +51 -32
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Spree Loyalty Points
|
|
1
|
+
Spree Loyalty Points [](https://codeclimate.com/github/vinsol/spree-loyalty-points) [](https://travis-ci.org/vinsol/spree-loyalty-points)
|
|
2
2
|
====================
|
|
3
3
|
|
|
4
4
|
This extension adds Loyalty Points for users.
|
metadata
CHANGED
|
@@ -1,38 +1,47 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_loyalty_points
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 0
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- Jatin Baweja
|
|
14
|
+
- Sushant Mittal
|
|
9
15
|
autorequire:
|
|
10
16
|
bindir: bin
|
|
11
17
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
18
|
+
|
|
19
|
+
date: 2014-02-27 00:00:00 Z
|
|
20
|
+
dependencies:
|
|
21
|
+
- !ruby/object:Gem::Dependency
|
|
15
22
|
name: spree_core
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- - ~>
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: '2.1'
|
|
22
|
-
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
26
|
-
requirements:
|
|
26
|
+
requirements:
|
|
27
27
|
- - ~>
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 1
|
|
30
|
+
segments:
|
|
31
|
+
- 2
|
|
32
|
+
- 1
|
|
33
|
+
version: "2.1"
|
|
34
|
+
type: :runtime
|
|
35
|
+
version_requirements: *id001
|
|
30
36
|
description: To award loyalty points and add loyalty points payment method to spree
|
|
31
37
|
email: info@vinsol.com
|
|
32
38
|
executables: []
|
|
39
|
+
|
|
33
40
|
extensions: []
|
|
41
|
+
|
|
34
42
|
extra_rdoc_files: []
|
|
35
|
-
|
|
43
|
+
|
|
44
|
+
files:
|
|
36
45
|
- LICENSE
|
|
37
46
|
- README.md
|
|
38
47
|
- app/assets/javascripts/admin/spree_loyalty_points.js
|
|
@@ -96,29 +105,39 @@ files:
|
|
|
96
105
|
- db/migrate/20140205111553_add_transaction_id_to_spree_loyalty_points_transactions.rb
|
|
97
106
|
- db/migrate/20140207055836_add_lock_version_to_spree_user.rb
|
|
98
107
|
homepage: http://vinsol.com
|
|
99
|
-
licenses:
|
|
108
|
+
licenses:
|
|
100
109
|
- MIT
|
|
101
110
|
post_install_message:
|
|
102
111
|
rdoc_options: []
|
|
103
|
-
|
|
112
|
+
|
|
113
|
+
require_paths:
|
|
104
114
|
- lib
|
|
105
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
115
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
106
116
|
none: false
|
|
107
|
-
requirements:
|
|
108
|
-
- -
|
|
109
|
-
- !ruby/object:Gem::Version
|
|
117
|
+
requirements:
|
|
118
|
+
- - ">="
|
|
119
|
+
- !ruby/object:Gem::Version
|
|
120
|
+
hash: 53
|
|
121
|
+
segments:
|
|
122
|
+
- 1
|
|
123
|
+
- 9
|
|
124
|
+
- 3
|
|
110
125
|
version: 1.9.3
|
|
111
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
127
|
none: false
|
|
113
|
-
requirements:
|
|
114
|
-
- -
|
|
115
|
-
- !ruby/object:Gem::Version
|
|
116
|
-
|
|
117
|
-
|
|
128
|
+
requirements:
|
|
129
|
+
- - ">="
|
|
130
|
+
- !ruby/object:Gem::Version
|
|
131
|
+
hash: 3
|
|
132
|
+
segments:
|
|
133
|
+
- 0
|
|
134
|
+
version: "0"
|
|
135
|
+
requirements:
|
|
118
136
|
- none
|
|
119
137
|
rubyforge_project:
|
|
120
|
-
rubygems_version: 1.8.
|
|
138
|
+
rubygems_version: 1.8.24
|
|
121
139
|
signing_key:
|
|
122
140
|
specification_version: 3
|
|
123
141
|
summary: Add loyalty points to spree
|
|
124
142
|
test_files: []
|
|
143
|
+
|