filter_form 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5c64e1aac94322bc5abb235cab80a8d4247b2db
4
- data.tar.gz: f8e50efe3a8d295b9e0365e39d73554f7454ecf5
3
+ metadata.gz: 0aef1584f174e74d19da2a06e479a5bfb6ca9c2c
4
+ data.tar.gz: 5173a78a306554918eab38acfd79799439f49d92
5
5
  SHA512:
6
- metadata.gz: ac4df24288cf564c677c9bbebcf5e7f3879600abb93fa6d02d891b053fabd61f67506e7e320b1c9dc59e434a338ec238b5931969123b7a551da80f5abe1dafb7
7
- data.tar.gz: 5280ac3c9afb28987196dd4cc2676c069075a0f8525ac2a2d9650008eaf5e1027dd634ae7e8afd609e0ba6b42116524b62442cd86796ac93d067844fbedcc902
6
+ metadata.gz: ea6408cc040d3030b60ca0312ed9b645559827f44723b367d94d29d53725fd9fd121726bfa53b644ce1fe75e7cbf1f103bc6f6a076bf057edff9c6491a5b8f70
7
+ data.tar.gz: 95fcbab79211432aeb981dd8c147a947043d17340e1554151ed28fa0808241a7d046f65202d9f346f03cbdd2eb6eb46205c0fafe00177c054ba9e226a2343c18
@@ -1,12 +1,14 @@
1
1
  module FilterForm
2
2
  module Inputs
3
- class DateEq < FilterForm::Inputs::String::Base
4
- DATE_CLASS = 'filter_form_date'
3
+ module String
4
+ class DateEq < FilterForm::Inputs::String::Base
5
+ DATE_CLASS = 'filter_form_date'
5
6
 
6
- private
7
+ private
7
8
 
8
- def additional_input_options
9
- super.merge(class: DATE_CLASS)
9
+ def additional_input_options
10
+ super.merge(class: DATE_CLASS)
11
+ end
10
12
  end
11
13
  end
12
14
  end
@@ -1,6 +1,8 @@
1
1
  module FilterForm
2
2
  module Inputs
3
- class IntegerEq < FilterForm::Inputs::String::Base
3
+ module String
4
+ class IntegerEq < FilterForm::Inputs::String::Base
5
+ end
4
6
  end
5
7
  end
6
8
  end
@@ -1,6 +1,8 @@
1
1
  module FilterForm
2
2
  module Inputs
3
- class StringCont < FilterForm::Inputs::String::Base
3
+ module String
4
+ class StringCont < FilterForm::Inputs::String::Base
5
+ end
4
6
  end
5
7
  end
6
8
  end
@@ -1,3 +1,3 @@
1
1
  module FilterForm
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filter_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeny Li