translate2code 0.3.0 → 0.4.0

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: 8eeb636c35a00ab59622e4acf034444021b137c3
4
- data.tar.gz: 23125a887ea29bc8a4beae91192614ab6d402a09
3
+ metadata.gz: 8b17b4e58530b491be9bac244cc4a806b96c40a9
4
+ data.tar.gz: 727bf27ae0ca0a3abf136cffff241ae71705572d
5
5
  SHA512:
6
- metadata.gz: dc630f6521515787b07169c7d20ca0039063492bf66e4cb177bd341d5ee8e0bc850a92928e05cd552c40cd4efca75315982a4169757c89dc1ac44fbbca8587d6
7
- data.tar.gz: ee03bdc14ffa7748b2936c0b425d72da0697b8beea70efe3284525219a153f53f0fd6ad69bc73548411f89e57ba271eae90590a5dc764c13c8171209248f36ab
6
+ metadata.gz: '08cce6e080b07bf7c72b873af15f1ca1173b07b4cc70d668666284639e120ad6db545b35e72573adbae569abd58edc038d1c145b613eda69c0d3a21b2cc04974'
7
+ data.tar.gz: 80ddeb8760eb35940e2fa7b89b38516fb91516ac8b578aa695d869c73716673f0bd9fbd476c1178c30a60b823953411dc5f8493ff4cbc93b97fb4dbef034f1d4
@@ -1,3 +1,3 @@
1
1
  module Translate2code
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -1,5 +1,5 @@
1
- require_relative 'translateUtil'
2
- require_relative 'translate2language'
1
+ require 'translateUtil'
2
+ require 'translate2language'
3
3
  def startTranslateJson(jsonFilePath)
4
4
  jsonClass = JSONClass.new
5
5
  jsonClass.parseJson(jsonFilePath)
@@ -1,6 +1,7 @@
1
1
 
2
2
  lib = File.expand_path("../lib", __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ puts(lib)
4
5
  require "translate2code/version"
5
6
 
6
7
  Gem::Specification.new do |spec|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translate2code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - starsi