norikra 0.0.20-java → 0.0.21-java

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.
@@ -1,3 +1,3 @@
1
1
  module Norikra
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
@@ -5,7 +5,6 @@ require 'norikra/logger'
5
5
  require 'norikra/webui'
6
6
 
7
7
  require 'sinatra/base'
8
- require 'erubis'
9
8
 
10
9
  class Norikra::WebUI::Handler < Sinatra::Base
11
10
  set :public_folder, File.absolute_path(File.join(File.dirname(__FILE__), '..', '..', '..', 'public'))
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: norikra
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.20
5
+ version: 0.0.21
6
6
  platform: java
7
7
  authors:
8
8
  - TAGOMORI Satoshi