each_in_batches 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/each_in_batches.gemspec +1 -1
- data/lib/each_in_batches/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f493e2df6803a3cf68cc8fde449d5a5b8d54849e
|
|
4
|
+
data.tar.gz: 34343705d69f6e4ab1b5e4bedff14e28bf038322
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4653c603b0679f5897a61a0e36e60b072091a6ad24afd0af0a1df3fcc9d5d8eda6065656a0feae13a88f2912855725b427b52b51e6ebe7039fb86791421d319b
|
|
7
|
+
data.tar.gz: 470f6bc23d2d1d0ae4c7e3bd0e5545589e5787d4ebc62350150567638a7181d34cae3f19d232f0824044b61160374b66959a7342003bf649f8c83ebd230e521c
|
data/each_in_batches.gemspec
CHANGED
|
@@ -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/
|
|
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"
|
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.
|
|
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/
|
|
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:
|