efficient_join 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e939e7d2de4992664e192b1b2851c81931023d49038d0533d8f065379260004
4
- data.tar.gz: 48183fea3587d9d415256797baa343aefef074970d8f0813d1fa98aecab00bc1
3
+ metadata.gz: 58d95e2249b41a5d08b30b53a96c0c6a23c7e6889629264cad92818c7bb2ff10
4
+ data.tar.gz: b06291e2a9bb44bfcf15ff9528cbe2775b484b93b81c8303b1b71ebd9818843c
5
5
  SHA512:
6
- metadata.gz: 1b5a44b860c8ccb7f1f005c9766cd11ff44878efcc8b7121e115df32b30fc78d472b594c852d7428335164c97680bbf954fd6da0be207f8096ae60ae7353b943
7
- data.tar.gz: 4e8cf6f00b49f3046037425bca7963d641c09d69fb277a0e1703ee3b07075fc3358847340a936075b3aea74002eae4100a03e2934e333b5013e8a45a4ed26cd4
6
+ metadata.gz: '094a687ed1f85f4ac0e1d364394fdc0d1329c81a97cf94a5efd91cadcf196527f87132fb621683428c81a2f1e2a9178ece97d940000882a69e7f39d24fc7164c'
7
+ data.tar.gz: f2f85e0f3ee5e371ac9ffcc3cf285d5ca5fcde922aac1ab4742ad20e1605bbba22569f71e3fb5b2dffa1424dcb483acb440d61f5e6a3c2a68811b1a55adb5c14
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["tomm8086@googlemail.com"]
10
10
 
11
11
  spec.summary = %q{.}
12
- spec.description = %q{Very fast and memory-efficient way to join a list of ruby numbers.}
12
+ spec.description = %q{Very fast and memory-efficient way to join ruby lists of numbers and strings.}
13
13
  spec.homepage = "https://github.com/tomm/efficient_join"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module EfficientJoin
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: efficient_join
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Morton
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: Very fast and memory-efficient way to join a list of ruby numbers.
55
+ description: Very fast and memory-efficient way to join ruby lists of numbers and
56
+ strings.
56
57
  email:
57
58
  - tomm8086@googlemail.com
58
59
  executables: []