visionmedia-bind 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +4 -0
- data/Rakefile +1 -1
- data/bind.gemspec +4 -4
- data/lib/bind/version.rb +1 -1
- metadata +2 -2
data/History.rdoc
CHANGED
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.
|
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.
|
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.
|
29
|
+
s.add_runtime_dependency(%q<visionmedia-commander>, [">= 3.1.6"])
|
30
30
|
else
|
31
|
-
s.add_dependency(%q<visionmedia-commander>, [">= 3.1.
|
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.
|
34
|
+
s.add_dependency(%q<visionmedia-commander>, [">= 3.1.6"])
|
35
35
|
end
|
36
36
|
end
|
data/lib/bind/version.rb
CHANGED
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
|
+
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.
|
23
|
+
version: 3.1.6
|
24
24
|
version:
|
25
25
|
description: bind actions to filesystem events
|
26
26
|
email: tj@vision-media.ca
|