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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e2cfc3f59384e15b6b8388816e33b8aefb1c460
4
- data.tar.gz: 431c503ccb34aae514a5f23a785f0ff90d9cba49
3
+ metadata.gz: 0e4a369ca69d60d69c51cec95e89187c6588af0b
4
+ data.tar.gz: ab7faa976b14b5e2649565beeda459065ce99b39
5
5
  SHA512:
6
- metadata.gz: 45635fc49d2a978c4b46099240bf2482eb95ba284dfb60d32c0c3b9fda5b07ec85150b85a3854be0e3bf3216db486efea2e3c965ff01cff2ffc0217c1f9dc381
7
- data.tar.gz: 82e5d7cf877abb8b6749229e0cff39bfe0cfa7eb2e4f4d1f0c19e88b9faf821935459284cf5cb888c58329205265df151918c82bc18589b904a57f38d05e2273
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 'hash_filter'
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 hash_filter
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/hash_filter"
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")
@@ -1,3 +1,3 @@
1
1
  module HashFilter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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/hash_filter
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: