visionmedia-bind 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,8 @@
1
1
 
2
+ === 0.2.1 / 2009-03-09
3
+
4
+ * Removed a #p call
5
+
2
6
  === 0.2.0 / 2009-03-09
3
7
 
4
8
  * Added gitignore
data/Todo.rdoc CHANGED
@@ -2,6 +2,7 @@
2
2
  == Major:
3
3
 
4
4
  * Test refresh eval
5
+ * Increase readability / Documentation
5
6
  * Better specs
6
7
 
7
8
  == Minor:
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{bind}
5
- s.version = "0.2.0"
5
+ s.version = "0.2.1"
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"]
@@ -79,7 +79,6 @@ module Bind
79
79
  # Invoke all current actions with a +file+.
80
80
 
81
81
  def call_actions_with file
82
- p actions
83
82
  actions.each { |action| action.call file }
84
83
  end
85
84
 
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Bind
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TJ Holowaychuk