jcompiler 0.1.59 → 0.1.60

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 +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5502d53444c7c73355ebe0da2a65f1915e7ac602
4
- data.tar.gz: bd1e636b75b40ed20a6195ac0df082c7622beda6
3
+ metadata.gz: fcdbdc5783063a0ea2d9f4311767a4082615e7d4
4
+ data.tar.gz: 8a5874ad087fa032202af9b01f927a0bbffd4307
5
5
  SHA512:
6
- metadata.gz: 524c067adfe806dfb1c73f6129b0839b16ba512a6f0cd5a6bc725e5b7321c382bc168e9f9dbfbd30cfc9b38aca9dfa52349df8880fc76816e51547506c62cc30
7
- data.tar.gz: ca681999d933226a8ba6881e3090e6639e069a5a14f4acc4e9d2ebfebd05631c0cb5bf9db0e679caa65e65ec18aebd7d4dd789fb3015b4728e83d141a8729b85
6
+ metadata.gz: c8347074f25232a3bf825de4e73bd2a8609293b95ca48ccab0855e0e33e3b19b02e74b2c9ea958fd369dc3c8ea25ac4691947b0b91a4b052793cdb7990a31da7
7
+ data.tar.gz: 098396233f5abf3a51bf3cc2ec7927a350f6b1d2c0f14bacd4d773c325d20210bfedc14b0c3ccbbe0d9672c0c173d83d39cd844918b3e9796272299b3d246e81
data/build CHANGED
@@ -1 +1 @@
1
- 60
1
+ 61
@@ -5,7 +5,7 @@ class Jcompiler::Compiler
5
5
  end
6
6
 
7
7
  def compile
8
- bind.eval('[]')
8
+ bind.eval('"[]"')
9
9
  end
10
10
 
11
11
  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.59
4
+ version: 0.1.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsuri Moriya