hashfilter 0.0.1 → 0.0.2
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 +4 -4
- data/README.md +2 -2
- data/hash_filter.gemspec +1 -1
- data/lib/hash_filter/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e4a369ca69d60d69c51cec95e89187c6588af0b
|
|
4
|
+
data.tar.gz: ab7faa976b14b5e2649565beeda459065ce99b39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 644411d270bc7fccb1a1aee129767dc7cd3bf662fd8ae90fa7f307e52cc1465e8ea3f85d64010c30044632044ea871e59f61a801d56981c3df13161502ab8c39
|
|
7
|
+
data.tar.gz: 7d20f398b82790c3e6f3648ddc10eb3a78ab808cc49488262cfdec5b9aa41d6fe3cc3f5dd0b2126de7b6424e571e1a6fa4045ef417f61bc9dff1f781108af41d
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Recursively filter hashes
|
|
|
6
6
|
|
|
7
7
|
Add this line to your application's Gemfile:
|
|
8
8
|
|
|
9
|
-
gem '
|
|
9
|
+
gem 'hashfilter'
|
|
10
10
|
|
|
11
11
|
And then execute:
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ And then execute:
|
|
|
14
14
|
|
|
15
15
|
Or install it yourself as:
|
|
16
16
|
|
|
17
|
-
$ gem install
|
|
17
|
+
$ gem install hashfilter
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
data/hash_filter.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["svs"]
|
|
10
10
|
spec.email = ["svs@svs.io"]
|
|
11
11
|
spec.summary = %q{Recursively filter hashes}
|
|
12
|
-
spec.homepage = "https://github.com/svs/
|
|
12
|
+
spec.homepage = "https://github.com/svs/hashfilter"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/hash_filter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hashfilter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- svs
|
|
@@ -111,7 +111,7 @@ files:
|
|
|
111
111
|
- lib/hash_filter.rb
|
|
112
112
|
- lib/hash_filter/version.rb
|
|
113
113
|
- spec/lib/hash_filter_spec.rb
|
|
114
|
-
homepage: https://github.com/svs/
|
|
114
|
+
homepage: https://github.com/svs/hashfilter
|
|
115
115
|
licenses:
|
|
116
116
|
- MIT
|
|
117
117
|
metadata: {}
|
|
@@ -137,4 +137,3 @@ specification_version: 4
|
|
|
137
137
|
summary: Recursively filter hashes
|
|
138
138
|
test_files:
|
|
139
139
|
- spec/lib/hash_filter_spec.rb
|
|
140
|
-
has_rdoc:
|