separa 0.0.1 → 0.0.2

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/lib/Separa/text.rb +0 -1
  3. data/separa.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58c1213d2bc5d1b3ff0d372415ad41b0d1be447d
4
- data.tar.gz: cf736b30c7478dd3b90dd3583ea114545b0e4953
3
+ metadata.gz: e6a8d611823d678984ca8c293a069fbf6a202156
4
+ data.tar.gz: dfdbe90a9abeaf81a989c9653a82c0cf295cba71
5
5
  SHA512:
6
- metadata.gz: e0fc3323895152e27e1256fa5e774d8871b4d2b9dd4cc793777149eba591c02de0fae7dc3e51dee94535565f5e5fa413595d8195b52abfe4d6ccdde8171067f4
7
- data.tar.gz: 8b83a6547788a2f517db85de1242181f3ce72712f8fb7e17b230688266069bce5eefa8f5092d401cce3af5d8fc87b955dc6e70393cff11e0dd545871cc69d456
6
+ metadata.gz: 9905516337c8682f76a845c093633686158a55056f7fc3a8742512b0a7a2443c1d335e2b03ca9fcf7210cb272408aab766cb68b16b11a578e7f5d87f1f34b47a
7
+ data.tar.gz: b5ac4c97b2fc0644548dc8ca0551007fdbbc9655507073ff0de6223c9655a155ead53cfd6f11a72a13c465b99815134d838ce6d0e56abf74e7f2a377fe99d69f
data/lib/Separa/text.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  class Separa
2
2
  module Text
3
- require 'pry'
4
3
  def self.call(text, opts)
5
4
  regexp = opts[:regexp] || /\W/
6
5
  text.split(regexp)
data/separa.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "separa"
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
  s.summary = "Separa splits chunks of text into tokens to be indexed"
7
7
  s.description = "Separa splits chunks of text into tokens to be indexed by Busca, the simple redis search"
8
8
  s.authors = ["Julián Porta"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: separa
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
  - Julián Porta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-02 00:00:00.000000000 Z
11
+ date: 2015-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cutest