jcompiler 0.1.93 → 0.1.94

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/initialize.rb +0 -5
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5289efac529f01ab83aaf69ada86ac5452e180a
4
- data.tar.gz: 0d63d2d4797b63891d336df841d824775df04b52
3
+ metadata.gz: 4f7048d34915523cba21d10e27d5be3732648aa1
4
+ data.tar.gz: 947ed5a266d8ddbd5c48489558f15d3245141143
5
5
  SHA512:
6
- metadata.gz: ee83a196f442a1b9d8a3f6170f361687f849f8c9f22e531efc688a62d2613087f94c9ad0a7452d6369acbe63d4c5f6ba45e90b6fa081226b3d9a47c9bb6f7560
7
- data.tar.gz: 1758765c5759acb63f2ad69f18505800b420f03e22dfe894685b93f782ca9a49ef31de09729c2452a8eb09e079db6a3ab6a8e13ba5a0954075c1b248a00c56d8
6
+ metadata.gz: 37b055941018ae3dda3eb160eba83428a400b2a994fd1e995c242692de927ad8a6a4bf2a2acd2b30a89c3e2382a4243c569de3f15c2af0dea00a050d2186829b
7
+ data.tar.gz: 9c8059c96f8c47c41339f6bb4ec529a44b31e0d25a53f8010040f4054614cd1795bc4abb9119382853e1607c495f45a239ce57559e0e31b602d1fa4a1368751f
data/build CHANGED
@@ -1 +1 @@
1
- 94
1
+ 95
data/lib/initialize.rb CHANGED
@@ -1,8 +1,3 @@
1
- require 'rubygems'
2
- require 'bundler/setup'
3
-
4
- require 'sourcify'
5
-
6
1
  ActiveSupport::Dependencies.autoload_paths << File.expand_path('..', __FILE__)
7
2
 
8
3
  ActionView::Template.register_template_handler :jcompiler, Jcompiler::Handler
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.93
4
+ version: 0.1.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsuri Moriya