jcompiler 0.1.60 → 0.1.61

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/build +1 -1
  3. data/lib/jcompiler/compiler.rb +2 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fcdbdc5783063a0ea2d9f4311767a4082615e7d4
4
- data.tar.gz: 8a5874ad087fa032202af9b01f927a0bbffd4307
3
+ metadata.gz: 3093728ee8bab0b800c33e0978cd2ccd6794af7f
4
+ data.tar.gz: 07a7c4de24610345e871afe5e3fe9877bd60b0cb
5
5
  SHA512:
6
- metadata.gz: c8347074f25232a3bf825de4e73bd2a8609293b95ca48ccab0855e0e33e3b19b02e74b2c9ea958fd369dc3c8ea25ac4691947b0b91a4b052793cdb7990a31da7
7
- data.tar.gz: 098396233f5abf3a51bf3cc2ec7927a350f6b1d2c0f14bacd4d773c325d20210bfedc14b0c3ccbbe0d9672c0c173d83d39cd844918b3e9796272299b3d246e81
6
+ metadata.gz: f9707408153a0f162278e0832def667f01cf479aaa6999e4e634c5a64defd6fc080a0e10479dffc72a095c95c825fee3206039ec0b34b127f0e5ae578c68b4b6
7
+ data.tar.gz: 97d140bd62ad2ed680b09bf7dcd0005a4f7f6efc97fe0f76a9143c59842912de480b76ecdf6b7202e590a4d85c4556518980935f5e68a6b8b642c0d873d64fa0
data/build CHANGED
@@ -1 +1 @@
1
- 61
1
+ 62
@@ -5,7 +5,8 @@ class Jcompiler::Compiler
5
5
  end
6
6
 
7
7
  def compile
8
- bind.eval('"[]"')
8
+ bind.local_variable_set(:abcdefg, 33)
9
+ bind.eval('"[#{abcdefg}]"')
9
10
  end
10
11
 
11
12
  protected
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jcompiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.60
4
+ version: 0.1.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsuri Moriya