piggybak_coupons 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/piggybak_coupons/engine.rb +1 -1
- data/lib/piggybak_coupons/version.rb +1 -1
- metadata +82 -84
metadata
CHANGED
@@ -1,147 +1,145 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: piggybak_coupons
|
3
|
-
version: !ruby/object:Gem::Version
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.10
|
4
5
|
prerelease:
|
5
|
-
version: 0.0.9
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
7
|
+
authors:
|
8
8
|
- Steph Skardal
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-11-14 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
16
15
|
name: rails
|
17
|
-
requirement:
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
18
17
|
none: false
|
19
|
-
requirements:
|
18
|
+
requirements:
|
20
19
|
- - ~>
|
21
|
-
- !ruby/object:Gem::Version
|
20
|
+
- !ruby/object:Gem::Version
|
22
21
|
version: 3.2.8
|
23
22
|
type: :runtime
|
24
23
|
prerelease: false
|
25
|
-
version_requirements:
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ~>
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 3.2.8
|
26
30
|
description: Coupon support for Piggybak.
|
27
|
-
email:
|
31
|
+
email:
|
28
32
|
- steph@endpoint.com
|
29
33
|
executables: []
|
30
|
-
|
31
34
|
extensions: []
|
32
|
-
|
33
35
|
extra_rdoc_files: []
|
34
|
-
|
35
|
-
files:
|
36
|
-
- app/models/piggybak_coupons/coupon.rb
|
37
|
-
- app/models/piggybak_coupons/coupon_application.rb
|
38
|
-
- app/assets/javascripts/piggybak_coupons/piggybak_coupons.js
|
36
|
+
files:
|
39
37
|
- app/controllers/piggybak_coupons/coupon_controller.rb
|
38
|
+
- app/assets/javascripts/piggybak_coupons/piggybak_coupons.js
|
39
|
+
- app/models/piggybak_coupons/coupon_application.rb
|
40
|
+
- app/models/piggybak_coupons/coupon.rb
|
40
41
|
- app/views/piggybak_coupons/_apply_coupon.html.erb
|
41
42
|
- config/routes.rb
|
42
43
|
- db/migrate/20121012220537_piggybak_coupons_setup.rb
|
43
44
|
- db/migrate/20121022165051_coupon_decimal_field_update.rb
|
45
|
+
- lib/piggybak_coupons/line_item_decorator.rb
|
44
46
|
- lib/piggybak_coupons/engine.rb
|
45
47
|
- lib/piggybak_coupons/version.rb
|
46
|
-
- lib/piggybak_coupons/line_item_decorator.rb
|
47
48
|
- lib/piggybak_coupons.rb
|
48
49
|
- lib/tasks/piggybak_coupons_tasks.rake
|
49
50
|
- LICENSE
|
50
51
|
- Rakefile
|
51
52
|
- README.md
|
52
|
-
- test/piggybak_coupons_test.rb
|
53
53
|
- test/integration/navigation_test.rb
|
54
|
+
- test/test_helper.rb
|
54
55
|
- test/dummy/script/rails
|
55
|
-
- test/dummy/
|
56
|
-
- test/dummy/
|
57
|
-
- test/dummy/public/404.html
|
58
|
-
- test/dummy/public/500.html
|
59
|
-
- test/dummy/app/helpers/application_helper.rb
|
60
|
-
- test/dummy/app/assets/javascripts/application.js
|
61
|
-
- test/dummy/app/assets/stylesheets/application.css
|
56
|
+
- test/dummy/Rakefile
|
57
|
+
- test/dummy/README.rdoc
|
62
58
|
- test/dummy/app/controllers/application_controller.rb
|
59
|
+
- test/dummy/app/assets/stylesheets/application.css
|
60
|
+
- test/dummy/app/assets/javascripts/application.js
|
61
|
+
- test/dummy/app/helpers/application_helper.rb
|
63
62
|
- test/dummy/app/views/layouts/application.html.erb
|
64
|
-
- test/dummy/config.
|
65
|
-
- test/dummy/README.rdoc
|
66
|
-
- test/dummy/Rakefile
|
63
|
+
- test/dummy/config/locales/en.yml
|
67
64
|
- test/dummy/config/environment.rb
|
68
|
-
- test/dummy/config/
|
69
|
-
- test/dummy/config/
|
70
|
-
- test/dummy/config/
|
65
|
+
- test/dummy/config/routes.rb
|
66
|
+
- test/dummy/config/environments/production.rb
|
67
|
+
- test/dummy/config/environments/test.rb
|
68
|
+
- test/dummy/config/environments/development.rb
|
69
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
71
70
|
- test/dummy/config/initializers/secret_token.rb
|
72
71
|
- test/dummy/config/initializers/mime_types.rb
|
73
|
-
- test/dummy/config/initializers/
|
74
|
-
- test/dummy/config/
|
75
|
-
- test/dummy/config/
|
76
|
-
- test/dummy/config/environments/production.rb
|
72
|
+
- test/dummy/config/initializers/session_store.rb
|
73
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
74
|
+
- test/dummy/config/initializers/inflections.rb
|
77
75
|
- test/dummy/config/boot.rb
|
78
|
-
- test/dummy/config/database.yml
|
79
|
-
- test/dummy/config/locales/en.yml
|
80
76
|
- test/dummy/config/application.rb
|
81
|
-
- test/dummy/config/
|
82
|
-
- test/
|
77
|
+
- test/dummy/config/database.yml
|
78
|
+
- test/dummy/public/500.html
|
79
|
+
- test/dummy/public/422.html
|
80
|
+
- test/dummy/public/favicon.ico
|
81
|
+
- test/dummy/public/404.html
|
82
|
+
- test/dummy/config.ru
|
83
|
+
- test/piggybak_coupons_test.rb
|
83
84
|
homepage: http://www.piggybak.org/
|
84
85
|
licenses: []
|
85
|
-
|
86
86
|
post_install_message:
|
87
87
|
rdoc_options: []
|
88
|
-
|
89
|
-
require_paths:
|
88
|
+
require_paths:
|
90
89
|
- lib
|
91
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
90
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
92
91
|
none: false
|
93
|
-
requirements:
|
94
|
-
- -
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
|
97
|
-
segments:
|
92
|
+
requirements:
|
93
|
+
- - ! '>='
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
version: '0'
|
96
|
+
segments:
|
98
97
|
- 0
|
99
|
-
|
100
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
|
+
hash: -3711201292044044366
|
99
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
100
|
none: false
|
102
|
-
requirements:
|
103
|
-
- -
|
104
|
-
- !ruby/object:Gem::Version
|
105
|
-
|
106
|
-
segments:
|
101
|
+
requirements:
|
102
|
+
- - ! '>='
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: '0'
|
105
|
+
segments:
|
107
106
|
- 0
|
108
|
-
|
107
|
+
hash: -3711201292044044366
|
109
108
|
requirements: []
|
110
|
-
|
111
109
|
rubyforge_project:
|
112
110
|
rubygems_version: 1.8.23
|
113
111
|
signing_key:
|
114
112
|
specification_version: 3
|
115
113
|
summary: Coupon support for Piggybak.
|
116
|
-
test_files:
|
117
|
-
- test/piggybak_coupons_test.rb
|
114
|
+
test_files:
|
118
115
|
- test/integration/navigation_test.rb
|
116
|
+
- test/test_helper.rb
|
119
117
|
- test/dummy/script/rails
|
120
|
-
- test/dummy/
|
121
|
-
- test/dummy/
|
122
|
-
- test/dummy/public/404.html
|
123
|
-
- test/dummy/public/500.html
|
124
|
-
- test/dummy/app/helpers/application_helper.rb
|
125
|
-
- test/dummy/app/assets/javascripts/application.js
|
126
|
-
- test/dummy/app/assets/stylesheets/application.css
|
118
|
+
- test/dummy/Rakefile
|
119
|
+
- test/dummy/README.rdoc
|
127
120
|
- test/dummy/app/controllers/application_controller.rb
|
121
|
+
- test/dummy/app/assets/stylesheets/application.css
|
122
|
+
- test/dummy/app/assets/javascripts/application.js
|
123
|
+
- test/dummy/app/helpers/application_helper.rb
|
128
124
|
- test/dummy/app/views/layouts/application.html.erb
|
129
|
-
- test/dummy/config.
|
130
|
-
- test/dummy/README.rdoc
|
131
|
-
- test/dummy/Rakefile
|
125
|
+
- test/dummy/config/locales/en.yml
|
132
126
|
- test/dummy/config/environment.rb
|
133
|
-
- test/dummy/config/
|
134
|
-
- test/dummy/config/
|
135
|
-
- test/dummy/config/
|
127
|
+
- test/dummy/config/routes.rb
|
128
|
+
- test/dummy/config/environments/production.rb
|
129
|
+
- test/dummy/config/environments/test.rb
|
130
|
+
- test/dummy/config/environments/development.rb
|
131
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
136
132
|
- test/dummy/config/initializers/secret_token.rb
|
137
133
|
- test/dummy/config/initializers/mime_types.rb
|
138
|
-
- test/dummy/config/initializers/
|
139
|
-
- test/dummy/config/
|
140
|
-
- test/dummy/config/
|
141
|
-
- test/dummy/config/environments/production.rb
|
134
|
+
- test/dummy/config/initializers/session_store.rb
|
135
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
136
|
+
- test/dummy/config/initializers/inflections.rb
|
142
137
|
- test/dummy/config/boot.rb
|
143
|
-
- test/dummy/config/database.yml
|
144
|
-
- test/dummy/config/locales/en.yml
|
145
138
|
- test/dummy/config/application.rb
|
146
|
-
- test/dummy/config/
|
147
|
-
- test/
|
139
|
+
- test/dummy/config/database.yml
|
140
|
+
- test/dummy/public/500.html
|
141
|
+
- test/dummy/public/422.html
|
142
|
+
- test/dummy/public/favicon.ico
|
143
|
+
- test/dummy/public/404.html
|
144
|
+
- test/dummy/config.ru
|
145
|
+
- test/piggybak_coupons_test.rb
|