each_in_batches 0.1.0 → 0.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
  SHA1:
3
- metadata.gz: 28acf126d324e3a7c48d91337598cd629b8d543b
4
- data.tar.gz: 2ae38eab8fd980bef8d56eebd47f24004832d67c
3
+ metadata.gz: f493e2df6803a3cf68cc8fde449d5a5b8d54849e
4
+ data.tar.gz: 34343705d69f6e4ab1b5e4bedff14e28bf038322
5
5
  SHA512:
6
- metadata.gz: c23c43b348d6cc63bee83a1edf31002c56e17a5ede1adcb8a9fc546f20214b67480c9c5432f7464d0a49a0f733ed32f17d49dfbf17ab9b7ee2d2d718f143f954
7
- data.tar.gz: 056a77ad490cf78fb6d1c3d847cf9a8f66fdca7794eca941becef1ffb9bf79d14c8fb0ce4a5b42742c89d6d3f8d215a68531de8afbb30ee8ded053800a73e056
6
+ metadata.gz: 4653c603b0679f5897a61a0e36e60b072091a6ad24afd0af0a1df3fcc9d5d8eda6065656a0feae13a88f2912855725b427b52b51e6ebe7039fb86791421d319b
7
+ data.tar.gz: 470f6bc23d2d1d0ae4c7e3bd0e5545589e5787d4ebc62350150567638a7181d34cae3f19d232f0824044b61160374b66959a7342003bf649f8c83ebd230e521c
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "Batch Processing of Records with Blocks in Rails"
13
13
  spec.description = "Batch Processing of Records with Blocks in Rails"
14
- spec.homepage = "https://github.com/pboling/boling_for_batches"
14
+ spec.homepage = "https://github.com/pboling/each_in_batches"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = "exe"
@@ -1,3 +1,3 @@
1
1
  module EachInBatches
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: each_in_batches
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -86,7 +86,7 @@ files:
86
86
  - each_in_batches.gemspec
87
87
  - lib/each_in_batches.rb
88
88
  - lib/each_in_batches/version.rb
89
- homepage: https://github.com/pboling/boling_for_batches
89
+ homepage: https://github.com/pboling/each_in_batches
90
90
  licenses: []
91
91
  metadata: {}
92
92
  post_install_message:
@@ -110,3 +110,4 @@ signing_key:
110
110
  specification_version: 4
111
111
  summary: Batch Processing of Records with Blocks in Rails
112
112
  test_files: []
113
+ has_rdoc: