lvtho-d 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/bin/lvtho-d +4 -0
- data/lib/lvtho-d.rb +10 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 60340c4864c0a8d5b98b74ac8e4b5765a9b51b1d
|
4
|
+
data.tar.gz: 03f558cea62f329a2271f2bbd19c4c161070b7ba
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 1f79436776b23df11bc7f0e5011d326b0018cbb472311bebea6e97e2e32321692ef9e60d013f31523133c7c97bbe0d120654eb271d6fa8ff37d875fc6df40e95
|
7
|
+
data.tar.gz: 04b7e0e603958d73f2c142d225940f72b71664e25b3b598bfe2a6f53098dd5d84784fe9c41d930dd65a52185807eebe3dcdd26839a5cbdb7fb12466241af937f
|
data/bin/lvtho-d
ADDED
data/lib/lvtho-d.rb
ADDED
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: lvtho-d
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- lvtho
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-06-21 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: aaaaaa
|
14
|
+
email:
|
15
|
+
executables:
|
16
|
+
- lvtho-d
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- bin/lvtho-d
|
21
|
+
- lib/lvtho-d.rb
|
22
|
+
homepage: https://rubygems.org/gems/lvtho-c
|
23
|
+
licenses:
|
24
|
+
- MIT
|
25
|
+
metadata: {}
|
26
|
+
post_install_message:
|
27
|
+
rdoc_options: []
|
28
|
+
require_paths:
|
29
|
+
- lib
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
requirements: []
|
41
|
+
rubyforge_project:
|
42
|
+
rubygems_version: 2.6.8
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: aaa1
|
46
|
+
test_files: []
|