dataflow 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.
- data/History.txt +7 -0
- data/Rakefile +1 -0
- data/dataflow.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -21,6 +21,7 @@ spec = Gem::Specification.new do |s|
|
|
|
21
21
|
s.summary = "Dataflow concurrency for Ruby (inspired by the Oz language)"
|
|
22
22
|
s.description = s.summary
|
|
23
23
|
s.files = %w[LICENSE History.txt Rakefile README.textile dataflow.rb] + Dir["lib/**/*"] + Dir["examples/**/*"]
|
|
24
|
+
s.require_path = '.'
|
|
24
25
|
s.test_files = Dir["spec/**/*"]
|
|
25
26
|
end
|
|
26
27
|
|
data/dataflow.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dataflow
|
|
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
|
- Larry Diehl
|
|
@@ -45,7 +45,7 @@ post_install_message:
|
|
|
45
45
|
rdoc_options: []
|
|
46
46
|
|
|
47
47
|
require_paths:
|
|
48
|
-
-
|
|
48
|
+
- .
|
|
49
49
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - ">="
|