inline_forms 6.0.2 → 6.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c6e41d884135a6e7124801d5cc33048e16b5542
4
- data.tar.gz: 180fa9e1324cc7545daee4483f5011852d96989b
3
+ metadata.gz: b40118b734934f94ff113855156c0c1ab98b49f5
4
+ data.tar.gz: e9fdf7451053f33a6d3618068d1e777a329f6a15
5
5
  SHA512:
6
- metadata.gz: d53f228b7ba478ce80348740f9210802ab3d503433f43a819ba1aba383ed07f2997404c2874370d95343c14fad5de8c5633376a0ba1fdc9539549696625e1111
7
- data.tar.gz: df0c99e1ec6e24fdbb0cdefe80f626f601e7141bb35aa247ad24988800733995eb4e9cad97269289acdb6246a68f306ce29c462ec23e19f29fe64cffa5dbbd28
6
+ metadata.gz: 5e11c687acfd2d4d3b3542f822f0b9659626dab8f0495badf4a382a9b7e90254b0cfb9cb80063fcf4a9d5624cb96642413f6464332cf42325ba8ba8a66f0aafc
7
+ data.tar.gz: f70a535591c7505033a6efcd5ba91c32e6cede9038aff2d95a56a34b1ef0b966f73b23f268d0c4c390ed82d6335d3b86ba7246f596be0b2efaaf82ee17270d59
@@ -2,7 +2,7 @@ module SoftDeletable
2
2
  extend ActiveSupport::Concern
3
3
 
4
4
  # you need to put this in the model:
5
- # include SoftDeletable
5
+ # include InlineForms::SoftDeletable
6
6
  # enum deleted: { active: 1, deleted: 2 }
7
7
 
8
8
  # you need a migration like this:
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "6.0.2"
3
+ VERSION = "6.0.3"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.2
4
+ version: 6.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares
@@ -163,7 +163,6 @@ files:
163
163
  - app/assets/stylesheets/inline_forms/foundation_and_overrides.scss
164
164
  - app/assets/stylesheets/inline_forms/inline_forms.scss
165
165
  - app/controllers/concerns/cancan_concern.rb
166
- - app/controllers/concerns/soft_deletable_concern.rb
167
166
  - app/controllers/concerns/versions_concern.rb
168
167
  - app/controllers/geo_code_curacao_controller.rb
169
168
  - app/controllers/inline_forms_application_controller.rb
@@ -210,6 +209,7 @@ files:
210
209
  - app/helpers/form_elements/text_field.rb
211
210
  - app/helpers/form_elements/time.rb
212
211
  - app/helpers/inline_forms_helper.rb
212
+ - app/models/concerns/inline_forms/soft_deletable.rb
213
213
  - app/models/geo_code_curacao.rb
214
214
  - app/validators/curacao_id_number_validator.rb
215
215
  - app/validators/is_curacao_phone_validator.rb