ld 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/ld.gemspec +2 -2
  4. data/lib/ld/version.rb +1 -1
  5. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50e5a1f20cae3fea440d8eaf969a9f074371a24e
4
- data.tar.gz: c5d8f26ad095f73b35fc82fc59a4cb97e35f313d
3
+ metadata.gz: bfdb4f2761fed8a5bf22a8a1c4df7d6d30c125e6
4
+ data.tar.gz: a17f013377793a8c68ad93de87e737947ca6fd4e
5
5
  SHA512:
6
- metadata.gz: df80d3043fef522cea7e91530ac4033ecc7dbd3c213a90eba6a7433d4c7f4fec213786defdecc55979dc4d480db68f0066ed4446129aba7baac3451bed84226b
7
- data.tar.gz: 8cd0be271c635aea478bbd1c644e9e200e1fd2ac2ee6802884913d065984b2ccc1ebb6f393224c58d2b2a05c2b4b13c034fbbc8e9d764a18c198ace6a0aaf29b
6
+ metadata.gz: 82b3e140f8d9e82ef7ddaef498daef011ae37d490eb15bf8147921e2deef31a773d37da129315572195d2f52563440461a6ff9ac1c87acc863f3efcf1e4b2681
7
+ data.tar.gz: cc8a236a90dbd658c9adbeb75048e1d4049fa9e17dc871384972076f7557f4dbf4659133d03f9a0fd73100532819bcd7c4d430f6b2eaf52c4efd50a38db183ee
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Ld
2
2
 
3
- Practical small tools
4
- For the sake of efficiency
5
- The Module is my name abbreviations LD
6
- Basically has the following Class
3
+ Practical small tools,
4
+ For the sake of efficiency,
5
+ The Module is my name abbreviations LD,
6
+ Basically has the following Class.
7
7
 
8
8
  ```ruby
9
9
  module Ld
data/ld.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Liu Dong"]
10
10
  spec.email = ["chuangye201012@163.com"]
11
11
 
12
- spec.summary = %q{我的工具箱}
13
- spec.description = %q{我的工具箱}
12
+ spec.summary = %q{Practical small tools.}
13
+ spec.description = %q{For the sake of efficiency, The Module is my name abbreviations LD, Basically has the following Class.}
14
14
  spec.homepage = "https://github.com/18810625123/ld"
15
15
  spec.license = "MIT"
16
16
 
data/lib/ld/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ld
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ld
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liu Dong
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '10.0'
69
- description: 我的工具箱
69
+ description: For the sake of efficiency, The Module is my name abbreviations LD, Basically
70
+ has the following Class.
70
71
  email:
71
72
  - chuangye201012@163.com
72
73
  executables: []
@@ -125,5 +126,5 @@ rubyforge_project:
125
126
  rubygems_version: 2.6.7
126
127
  signing_key:
127
128
  specification_version: 4
128
- summary: 我的工具箱
129
+ summary: Practical small tools.
129
130
  test_files: []