piggybak_giftcerts 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,7 +40,7 @@ module PiggybakGiftcerts
40
40
  initializer "piggybak_giftcerts.rails_admin_config" do |app|
41
41
  RailsAdmin.config do |config|
42
42
  config.model PiggybakGiftcerts::BuyableGiftcert do
43
- navigation_label "Orders"
43
+ navigation_label "Extensions"
44
44
  label "Gift Certificate Configuration"
45
45
  list do
46
46
  # Hide filter, search, etc
@@ -49,7 +49,7 @@ module PiggybakGiftcerts
49
49
  end
50
50
 
51
51
  config.model PiggybakGiftcerts::Giftcert do
52
- navigation_label "Orders"
52
+ navigation_label "Extensions"
53
53
  label "Gift Certificates"
54
54
 
55
55
  list do
@@ -1,3 +1,3 @@
1
1
  module PiggybakGiftcerts
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,173 +1,181 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: piggybak_giftcerts
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.8
4
5
  prerelease:
5
- version: 0.0.7
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
- date: 2012-11-07 00:00:00 Z
14
- dependencies:
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: &id001 !ruby/object:Gem::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: *id001
26
- - !ruby/object:Gem::Dependency
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.8
30
+ - !ruby/object:Gem::Dependency
27
31
  name: piggybak
28
- requirement: &id002 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
29
33
  none: false
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: "0"
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
34
38
  type: :runtime
35
39
  prerelease: false
36
- version_requirements: *id002
37
- - !ruby/object:Gem::Dependency
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
38
47
  name: piggybak_variants
39
- requirement: &id003 !ruby/object:Gem::Requirement
48
+ requirement: !ruby/object:Gem::Requirement
40
49
  none: false
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- version: "0"
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
45
54
  type: :runtime
46
55
  prerelease: false
47
- version_requirements: *id003
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
48
62
  description: Gift Certificate support for Piggybak.
49
- email:
63
+ email:
50
64
  - steph@endpoint.com
51
65
  executables: []
52
-
53
66
  extensions: []
54
-
55
67
  extra_rdoc_files: []
56
-
57
- files:
58
- - app/models/piggybak_giftcerts/giftcert_application.rb
68
+ files:
69
+ - app/controllers/piggybak_giftcerts/giftcert_controller.rb
70
+ - app/assets/javascripts/piggybak_giftcerts/piggybak_giftcerts.js
59
71
  - app/models/piggybak_giftcerts/buyable_giftcert.rb
72
+ - app/models/piggybak_giftcerts/giftcert_application.rb
60
73
  - app/models/piggybak_giftcerts/giftcert.rb
61
- - app/assets/javascripts/piggybak_giftcerts/piggybak_giftcerts.js
62
- - app/controllers/piggybak_giftcerts/giftcert_controller.rb
63
- - app/mailers/piggybak_giftcerts/giftcert_mailer.rb
64
74
  - app/views/piggybak_giftcerts/giftcert/purchase.html.erb
65
75
  - app/views/piggybak_giftcerts/_apply_giftcert.html.erb
66
76
  - app/views/piggybak_giftcerts/giftcert_mailer/info.text.erb
77
+ - app/mailers/piggybak_giftcerts/giftcert_mailer.rb
67
78
  - config/routes.rb
68
79
  - db/migrate/20121026200953_piggybak_giftcert_setup.rb
80
+ - lib/piggybak_giftcerts/line_item_decorator.rb
81
+ - lib/piggybak_giftcerts/percent_decorator.rb
69
82
  - lib/piggybak_giftcerts/order_decorator.rb
70
83
  - lib/piggybak_giftcerts/engine.rb
71
84
  - lib/piggybak_giftcerts/version.rb
72
- - lib/piggybak_giftcerts/line_item_decorator.rb
73
- - lib/piggybak_giftcerts/percent_decorator.rb
74
85
  - lib/piggybak_giftcerts.rb
75
86
  - LICENSE
76
87
  - Rakefile
77
88
  - README.md
78
- - test/piggybak_giftcerts_test.rb
79
89
  - test/integration/navigation_test.rb
90
+ - test/test_helper.rb
91
+ - test/piggybak_giftcerts_test.rb
80
92
  - test/dummy/script/rails
81
- - test/dummy/public/favicon.ico
82
- - test/dummy/public/422.html
83
- - test/dummy/public/404.html
84
- - test/dummy/public/500.html
85
- - test/dummy/app/helpers/application_helper.rb
86
- - test/dummy/app/assets/javascripts/application.js
87
- - test/dummy/app/assets/stylesheets/application.css
93
+ - test/dummy/Rakefile
94
+ - test/dummy/README.rdoc
88
95
  - test/dummy/app/controllers/application_controller.rb
96
+ - test/dummy/app/assets/stylesheets/application.css
97
+ - test/dummy/app/assets/javascripts/application.js
98
+ - test/dummy/app/helpers/application_helper.rb
89
99
  - test/dummy/app/views/layouts/application.html.erb
90
- - test/dummy/config.ru
91
- - test/dummy/README.rdoc
92
- - test/dummy/Rakefile
100
+ - test/dummy/config/locales/en.yml
93
101
  - test/dummy/config/environment.rb
94
- - test/dummy/config/initializers/backtrace_silencers.rb
95
- - test/dummy/config/initializers/session_store.rb
96
- - test/dummy/config/initializers/inflections.rb
102
+ - test/dummy/config/routes.rb
103
+ - test/dummy/config/environments/production.rb
104
+ - test/dummy/config/environments/test.rb
105
+ - test/dummy/config/environments/development.rb
106
+ - test/dummy/config/initializers/wrap_parameters.rb
97
107
  - test/dummy/config/initializers/secret_token.rb
98
108
  - test/dummy/config/initializers/mime_types.rb
99
- - test/dummy/config/initializers/wrap_parameters.rb
100
- - test/dummy/config/environments/development.rb
101
- - test/dummy/config/environments/test.rb
102
- - test/dummy/config/environments/production.rb
109
+ - test/dummy/config/initializers/session_store.rb
110
+ - test/dummy/config/initializers/backtrace_silencers.rb
111
+ - test/dummy/config/initializers/inflections.rb
103
112
  - test/dummy/config/boot.rb
104
- - test/dummy/config/database.yml
105
- - test/dummy/config/locales/en.yml
106
113
  - test/dummy/config/application.rb
107
- - test/dummy/config/routes.rb
108
- - test/test_helper.rb
114
+ - test/dummy/config/database.yml
115
+ - test/dummy/public/500.html
116
+ - test/dummy/public/422.html
117
+ - test/dummy/public/favicon.ico
118
+ - test/dummy/public/404.html
119
+ - test/dummy/config.ru
109
120
  homepage: http://www.piggybak.org/
110
121
  licenses: []
111
-
112
122
  post_install_message:
113
123
  rdoc_options: []
114
-
115
- require_paths:
124
+ require_paths:
116
125
  - lib
117
- required_ruby_version: !ruby/object:Gem::Requirement
126
+ required_ruby_version: !ruby/object:Gem::Requirement
118
127
  none: false
119
- requirements:
120
- - - ">="
121
- - !ruby/object:Gem::Version
122
- hash: -984054387093023492
123
- segments:
128
+ requirements:
129
+ - - ! '>='
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ segments:
124
133
  - 0
125
- version: "0"
126
- required_rubygems_version: !ruby/object:Gem::Requirement
134
+ hash: 2314539522609443864
135
+ required_rubygems_version: !ruby/object:Gem::Requirement
127
136
  none: false
128
- requirements:
129
- - - ">="
130
- - !ruby/object:Gem::Version
131
- hash: -984054387093023492
132
- segments:
137
+ requirements:
138
+ - - ! '>='
139
+ - !ruby/object:Gem::Version
140
+ version: '0'
141
+ segments:
133
142
  - 0
134
- version: "0"
143
+ hash: 2314539522609443864
135
144
  requirements: []
136
-
137
145
  rubyforge_project:
138
146
  rubygems_version: 1.8.23
139
147
  signing_key:
140
148
  specification_version: 3
141
149
  summary: Gift Certificate support for Piggybak.
142
- test_files:
143
- - test/piggybak_giftcerts_test.rb
150
+ test_files:
144
151
  - test/integration/navigation_test.rb
152
+ - test/test_helper.rb
153
+ - test/piggybak_giftcerts_test.rb
145
154
  - test/dummy/script/rails
146
- - test/dummy/public/favicon.ico
147
- - test/dummy/public/422.html
148
- - test/dummy/public/404.html
149
- - test/dummy/public/500.html
150
- - test/dummy/app/helpers/application_helper.rb
151
- - test/dummy/app/assets/javascripts/application.js
152
- - test/dummy/app/assets/stylesheets/application.css
155
+ - test/dummy/Rakefile
156
+ - test/dummy/README.rdoc
153
157
  - test/dummy/app/controllers/application_controller.rb
158
+ - test/dummy/app/assets/stylesheets/application.css
159
+ - test/dummy/app/assets/javascripts/application.js
160
+ - test/dummy/app/helpers/application_helper.rb
154
161
  - test/dummy/app/views/layouts/application.html.erb
155
- - test/dummy/config.ru
156
- - test/dummy/README.rdoc
157
- - test/dummy/Rakefile
162
+ - test/dummy/config/locales/en.yml
158
163
  - test/dummy/config/environment.rb
159
- - test/dummy/config/initializers/backtrace_silencers.rb
160
- - test/dummy/config/initializers/session_store.rb
161
- - test/dummy/config/initializers/inflections.rb
164
+ - test/dummy/config/routes.rb
165
+ - test/dummy/config/environments/production.rb
166
+ - test/dummy/config/environments/test.rb
167
+ - test/dummy/config/environments/development.rb
168
+ - test/dummy/config/initializers/wrap_parameters.rb
162
169
  - test/dummy/config/initializers/secret_token.rb
163
170
  - test/dummy/config/initializers/mime_types.rb
164
- - test/dummy/config/initializers/wrap_parameters.rb
165
- - test/dummy/config/environments/development.rb
166
- - test/dummy/config/environments/test.rb
167
- - test/dummy/config/environments/production.rb
171
+ - test/dummy/config/initializers/session_store.rb
172
+ - test/dummy/config/initializers/backtrace_silencers.rb
173
+ - test/dummy/config/initializers/inflections.rb
168
174
  - test/dummy/config/boot.rb
169
- - test/dummy/config/database.yml
170
- - test/dummy/config/locales/en.yml
171
175
  - test/dummy/config/application.rb
172
- - test/dummy/config/routes.rb
173
- - test/test_helper.rb
176
+ - test/dummy/config/database.yml
177
+ - test/dummy/public/500.html
178
+ - test/dummy/public/422.html
179
+ - test/dummy/public/favicon.ico
180
+ - test/dummy/public/404.html
181
+ - test/dummy/config.ru