rooble 0.3.0 → 0.3.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/rooble/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46e72546278f13c26a17692b00fd42913430bacb
4
- data.tar.gz: 7027e46afefd2b51d5cceb2b1ba9884bebaf4475
3
+ metadata.gz: 092d62b790cad2b4974d5e61b6d080e698233439
4
+ data.tar.gz: c6e5ebdd754d490de252c2a07e33d97bd095741c
5
5
  SHA512:
6
- metadata.gz: 7f0924480a6a4b756fd8b8fd3e8971742ce0658d4a6c79c82f740da6c9101f6b27d8b018a87ec161887a45363763a9ed16d3cb16718cf9a5434dc2f769143e0d
7
- data.tar.gz: 240d66f7efc39b7df4a86a4080346d7062cb7767706b90b61a2c2ba3f9c2344771906cd728acf4f33b1e2d680a1afc6202a325f1e6047fc6938f7c34c6e7aed2
6
+ metadata.gz: 428fbe2ddb4e3276d6792c25fe68fe21993eee50c14bbde094ae94658f03ffc0874dbabf361f1a216bfe213a3e70cd20b78e6a592c5acc510b343284eecb9000
7
+ data.tar.gz: 644c5739fe505c63f3d549404a69f596db9b14f811b3cbfaf4a103af0448a15a9fbba6f57c7d834ade45c4de826b68785509bf93aeacaed277d64874a979011f
data/README.md CHANGED
@@ -137,7 +137,7 @@ You can use the _percent_ sign to do pattern matching just like in SQL given tha
137
137
  ```
138
138
 
139
139
  ``` ruby
140
- State.search("name", "%Ma", match_type: :end)
140
+ State.search("name", "%Ma")
141
141
  # => Yields 2 results where the value ends with ma: Alabama, Oklahoma
142
142
  ```
143
143
 
@@ -1,3 +1,3 @@
1
1
  module Rooble
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rooble
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gustavo Rubio