piggybak_giftcerts 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/piggybak_giftcerts/engine.rb +1 -1
- data/lib/piggybak_giftcerts/version.rb +1 -1
- metadata +51 -57
@@ -35,7 +35,7 @@ module PiggybakGiftcerts
|
|
35
35
|
end
|
36
36
|
end
|
37
37
|
|
38
|
-
initializer "piggybak_giftcerts.precompile_hook" do |app|
|
38
|
+
initializer "piggybak_giftcerts.precompile_hook", :group => :all do |app|
|
39
39
|
app.config.assets.precompile += ['piggybak_giftcerts/piggybak_giftcerts.js']
|
40
40
|
end
|
41
41
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: piggybak_giftcerts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
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
|
@@ -66,57 +66,57 @@ executables: []
|
|
66
66
|
extensions: []
|
67
67
|
extra_rdoc_files: []
|
68
68
|
files:
|
69
|
-
- app/controllers/piggybak_giftcerts/giftcert_controller.rb
|
70
69
|
- app/assets/javascripts/piggybak_giftcerts/piggybak_giftcerts.js
|
70
|
+
- app/controllers/piggybak_giftcerts/giftcert_controller.rb
|
71
|
+
- app/mailers/piggybak_giftcerts/giftcert_mailer.rb
|
71
72
|
- app/models/piggybak_giftcerts/buyable_giftcert.rb
|
72
|
-
- app/models/piggybak_giftcerts/giftcert_application.rb
|
73
73
|
- app/models/piggybak_giftcerts/giftcert.rb
|
74
|
-
- app/
|
74
|
+
- app/models/piggybak_giftcerts/giftcert_application.rb
|
75
75
|
- app/views/piggybak_giftcerts/_apply_giftcert.html.erb
|
76
|
+
- app/views/piggybak_giftcerts/giftcert/purchase.html.erb
|
76
77
|
- app/views/piggybak_giftcerts/giftcert_mailer/info.text.erb
|
77
|
-
- app/mailers/piggybak_giftcerts/giftcert_mailer.rb
|
78
78
|
- config/routes.rb
|
79
79
|
- db/migrate/20121026200953_piggybak_giftcert_setup.rb
|
80
|
+
- lib/piggybak_giftcerts/engine.rb
|
80
81
|
- lib/piggybak_giftcerts/line_item_decorator.rb
|
81
|
-
- lib/piggybak_giftcerts/percent_decorator.rb
|
82
82
|
- lib/piggybak_giftcerts/order_decorator.rb
|
83
|
-
- lib/piggybak_giftcerts/
|
83
|
+
- lib/piggybak_giftcerts/percent_decorator.rb
|
84
84
|
- lib/piggybak_giftcerts/version.rb
|
85
85
|
- lib/piggybak_giftcerts.rb
|
86
86
|
- LICENSE
|
87
87
|
- Rakefile
|
88
88
|
- README.md
|
89
|
-
- test/integration/navigation_test.rb
|
90
|
-
- test/test_helper.rb
|
91
|
-
- test/piggybak_giftcerts_test.rb
|
92
|
-
- test/dummy/script/rails
|
93
|
-
- test/dummy/Rakefile
|
94
|
-
- test/dummy/README.rdoc
|
95
|
-
- test/dummy/app/controllers/application_controller.rb
|
96
|
-
- test/dummy/app/assets/stylesheets/application.css
|
97
89
|
- test/dummy/app/assets/javascripts/application.js
|
90
|
+
- test/dummy/app/assets/stylesheets/application.css
|
91
|
+
- test/dummy/app/controllers/application_controller.rb
|
98
92
|
- test/dummy/app/helpers/application_helper.rb
|
99
93
|
- test/dummy/app/views/layouts/application.html.erb
|
100
|
-
- test/dummy/config/
|
94
|
+
- test/dummy/config/application.rb
|
95
|
+
- test/dummy/config/boot.rb
|
96
|
+
- test/dummy/config/database.yml
|
101
97
|
- test/dummy/config/environment.rb
|
102
|
-
- test/dummy/config/
|
98
|
+
- test/dummy/config/environments/development.rb
|
103
99
|
- test/dummy/config/environments/production.rb
|
104
100
|
- test/dummy/config/environments/test.rb
|
105
|
-
- test/dummy/config/environments/development.rb
|
106
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
107
|
-
- test/dummy/config/initializers/secret_token.rb
|
108
|
-
- test/dummy/config/initializers/mime_types.rb
|
109
|
-
- test/dummy/config/initializers/session_store.rb
|
110
101
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
111
102
|
- test/dummy/config/initializers/inflections.rb
|
112
|
-
- test/dummy/config/
|
113
|
-
- test/dummy/config/
|
114
|
-
- test/dummy/config/
|
115
|
-
- test/dummy/
|
103
|
+
- test/dummy/config/initializers/mime_types.rb
|
104
|
+
- test/dummy/config/initializers/secret_token.rb
|
105
|
+
- test/dummy/config/initializers/session_store.rb
|
106
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
107
|
+
- test/dummy/config/locales/en.yml
|
108
|
+
- test/dummy/config/routes.rb
|
109
|
+
- test/dummy/config.ru
|
110
|
+
- test/dummy/public/404.html
|
116
111
|
- test/dummy/public/422.html
|
112
|
+
- test/dummy/public/500.html
|
117
113
|
- test/dummy/public/favicon.ico
|
118
|
-
- test/dummy/
|
119
|
-
- test/dummy/
|
114
|
+
- test/dummy/Rakefile
|
115
|
+
- test/dummy/README.rdoc
|
116
|
+
- test/dummy/script/rails
|
117
|
+
- test/integration/navigation_test.rb
|
118
|
+
- test/piggybak_giftcerts_test.rb
|
119
|
+
- test/test_helper.rb
|
120
120
|
homepage: http://www.piggybak.org/
|
121
121
|
licenses: []
|
122
122
|
post_install_message:
|
@@ -129,53 +129,47 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
129
|
- - ! '>='
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: '0'
|
132
|
-
segments:
|
133
|
-
- 0
|
134
|
-
hash: 1925880590576457555
|
135
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
136
133
|
none: false
|
137
134
|
requirements:
|
138
135
|
- - ! '>='
|
139
136
|
- !ruby/object:Gem::Version
|
140
137
|
version: '0'
|
141
|
-
segments:
|
142
|
-
- 0
|
143
|
-
hash: 1925880590576457555
|
144
138
|
requirements: []
|
145
139
|
rubyforge_project:
|
146
|
-
rubygems_version: 1.8.
|
140
|
+
rubygems_version: 1.8.24
|
147
141
|
signing_key:
|
148
142
|
specification_version: 3
|
149
143
|
summary: Gift Certificate support for Piggybak.
|
150
144
|
test_files:
|
151
|
-
- test/integration/navigation_test.rb
|
152
|
-
- test/test_helper.rb
|
153
|
-
- test/piggybak_giftcerts_test.rb
|
154
|
-
- test/dummy/script/rails
|
155
|
-
- test/dummy/Rakefile
|
156
|
-
- test/dummy/README.rdoc
|
157
|
-
- test/dummy/app/controllers/application_controller.rb
|
158
|
-
- test/dummy/app/assets/stylesheets/application.css
|
159
145
|
- test/dummy/app/assets/javascripts/application.js
|
146
|
+
- test/dummy/app/assets/stylesheets/application.css
|
147
|
+
- test/dummy/app/controllers/application_controller.rb
|
160
148
|
- test/dummy/app/helpers/application_helper.rb
|
161
149
|
- test/dummy/app/views/layouts/application.html.erb
|
162
|
-
- test/dummy/config/
|
150
|
+
- test/dummy/config/application.rb
|
151
|
+
- test/dummy/config/boot.rb
|
152
|
+
- test/dummy/config/database.yml
|
163
153
|
- test/dummy/config/environment.rb
|
164
|
-
- test/dummy/config/
|
154
|
+
- test/dummy/config/environments/development.rb
|
165
155
|
- test/dummy/config/environments/production.rb
|
166
156
|
- test/dummy/config/environments/test.rb
|
167
|
-
- test/dummy/config/environments/development.rb
|
168
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
169
|
-
- test/dummy/config/initializers/secret_token.rb
|
170
|
-
- test/dummy/config/initializers/mime_types.rb
|
171
|
-
- test/dummy/config/initializers/session_store.rb
|
172
157
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
173
158
|
- test/dummy/config/initializers/inflections.rb
|
174
|
-
- test/dummy/config/
|
175
|
-
- test/dummy/config/
|
176
|
-
- test/dummy/config/
|
177
|
-
- test/dummy/
|
159
|
+
- test/dummy/config/initializers/mime_types.rb
|
160
|
+
- test/dummy/config/initializers/secret_token.rb
|
161
|
+
- test/dummy/config/initializers/session_store.rb
|
162
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
163
|
+
- test/dummy/config/locales/en.yml
|
164
|
+
- test/dummy/config/routes.rb
|
165
|
+
- test/dummy/config.ru
|
166
|
+
- test/dummy/public/404.html
|
178
167
|
- test/dummy/public/422.html
|
168
|
+
- test/dummy/public/500.html
|
179
169
|
- test/dummy/public/favicon.ico
|
180
|
-
- test/dummy/
|
181
|
-
- test/dummy/
|
170
|
+
- test/dummy/Rakefile
|
171
|
+
- test/dummy/README.rdoc
|
172
|
+
- test/dummy/script/rails
|
173
|
+
- test/integration/navigation_test.rb
|
174
|
+
- test/piggybak_giftcerts_test.rb
|
175
|
+
- test/test_helper.rb
|