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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2eb8cbdab249b77b7046f1f38f7c7c7a40726b49
4
- data.tar.gz: 5f75714145240c6b6fa98fcb446e25e852ff588a
3
+ metadata.gz: 8eeb636c35a00ab59622e4acf034444021b137c3
4
+ data.tar.gz: 23125a887ea29bc8a4beae91192614ab6d402a09
5
5
  SHA512:
6
- metadata.gz: ee53b1d2f2ea352493441a3e66ef90367f1e04d84a5cfdd247203385316779a63e84ee27b1123967d7fa7225a7793bb1adee878ddcf5a831b778996976a6641e
7
- data.tar.gz: 2f7bbdff4bec1ab57cbe50011b788180a59da866619c37e52607d7ae4f72bfe364da0803cc6d464bbccbdbf7ed072422a497a07af558c002a8b5631ebb76ae19
6
+ metadata.gz: dc630f6521515787b07169c7d20ca0039063492bf66e4cb177bd341d5ee8e0bc850a92928e05cd552c40cd4efca75315982a4169757c89dc1ac44fbbca8587d6
7
+ data.tar.gz: ee03bdc14ffa7748b2936c0b425d72da0697b8beea70efe3284525219a153f53f0fd6ad69bc73548411f89e57ba271eae90590a5dc764c13c8171209248f36ab
@@ -1,3 +1,3 @@
1
1
  module Translate2code
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -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{translate code}
13
- spec.description = %q{support java oc code}
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.2.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: support java oc code
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: translate code
82
+ summary: 代码转换器
83
83
  test_files: []