snfoil-searcher 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
  SHA256:
3
- metadata.gz: a0c0ecc65188ce67ad7b33e3b5286a8c01d516687fb6b85fd0c65f7ac2bf2e4a
4
- data.tar.gz: 5355d2ddf282ad9bbf0a03d52f4c26a6a5bad41d7ab0f98550616ab6f60753b0
3
+ metadata.gz: 16c6b00c6b911a77a4b26bd64ba85f6ec810042e3321d1ced01a991d03010887
4
+ data.tar.gz: 8fc41b100f24e584842844cdb67faba8e3aa942350bb2606df81998b33fc6221
5
5
  SHA512:
6
- metadata.gz: 321cc859b76e1d80280381c00137770b1570cfbc7f724fad4448a71c4c3890b691f6b81394e5a02ffbde5f2e8fce007533895ae235dbf8006f2dc65506b3ed31
7
- data.tar.gz: 5d95ecf6ee82bb2a0634c975b83c1efcf92b909dcc0ce2a57b8b0b2f68abfc8ef938dab17e79f84017b629d0d85d3dbc6a4e0623b127baee999cf9fc69951e33
6
+ metadata.gz: 5f6f485324db8996278ee672295231b81bee8f133ca11841a453f6cff4afff05733dab724cf25a614eb64ac4e10202d181c2e2387e09875f56c3f33504754c29
7
+ data.tar.gz: a1ffe7a23cbedb024982ea436db3a1aba3f422f7ccf67909eec7568f99a5901ed967f7b11f84722d2efdb5492d69ff426a0f5041a76cbe9f07e8b70c5fc9a8e7
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SnFoil
4
4
  module Searcher
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
  end
7
7
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['howeszy@gmail.com']
10
10
 
11
11
  spec.summary = 'A Simple Searcher Framework'
12
- spec.description = 'SnFoil Searchers allow you to break complex searching functionality into small easily testable sections.'
12
+ spec.description = 'Complex searching functionality as small easily testable sections.'
13
13
  spec.homepage = 'https://github.com/limited-effort/snfoil-searcher'
14
14
  spec.license = 'Apache-2.0'
15
15
  spec.required_ruby_version = '>= 2.5.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snfoil-searcher
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
  - Matthew Howes
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-12 00:00:00.000000000 Z
11
+ date: 2021-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -122,8 +122,7 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '2.5'
125
- description: SnFoil Searchers allow you to break complex searching functionality into
126
- small easily testable sections.
125
+ description: Complex searching functionality as small easily testable sections.
127
126
  email:
128
127
  - howeszy@gmail.com
129
128
  executables: []