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.
Files changed (4) hide show
  1. data/History.txt +7 -0
  2. data/Rakefile +1 -0
  3. data/dataflow.rb +1 -1
  4. metadata +2 -2
data/History.txt CHANGED
@@ -1,3 +1,10 @@
1
+ == 0.1.1 / 2009-06-13
2
+
3
+ * Minor enhancements
4
+
5
+ * Got the "require_path" set correctly so rubygems can be used =)
6
+
7
+
1
8
  == 0.1.0 / 2009-06-13
2
9
 
3
10
  * 1 major enhancement
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
@@ -1,7 +1,7 @@
1
1
  require 'monitor'
2
2
 
3
3
  module Dataflow
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
 
6
6
  def self.included(cls)
7
7
  class << cls
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.0
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
- - lib
48
+ - .
49
49
  required_ruby_version: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - ">="