visionmedia-bind 0.2.4 → 0.2.5

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.rdoc CHANGED
@@ -1,4 +1,8 @@
1
1
 
2
+ === 0.2.5 / 2009-03-22
3
+
4
+ * visionmedia-commander >=3.1.6 for options hash symbols
5
+
2
6
  === 0.2.4 / 2009-03-22
3
7
 
4
8
  * Removed options_to_hash, using Options#__hash__ now
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ Echoe.new "bind", Bind::VERSION do |p|
11
11
  p.summary = "bind actions to filesystem events"
12
12
  p.url = "http://github.com/visionmedia/bind"
13
13
  p.runtime_dependencies = []
14
- p.runtime_dependencies << 'visionmedia-commander >=3.1.5'
14
+ p.runtime_dependencies << 'visionmedia-commander >=3.1.6'
15
15
  end
16
16
 
17
17
  Dir['tasks/**/*.rake'].sort.each { |lib| load lib }
data/bind.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{bind}
5
- s.version = "0.2.4"
5
+ s.version = "0.2.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["TJ Holowaychuk"]
@@ -26,11 +26,11 @@ Gem::Specification.new do |s|
26
26
  s.specification_version = 2
27
27
 
28
28
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
29
- s.add_runtime_dependency(%q<visionmedia-commander>, [">= 3.1.5"])
29
+ s.add_runtime_dependency(%q<visionmedia-commander>, [">= 3.1.6"])
30
30
  else
31
- s.add_dependency(%q<visionmedia-commander>, [">= 3.1.5"])
31
+ s.add_dependency(%q<visionmedia-commander>, [">= 3.1.6"])
32
32
  end
33
33
  else
34
- s.add_dependency(%q<visionmedia-commander>, [">= 3.1.5"])
34
+ s.add_dependency(%q<visionmedia-commander>, [">= 3.1.6"])
35
35
  end
36
36
  end
data/lib/bind/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Bind
3
- VERSION = '0.2.4'
3
+ VERSION = '0.2.5'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visionmedia-bind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - TJ Holowaychuk
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 3.1.5
23
+ version: 3.1.6
24
24
  version:
25
25
  description: bind actions to filesystem events
26
26
  email: tj@vision-media.ca