findit 1.3.0 → 1.4.0

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
  SHA1:
3
- metadata.gz: 4f2a7acc1f32c6584aecb5515f041e81bd2410ee
4
- data.tar.gz: 6549ea60916596d9fde883fe75c0ebefca715438
3
+ metadata.gz: f1a0af7fdc13e935c0c272b7856c7696a718b3b0
4
+ data.tar.gz: 8b5a7c64c41d532c216655ae47e32631792e6960
5
5
  SHA512:
6
- metadata.gz: e3b50f8a45783e0c2d873700c22367d0c38f28d1cb14c05615c94c1d637c287d0b4bfdbdbedb1e03d1032089742cca46bcafb6d9a327f142d46b09772328f98b
7
- data.tar.gz: 4c1a5cead6328b4494646e6c91d81ce1c61c89a20ea55e3b9dbfc84fc89cfa192202336117b53e15c179bb3421c3e5e6a2471ccbe69d0e8ac174609967833753
6
+ metadata.gz: 04bca2768a0452e08b151793ae973397428ede963f27634b17a31db5b6683ccd1edbd6e49b93cad0b700a962947b8e63de90d2446d9352a46649914f86940b75
7
+ data.tar.gz: 90c76bee21b2634f2cb7c37c191db5f8f92ed8dea834113e026804f42a79e2242e3bf4ba5aeefeda8aad41b80f305c7efb1422dc104e23003a62cc0d5635e56a
@@ -41,7 +41,7 @@ module Findit
41
41
 
42
42
  included do
43
43
  include ::Findit::Single
44
- delegate :each, :[], :size, :empty?, :to_ary, :to_a, to: :call
44
+ delegate :each, :[], :size, :empty?, :to_ary, :to_a, :shift, to: :call
45
45
  end
46
46
  end
47
47
  end
@@ -1,3 +1,3 @@
1
1
  module Findit
2
- VERSION = "1.3.0"
2
+ VERSION = "1.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: findit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Korobicyn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-03 00:00:00.000000000 Z
11
+ date: 2017-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport