piggybak_bundle_discounts 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module PiggybakBundleDiscounts
|
|
24
24
|
end
|
25
25
|
end
|
26
26
|
|
27
|
-
initializer "piggybak_bundle_discounts.precompile_hook" do |app|
|
27
|
+
initializer "piggybak_bundle_discounts.precompile_hook", :group => :all do |app|
|
28
28
|
app.config.assets.precompile += ['piggybak_bundle_discounts/piggybak_bundle_discounts.js']
|
29
29
|
end
|
30
30
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: piggybak_bundle_discounts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-04-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -34,56 +34,56 @@ executables: []
|
|
34
34
|
extensions: []
|
35
35
|
extra_rdoc_files: []
|
36
36
|
files:
|
37
|
-
- app/controllers/piggybak_bundle_discounts/bundle_discount_controller.rb
|
38
37
|
- app/assets/javascripts/piggybak_bundle_discounts/piggybak_bundle_discounts.js
|
39
|
-
- app/
|
40
|
-
- app/models/piggybak_bundle_discounts/bundle_discount.rb
|
38
|
+
- app/controllers/piggybak_bundle_discounts/bundle_discount_controller.rb
|
41
39
|
- app/helpers/piggybak_bundle_discounts/application_helper.rb
|
40
|
+
- app/models/piggybak_bundle_discounts/bundle_discount.rb
|
41
|
+
- app/models/piggybak_bundle_discounts/bundle_discount_sellable.rb
|
42
42
|
- app/views/layouts/piggybak_bundle_discounts/application.html.erb
|
43
|
-
- app/views/rails_admin/main/piggybak_bundle_discounts/_sellables.html.haml
|
44
43
|
- app/views/piggybak_bundle_discounts/_apply_bundle_discount.html.erb
|
44
|
+
- app/views/rails_admin/main/piggybak_bundle_discounts/_sellables.html.haml
|
45
45
|
- config/routes.rb
|
46
46
|
- db/migrate/20121109000330_create_bundle_discounts.rb
|
47
|
-
- lib/piggybak_bundle_discounts/order_decorator.rb
|
48
47
|
- lib/piggybak_bundle_discounts/engine.rb
|
48
|
+
- lib/piggybak_bundle_discounts/order_decorator.rb
|
49
49
|
- lib/piggybak_bundle_discounts/version.rb
|
50
50
|
- lib/piggybak_bundle_discounts.rb
|
51
51
|
- LICENSE
|
52
52
|
- Rakefile
|
53
53
|
- README.md
|
54
|
-
- test/integration/navigation_test.rb
|
55
|
-
- test/test_helper.rb
|
56
|
-
- test/piggybak_bundle_discounts_test.rb
|
57
|
-
- test/dummy/script/rails
|
58
|
-
- test/dummy/Rakefile
|
59
|
-
- test/dummy/README.rdoc
|
60
|
-
- test/dummy/app/controllers/application_controller.rb
|
61
|
-
- test/dummy/app/assets/stylesheets/application.css
|
62
54
|
- test/dummy/app/assets/javascripts/application.js
|
55
|
+
- test/dummy/app/assets/stylesheets/application.css
|
56
|
+
- test/dummy/app/controllers/application_controller.rb
|
63
57
|
- test/dummy/app/helpers/application_helper.rb
|
64
58
|
- test/dummy/app/views/layouts/application.html.erb
|
65
|
-
- test/dummy/config/
|
59
|
+
- test/dummy/config/application.rb
|
60
|
+
- test/dummy/config/boot.rb
|
61
|
+
- test/dummy/config/database.yml
|
66
62
|
- test/dummy/config/environment.rb
|
67
|
-
- test/dummy/config/
|
63
|
+
- test/dummy/config/environments/development.rb
|
68
64
|
- test/dummy/config/environments/production.rb
|
69
65
|
- test/dummy/config/environments/test.rb
|
70
|
-
- test/dummy/config/environments/development.rb
|
71
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
72
|
-
- test/dummy/config/initializers/secret_token.rb
|
73
|
-
- test/dummy/config/initializers/mime_types.rb
|
74
|
-
- test/dummy/config/initializers/session_store.rb
|
75
66
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
76
67
|
- test/dummy/config/initializers/inflections.rb
|
77
|
-
- test/dummy/config/
|
78
|
-
- test/dummy/config/
|
79
|
-
- test/dummy/config/
|
80
|
-
- test/dummy/
|
81
|
-
- test/dummy/
|
82
|
-
- test/dummy/
|
83
|
-
- test/dummy/public/404.html
|
68
|
+
- test/dummy/config/initializers/mime_types.rb
|
69
|
+
- test/dummy/config/initializers/secret_token.rb
|
70
|
+
- test/dummy/config/initializers/session_store.rb
|
71
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
72
|
+
- test/dummy/config/locales/en.yml
|
73
|
+
- test/dummy/config/routes.rb
|
84
74
|
- test/dummy/config.ru
|
85
75
|
- test/dummy/db/schema.rb
|
76
|
+
- test/dummy/public/404.html
|
77
|
+
- test/dummy/public/422.html
|
78
|
+
- test/dummy/public/500.html
|
79
|
+
- test/dummy/public/favicon.ico
|
80
|
+
- test/dummy/Rakefile
|
81
|
+
- test/dummy/README.rdoc
|
82
|
+
- test/dummy/script/rails
|
86
83
|
- test/fixtures/piggybak_bundle_discounts/bundle_discounts.yml
|
84
|
+
- test/integration/navigation_test.rb
|
85
|
+
- test/piggybak_bundle_discounts_test.rb
|
86
|
+
- test/test_helper.rb
|
87
87
|
- test/unit/piggybak_bundle_discounts/bundle_discount_test.rb
|
88
88
|
homepage: http://www.piggybak.org/
|
89
89
|
licenses: []
|
@@ -97,56 +97,50 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
97
97
|
- - ! '>='
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
|
-
segments:
|
101
|
-
- 0
|
102
|
-
hash: 2130170792761902259
|
103
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
104
101
|
none: false
|
105
102
|
requirements:
|
106
103
|
- - ! '>='
|
107
104
|
- !ruby/object:Gem::Version
|
108
105
|
version: '0'
|
109
|
-
segments:
|
110
|
-
- 0
|
111
|
-
hash: 2130170792761902259
|
112
106
|
requirements: []
|
113
107
|
rubyforge_project:
|
114
|
-
rubygems_version: 1.8.
|
108
|
+
rubygems_version: 1.8.24
|
115
109
|
signing_key:
|
116
110
|
specification_version: 3
|
117
111
|
summary: Bundle Discount Support in Piggybak.
|
118
112
|
test_files:
|
119
|
-
- test/integration/navigation_test.rb
|
120
|
-
- test/test_helper.rb
|
121
|
-
- test/piggybak_bundle_discounts_test.rb
|
122
|
-
- test/dummy/script/rails
|
123
|
-
- test/dummy/Rakefile
|
124
|
-
- test/dummy/README.rdoc
|
125
|
-
- test/dummy/app/controllers/application_controller.rb
|
126
|
-
- test/dummy/app/assets/stylesheets/application.css
|
127
113
|
- test/dummy/app/assets/javascripts/application.js
|
114
|
+
- test/dummy/app/assets/stylesheets/application.css
|
115
|
+
- test/dummy/app/controllers/application_controller.rb
|
128
116
|
- test/dummy/app/helpers/application_helper.rb
|
129
117
|
- test/dummy/app/views/layouts/application.html.erb
|
130
|
-
- test/dummy/config/
|
118
|
+
- test/dummy/config/application.rb
|
119
|
+
- test/dummy/config/boot.rb
|
120
|
+
- test/dummy/config/database.yml
|
131
121
|
- test/dummy/config/environment.rb
|
132
|
-
- test/dummy/config/
|
122
|
+
- test/dummy/config/environments/development.rb
|
133
123
|
- test/dummy/config/environments/production.rb
|
134
124
|
- test/dummy/config/environments/test.rb
|
135
|
-
- test/dummy/config/environments/development.rb
|
136
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
137
|
-
- test/dummy/config/initializers/secret_token.rb
|
138
|
-
- test/dummy/config/initializers/mime_types.rb
|
139
|
-
- test/dummy/config/initializers/session_store.rb
|
140
125
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
141
126
|
- test/dummy/config/initializers/inflections.rb
|
142
|
-
- test/dummy/config/
|
143
|
-
- test/dummy/config/
|
144
|
-
- test/dummy/config/
|
145
|
-
- test/dummy/
|
146
|
-
- test/dummy/
|
147
|
-
- test/dummy/
|
148
|
-
- test/dummy/public/404.html
|
127
|
+
- test/dummy/config/initializers/mime_types.rb
|
128
|
+
- test/dummy/config/initializers/secret_token.rb
|
129
|
+
- test/dummy/config/initializers/session_store.rb
|
130
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
131
|
+
- test/dummy/config/locales/en.yml
|
132
|
+
- test/dummy/config/routes.rb
|
149
133
|
- test/dummy/config.ru
|
150
134
|
- test/dummy/db/schema.rb
|
135
|
+
- test/dummy/public/404.html
|
136
|
+
- test/dummy/public/422.html
|
137
|
+
- test/dummy/public/500.html
|
138
|
+
- test/dummy/public/favicon.ico
|
139
|
+
- test/dummy/Rakefile
|
140
|
+
- test/dummy/README.rdoc
|
141
|
+
- test/dummy/script/rails
|
151
142
|
- test/fixtures/piggybak_bundle_discounts/bundle_discounts.yml
|
143
|
+
- test/integration/navigation_test.rb
|
144
|
+
- test/piggybak_bundle_discounts_test.rb
|
145
|
+
- test/test_helper.rb
|
152
146
|
- test/unit/piggybak_bundle_discounts/bundle_discount_test.rb
|