mix-rails-vouchers 0.12.2 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mix-rails-vouchers/version.rb +2 -2
  2. metadata +24 -24
@@ -1,8 +1,8 @@
1
1
  module MixRailsVouchers
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
- MINOR = 12
5
- TINY = 2
4
+ MINOR = 15
5
+ TINY = 0
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
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.2
4
+ version: 0.15.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -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
71
74
  - app/mailers/voucher_mailer.rb
72
- - app/views/vouchers/_voucher_show.html.haml
73
- - app/views/vouchers/confirmation_error.html.haml
74
- - app/views/vouchers/index.html.haml
75
- - app/views/vouchers/print.html.haml
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
76
85
  - app/views/vouchers/confirmation.html.haml
77
- - app/views/vouchers/email_sent.html.haml
78
86
  - app/views/vouchers/_voucher.html.haml
87
+ - 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
+ - app/views/vouchers/confirmation_error.html.haml
79
92
  - 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
85
93
  - app/views/voucher_mailer/send_confirmation_link.text.erb
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
94
+ - config/locales/vouchers.pt-BR.yml
94
95
  - config/initializers/carrier_wave.rb
95
96
  - config/routes.rb
96
- - config/locales/vouchers.pt-BR.yml
97
- - lib/tasks/mix-vouchers_tasks.rake
98
- - lib/mix-rails-vouchers.rb
99
97
  - lib/mix-rails-vouchers/version.rb
100
98
  - lib/mix-rails-vouchers/engine.rb
99
+ - lib/tasks/mix-vouchers_tasks.rake
100
+ - lib/mix-rails-vouchers.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: 1686405580795091894
118
+ hash: 3347011815797686136
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: 1686405580795091894
127
+ hash: 3347011815797686136
128
128
  requirements: []
129
129
  rubyforge_project:
130
130
  rubygems_version: 1.8.24