rubymacros 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 (3) hide show
  1. data/lib/macro/version.rb +1 -1
  2. data/lib/macro.rb +1 -1
  3. metadata +2 -2
data/lib/macro/version.rb CHANGED
@@ -18,5 +18,5 @@
18
18
 
19
19
 
20
20
  class Macro
21
- VERSION="0.1.0"
21
+ VERSION="0.1.1"
22
22
  end
data/lib/macro.rb CHANGED
@@ -54,7 +54,7 @@ class Macro
54
54
  end
55
55
 
56
56
  #as close as I can get to an empty binding
57
- def ::Object.new_binding() # :nodoc:
57
+ def Object.new_binding() # :nodoc:
58
58
  binding
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubymacros
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
  - Caleb Clausen
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-24 00:00:00 +01:00
12
+ date: 2008-10-25 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency