yjtool 0.0.1
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 +7 -0
- data/lib/yjtool.rb +6 -0
- metadata +48 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 88376d742576413991baf963cdb22acb9a28a921
|
4
|
+
data.tar.gz: 364c5ab42ab58b30974f0df43eb83ee7648d43ab
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 73587428e547a536a8e73e2861e5af9affd686a3a69ce0ca19744dc315f5ee1f7036a1d2de0efc00205f4db1d3dd8cb9180563e9f047c9ef8849c108f6e65a6f
|
7
|
+
data.tar.gz: d34fff4f0580c9545712858325579a71b2f7377be1f93025f6da33f0b6823c50a01bccd5c60a7686e4601e2281c25161767e415fd5494984adb5c1a9c6ab56e6
|
data/lib/yjtool.rb
ADDED
metadata
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: yjtool
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- yj
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-03-21 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: yjtool command tool, Common tools
|
14
|
+
email:
|
15
|
+
- houmanager@hotmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/yjtool.rb
|
21
|
+
homepage: https://github.com/stackhou/yjtool-cli
|
22
|
+
licenses:
|
23
|
+
- MIT
|
24
|
+
metadata: {}
|
25
|
+
post_install_message: "\n __ __ _ _____ ___ ___ _\n \\ \\ / / | |_ _/
|
26
|
+
_ \\ / _ \\| |\n \\ V / | | | || | | | | | | |\n | | |_| | | || |_| |
|
27
|
+
|_| | |___\n |_|\\___/ |_| \\___/ \\___/|_____|\n\n ## 更新记录\n - [yjtool](https://github.com/stackhou/yjtool-cli)
|
28
|
+
已经开源\n - 欢迎 fork, issue 和 pull request\n "
|
29
|
+
rdoc_options: []
|
30
|
+
require_paths:
|
31
|
+
- lib
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
requirements: []
|
43
|
+
rubyforge_project:
|
44
|
+
rubygems_version: 2.5.2
|
45
|
+
signing_key:
|
46
|
+
specification_version: 4
|
47
|
+
summary: yjtool command tool
|
48
|
+
test_files: []
|