mix-rails-vouchers 0.12.1 → 0.12.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mix-rails-vouchers/version.rb +1 -1
- metadata +25 -25
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mix-rails-vouchers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-01-
|
13
|
+
date: 2013-01-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: mail_form
|
@@ -68,36 +68,36 @@ executables: []
|
|
68
68
|
extensions: []
|
69
69
|
extra_rdoc_files: []
|
70
70
|
files:
|
71
|
-
- app/uploaders/vouchers/photo_uploader.rb
|
72
|
-
- app/controllers/admix/vouchers_controller.rb
|
73
|
-
- app/controllers/vouchers_controller.rb
|
74
71
|
- app/mailers/voucher_mailer.rb
|
75
|
-
- app/models/admix/vouchers_datagrid.rb
|
76
|
-
- app/models/email_validator.rb
|
77
|
-
- app/models/voucher_user.rb
|
78
|
-
- app/models/vouchers/contact.rb
|
79
|
-
- app/models/voucher.rb
|
80
|
-
- app/views/admix/vouchers/_show.html.haml
|
81
|
-
- app/views/admix/vouchers/_table_actions.html.haml
|
82
|
-
- app/views/admix/vouchers/print.html.haml
|
83
|
-
- app/views/admix/vouchers/users.html.haml
|
84
|
-
- app/views/admix/vouchers/_form_fields.html.haml
|
85
|
-
- app/views/vouchers/confirmation.html.haml
|
86
|
-
- app/views/vouchers/_voucher.html.haml
|
87
72
|
- app/views/vouchers/_voucher_show.html.haml
|
88
|
-
- app/views/vouchers/email_sent.html.haml
|
89
|
-
- app/views/vouchers/print.html.haml
|
90
|
-
- app/views/vouchers/index.html.haml
|
91
73
|
- app/views/vouchers/confirmation_error.html.haml
|
74
|
+
- app/views/vouchers/index.html.haml
|
75
|
+
- app/views/vouchers/print.html.haml
|
76
|
+
- app/views/vouchers/confirmation.html.haml
|
77
|
+
- app/views/vouchers/email_sent.html.haml
|
78
|
+
- app/views/vouchers/_voucher.html.haml
|
92
79
|
- app/views/vouchers/show.html.haml
|
80
|
+
- app/views/admix/vouchers/_form_fields.html.haml
|
81
|
+
- app/views/admix/vouchers/users.html.haml
|
82
|
+
- app/views/admix/vouchers/_table_actions.html.haml
|
83
|
+
- app/views/admix/vouchers/print.html.haml
|
84
|
+
- app/views/admix/vouchers/_show.html.haml
|
93
85
|
- app/views/voucher_mailer/send_confirmation_link.text.erb
|
94
|
-
-
|
86
|
+
- app/controllers/vouchers_controller.rb
|
87
|
+
- app/controllers/admix/vouchers_controller.rb
|
88
|
+
- app/models/voucher.rb
|
89
|
+
- app/models/vouchers/contact.rb
|
90
|
+
- app/models/admix/vouchers_datagrid.rb
|
91
|
+
- app/models/email_validator.rb
|
92
|
+
- app/models/voucher_user.rb
|
93
|
+
- app/uploaders/vouchers/photo_uploader.rb
|
95
94
|
- config/initializers/carrier_wave.rb
|
96
95
|
- config/routes.rb
|
97
|
-
-
|
98
|
-
- lib/mix-rails-vouchers/engine.rb
|
96
|
+
- config/locales/vouchers.pt-BR.yml
|
99
97
|
- lib/tasks/mix-vouchers_tasks.rake
|
100
98
|
- lib/mix-rails-vouchers.rb
|
99
|
+
- lib/mix-rails-vouchers/version.rb
|
100
|
+
- lib/mix-rails-vouchers/engine.rb
|
101
101
|
- MIT-LICENSE
|
102
102
|
- Rakefile
|
103
103
|
- README.rdoc
|
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
115
115
|
version: '0'
|
116
116
|
segments:
|
117
117
|
- 0
|
118
|
-
hash:
|
118
|
+
hash: 1686405580795091894
|
119
119
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
120
120
|
none: false
|
121
121
|
requirements:
|
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
124
|
version: '0'
|
125
125
|
segments:
|
126
126
|
- 0
|
127
|
-
hash:
|
127
|
+
hash: 1686405580795091894
|
128
128
|
requirements: []
|
129
129
|
rubyforge_project:
|
130
130
|
rubygems_version: 1.8.24
|