stream 0.5.3 → 0.5.4

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -12
  3. data/README.rdoc +1 -1
  4. data/lib/stream.rb +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbfc5988a8fe8b8e4735b9f576da07e6e1aa18a87b4b8a6df0c917b5a9789a13
4
- data.tar.gz: 06d3fe1334d5adbce1123621410c22efab33159396e967eb96d18d926c8c9080
3
+ metadata.gz: 55354ecc39933e7f4be1b3b1eaa9bcfec109b00346f739e2f6c675a333ed17e9
4
+ data.tar.gz: aab007abb0bf1bf998be99a9806d3e3d9a8f305a422ce01ac83ea586b42a778a
5
5
  SHA512:
6
- metadata.gz: 161659d0943d54ca3c0ab0eadddf9933f800d57108b0f3f1368929fdc01bebb3dbb0cf12bc1cff8b82cffb005b7a1e04d2646a1ea628b692dd6890afa576310c
7
- data.tar.gz: 55f2c790ea82ef64f90bdef541303ec4a2fc6be1292a19a96648f5bfc1159cd17e807d1264d1d98c55a6b5298129037c5576cd7b94f22931686cdd57e1e08f4f
6
+ metadata.gz: 416c8fe937cc016744b8325bd3f15a6210a51fe17900de8e1db8b405ef5793cd2344ff3f0e9b0a3e336bf71c1497b9f84137238f4f92431fa861056f6a34646c
7
+ data.tar.gz: c07f8c66b7ca2d3a3e7c355b9b7bdbb6bd3151c9871159b0c92376773a732b9fdbabc2e1727f6b4c822b4412aa67a17f0601afd969f50ecd1a9751618e4c72e3
data/Gemfile.lock CHANGED
@@ -1,25 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stream (0.5.3)
4
+ stream (0.5.4)
5
5
  generator
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- codeclimate-test-reporter (1.0.9)
11
- simplecov (<= 0.13)
12
- docile (1.1.5)
13
10
  generator (0.0.1)
14
- json (2.1.0)
15
11
  power_assert (1.1.3)
16
12
  rake (12.3.2)
17
13
  rdoc (6.1.1)
18
- simplecov (0.13.0)
19
- docile (~> 1.1.0)
20
- json (>= 1.8, < 3)
21
- simplecov-html (~> 0.10.0)
22
- simplecov-html (0.10.2)
23
14
  test-unit (3.2.9)
24
15
  power_assert
25
16
  yard (0.9.16)
@@ -29,7 +20,6 @@ PLATFORMS
29
20
  x86_64-linux
30
21
 
31
22
  DEPENDENCIES
32
- codeclimate-test-reporter
33
23
  rake
34
24
  rdoc
35
25
  stream!
@@ -37,4 +27,4 @@ DEPENDENCIES
37
27
  yard
38
28
 
39
29
  BUNDLED WITH
40
- 2.2.1
30
+ 2.3.8
data/README.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- {<img src="https://secure.travis-ci.org/monora/stream.png?branch=master" alt="Build Status" />}[https://travis-ci.org/monora/stream]
1
+ {<img src="https://github.com/monora/stream/actions/workflows/ruby.yml/badge.svg" alt="Build Status" />}[https://github.com/monora/stream/actions/workflows/ruby.yml]
2
2
 
3
3
  = Extended External Iterators (forward and backward)
4
4
 
data/lib/stream.rb CHANGED
@@ -1,4 +1,4 @@
1
- STREAM_VERSION = '0.5.3'.freeze
1
+ STREAM_VERSION = '0.5.4'.freeze
2
2
 
3
3
  ##
4
4
  # Module Stream defines an interface for an external Iterator which
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Horst Duchene
8
8
  autorequire: stream
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-19 00:00:00.000000000 Z
11
+ date: 2022-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: generator
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.0.6
124
+ rubygems_version: 3.2.3
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: stream - Extended External Iterators