jcompiler 0.1.57 → 0.1.58

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: eca9a6f1b424125a72dac616cddd787296c694d7
4
- data.tar.gz: 4f4f78a1909e56a49e2e4225a7e3ec7913ba264a
3
+ metadata.gz: ee50ff72fb6a985e97d808bc659213dc1963653c
4
+ data.tar.gz: 3fc4a0b8c6cc2e937b2272f77e92eabd8803e03d
5
5
  SHA512:
6
- metadata.gz: 9c437d374ad685b497d0608d0f7c4d43cd373ad9811938cd861be88669fd2ce75d2b77bcbb9bf1d51ab73d05c200ef5911ea354e38ec24b2b68607243b05fade
7
- data.tar.gz: 1913a7c668b8eeba0de5305dcb129c13075893fdbf1802763454b979040bc1a9dfd4e4b182cd8522b83f9dcd05323fc616fef4ebdca099d1e8891cefa0041315
6
+ metadata.gz: b5d678f43c69da4bbfd552ee3fb3362b6d31aa209f8cff4006b28073734f723e63619cd5cc71d5a851d9758dad7fe42162409810413f3c974f573d37ad8f39e1
7
+ data.tar.gz: cbb0fc37adea863d888907849c77a9bcb39b434969752cc223889593186a1c98acbf471eccd26a06a07646d370797d95dfb76b2f4ed11aedba0db68f5bba1418
data/build CHANGED
@@ -1 +1 @@
1
- 58
1
+ 59
@@ -1,3 +1,3 @@
1
- ActiveSupport::Dependencies.autoload_paths << File.expand_path('../../lib', __FILE__)
1
+ ActiveSupport::Dependencies.autoload_paths << File.expand_path('..', __FILE__)
2
2
 
3
3
  ActionView::Template.register_template_handler :jcompiler, Jcompiler::Handler
@@ -3,6 +3,6 @@ class Jcompiler::Compiler
3
3
  end
4
4
 
5
5
  def compile
6
- '"[]"'
6
+ '[]'
7
7
  end
8
8
  end
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.57
4
+ version: 0.1.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsuri Moriya