plumb 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plumb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ismael Celis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-01 00:00:00.000000000 Z
11
+ date: 2024-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -50,6 +50,11 @@ files:
50
50
  - LICENSE.txt
51
51
  - README.md
52
52
  - Rakefile
53
+ - examples/command_objects.rb
54
+ - examples/concurrent_downloads.rb
55
+ - examples/csv_stream.rb
56
+ - examples/programmers.csv
57
+ - examples/weekdays.rb
53
58
  - lib/plumb.rb
54
59
  - lib/plumb/and.rb
55
60
  - lib/plumb/any_class.rb
@@ -73,6 +78,7 @@ files:
73
78
  - lib/plumb/static_class.rb
74
79
  - lib/plumb/step.rb
75
80
  - lib/plumb/steppable.rb
81
+ - lib/plumb/stream_class.rb
76
82
  - lib/plumb/tagged_hash.rb
77
83
  - lib/plumb/transform.rb
78
84
  - lib/plumb/tuple_class.rb