translate2code 0.2.0 → 0.3.0
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.
- checksums.yaml +4 -4
- data/lib/translate2code/version.rb +1 -1
- data/translate2code.gemspec +2 -6
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8eeb636c35a00ab59622e4acf034444021b137c3
|
|
4
|
+
data.tar.gz: 23125a887ea29bc8a4beae91192614ab6d402a09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc630f6521515787b07169c7d20ca0039063492bf66e4cb177bd341d5ee8e0bc850a92928e05cd552c40cd4efca75315982a4169757c89dc1ac44fbbca8587d6
|
|
7
|
+
data.tar.gz: ee03bdc14ffa7748b2936c0b425d72da0697b8beea70efe3284525219a153f53f0fd6ad69bc73548411f89e57ba271eae90590a5dc764c13c8171209248f36ab
|
data/translate2code.gemspec
CHANGED
|
@@ -9,13 +9,9 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["starsi"]
|
|
10
10
|
spec.email = ["starsi@tencent.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.description = %q{
|
|
12
|
+
spec.summary = %q{代码转换器}
|
|
13
|
+
spec.description = %q{支持转换java,oc}
|
|
14
14
|
spec.license = "MIT"
|
|
15
|
-
|
|
16
|
-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
17
|
-
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
|
18
|
-
|
|
19
15
|
# Specify which files should be added to the gem when it is released.
|
|
20
16
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
|
21
17
|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
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.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- starsi
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description:
|
|
41
|
+
description: 支持转换java,oc
|
|
42
42
|
email:
|
|
43
43
|
- starsi@tencent.com
|
|
44
44
|
executables: []
|
|
@@ -79,5 +79,5 @@ rubyforge_project:
|
|
|
79
79
|
rubygems_version: 2.5.2.3
|
|
80
80
|
signing_key:
|
|
81
81
|
specification_version: 4
|
|
82
|
-
summary:
|
|
82
|
+
summary: 代码转换器
|
|
83
83
|
test_files: []
|