pry-macro 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 177ddefdcbd1a0559fb3a4c515100cc9efd693ca
4
- data.tar.gz: eaa0cf476554da956516491d56529022f06430ff
3
+ metadata.gz: df701be5e00b412073ca0b0b003ca696c786028d
4
+ data.tar.gz: 97fa05d45fb33a180adc86c48882eb3cd05b1fa9
5
5
  SHA512:
6
- metadata.gz: 071baa80cd6584b7b346038ec4fde4edbcfa2487e0325d9f09128d396cf7a76f6e156d7a1f95098f7f6b3cc9717931338adb1d8cc3107ea51904580119b796f8
7
- data.tar.gz: 36e363f4bd719d7db88673a6f3281f3a48abba35e25fb4ca80a44aa3a9f130c5b4ceaf366689556023c31b2cf9f12fc02783e180300c0b297ed0ea68e7f33b6f
6
+ metadata.gz: 1348d8b6ebdda34f67e3fdcff8a115c9802f889f598609f40acf1a1f8b1d9a5d6bd850c78c7259d9c4b581af1b57aa03d95aad1fb3a345c1d7a116e42a089f06
7
+ data.tar.gz: 2c972a84657ad00565c8d6a521079de2f9f457364fed96cb0034bfe14129b911ace47547e1b4f4a5e030793b67f489efbfd9b6322c0c02bec11b10ba8c5be09c
@@ -83,7 +83,7 @@ module PryMacro
83
83
  puts command_string if opts[:v]
84
84
 
85
85
  # ...so that we can save the contents for saving later (optional)
86
- _pry_.macro_strings << MacroString.new(@name, command_string)
86
+ _pry_.macro_strings << MacroString.new(name, command_string)
87
87
  # ...as well as evaluating it and making it immediately usable to us.
88
88
  eval command_string
89
89
  end
@@ -1,3 +1,3 @@
1
1
  module PryMacro
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-macro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Weaver