filta 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -19
  3. data/VERSION +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 802fcec4c36012f9106671ff036acccbc394393cdd8b582893d26e7443061550
4
- data.tar.gz: 1625a8e0a70e56bb1e1472fd893b00596c6cbd5cb15ff8b32a91a7a8f44819f3
3
+ metadata.gz: b41a1c7797ab77e79b325c5bf7103c02e9f95adaa9444eb00af7014a4f14e6c4
4
+ data.tar.gz: 6ec6ecc2d6cbae7c5973d3a524b1f2125848fc3e203bab51b417810769c4085a
5
5
  SHA512:
6
- metadata.gz: 001b02b737ddefd340703901f40e1702823df6375c8758fbbc5c6232132f154d753c0938c3e987112de9001f9fba974046ab0017b3c2a381b8c36b83b49711fd
7
- data.tar.gz: ebffcac7213dd5fa60edd52b1dd3815deee4400c8a2ecca9c1b9d06cd5ff6b630b7f26751d371edb5794abb7b8f353df7d38671ffa275359dd6f9f170726e7b2
6
+ metadata.gz: c830a9f23085afd47bb1514f5b1783d534d973f6c23525c1bc13e80ba5c3a015e4926cf03d45574b1c59b48d65592029442eb96fa4381ba5f234c7b85e1ba9a0
7
+ data.tar.gz: 789980b06f65db92cd6e104cebcfcbeced4a403ff692f64dd299c2db731edefd79d9678cabe4e210a428f1c3055ff63ef2bc62a1f33c013ed9158598fe56cef6
data/README.md CHANGED
@@ -5,15 +5,6 @@ Super simple filtering for ActiveRecord, inspired by [Justin Weiss' Gist](https:
5
5
  [![Gem Version](https://badge.fury.io/rb/filta.svg)](https://badge.fury.io/rb/filta)
6
6
  [![Build Status](https://travis-ci.org/boxt/filta.svg?branch=master)](https://travis-ci.org/sleepingstu/filta)
7
7
 
8
- <!-- MarkdownTOC -->
9
-
10
- - [Installation](#installation)
11
- - [Usage](#usage)
12
- - [Contributing](#contributing)
13
- - [License](#license)
14
-
15
- <!-- /MarkdownTOC -->
16
-
17
8
  ## Installation
18
9
 
19
10
  Add this line to your application's Gemfile:
@@ -52,19 +43,18 @@ If using in a controller make sure you use the `params.permit` method to sanitis
52
43
 
53
44
  ## Notes
54
45
 
55
- The original `.filter` method is deprecated to avoid any confusion
56
-
46
+ The original `.filter` method is deprecated to avoid any confusion
57
47
 
58
48
  ## Contributing
59
49
 
60
- * Check out the latest master and/or develop branches to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
61
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
62
- * Fork the project
63
- * Start a feature/bugfix branch off of develop (using Git Flow approach)
64
- * Commit and push until you are happy with your contribution
65
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally
66
- * When you are done generate a pull request
67
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
50
+ - Check out the latest master and/or develop branches to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
51
+ - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
52
+ - Fork the project
53
+ - Start a feature/bugfix branch off of develop (using Git Flow approach)
54
+ - Commit and push until you are happy with your contribution
55
+ - Make sure to add tests for it. This is important so I don't break it in a future version unintentionally
56
+ - When you are done generate a pull request
57
+ - Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
68
58
 
69
59
  ## License
70
60
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.0
1
+ 0.9.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BoxtDevelopers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-14 00:00:00.000000000 Z
11
+ date: 2019-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '5.11'
61
+ version: '5.13'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '5.11'
68
+ version: '5.13'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: minitest-bang
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '0.1'
103
+ version: '0.2'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '0.1'
110
+ version: '0.2'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: minitest-reporters
113
113
  requirement: !ruby/object:Gem::Requirement