nakor 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ local ltn12 = require("ltn12")
3
3
 
4
4
  local M = {}
5
5
 
6
- require "json"
6
+ local json = require "json"
7
7
  local parseJson = function( filename )
8
8
  local file = io.open( filename, "r" )
9
9
  if file then
@@ -1,3 +1,3 @@
1
1
  module Nakor
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nakor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: