mobility-ransack 1.2.0 → 1.2.1

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
  SHA256:
3
- metadata.gz: 1875d7ec16b978a380c59ff6d7422537e860dbe797fb44755d1659b55121c11a
4
- data.tar.gz: a489d834de55dd89265b787c858d799ba77040e24d929329f0fa4f684f0c4da1
3
+ metadata.gz: 5494d5b489072ff14d3b7ec1c9a0b406eb8bbbb51c9eccb901144eea6b5d3f2f
4
+ data.tar.gz: e7fa363227d7f7d752d4865b5bdada8fb5d3fc046948de9184a197eb549d6920
5
5
  SHA512:
6
- metadata.gz: 4c13a01c141709e58e5061461dad39f4239c3d71e3f15bed3894bb59f11b6b15d1c0423bcd4008f6382abb40200dcf11d2a08d95227c3a5716436e370876180e
7
- data.tar.gz: 373dbc15c6dd9690b6672c160761dfd91977ebe99808f1457b37c4cae056f19231b3c1e6b5dedd345965591949a1c0ad81cfb9d05570c32d3400d40beb1c05fe
6
+ metadata.gz: 2d7bf3c13e6aa14119aae4488b249290676dcf3a574e96e18f9978e8ad6a7fac150cbfa47a1e65bad5e521bb91ad801f03344e93a58c03c51f7e6d53bc312a6c
7
+ data.tar.gz: d25fb5b6ecdfe0f1fe85790bff449a9d6ec663940c3227b1cd2cd477f188232a77994cebe7f3de4e870a06c177b1d32c195b1614c682bca16c1caacf1395a8a5
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## 1.1
4
4
 
5
+ ### 1.2.1
6
+ - Require mobility/ransack into plugin file
7
+ ([#26](https://github.com/shioyama/mobility-ransack/pull/26))
8
+
5
9
  ### 1.2.0
6
10
  - [Add compatibility with rails
7
11
  7+](https://github.com/shioyama/mobility-ransack/pull/22), thanks
data/README.md CHANGED
@@ -18,7 +18,7 @@ Search on translated attributes with
18
18
  Just add the gem to your Gemfile:
19
19
 
20
20
  ```ruby
21
- gem 'mobility-ransack', '~> 1.2.0'
21
+ gem 'mobility-ransack', '~> 1.2.1'
22
22
  ```
23
23
 
24
24
  Now enable the `ransack` plugin in Mobility's configuration:
@@ -1,5 +1,6 @@
1
1
  require "ransack"
2
2
  require "mobility"
3
+ require "mobility/ransack"
3
4
 
4
5
  module Mobility
5
6
  module Plugins
@@ -1,5 +1,5 @@
1
1
  module Mobility
2
2
  module Ransack
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobility-ransack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Salzberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-08 00:00:00.000000000 Z
11
+ date: 2022-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ransack