tanmer 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/tanmer.rb +2 -0
  3. data/lib/tanmer/version.rb +3 -0
  4. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7640ac4af507f73cea2595fa8bd5618ec3a310bd7c0e837baa652d5217f48aea
4
+ data.tar.gz: 2b2c24757bd326af2a6aa87fe7f106ca8ae73d1bfd21da505da6982ab42e11dd
5
+ SHA512:
6
+ metadata.gz: 2282627ae3223cb421781aa564e7a4d499ce87ddc51390d8187ec647a66f383e22c330f3b3379ce61ac9f92cde6edc1929a78367a9e46cb841dbcab5dd0db305
7
+ data.tar.gz: fd025e9f5b0367b128a50a8c42fe00c106b64b1247e16b03dfe25abb85989cfa77354281426e82e394caef9a091f289ebfed9084c515237e1c7e1d8463463661
data/lib/tanmer.rb ADDED
@@ -0,0 +1,2 @@
1
+ module Tanmer
2
+ end
@@ -0,0 +1,3 @@
1
+ module Tanmer
2
+ VERSION = '0.1.0'
3
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tanmer
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - xiaohui
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-07-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: There are many Tanmer tools.
14
+ email:
15
+ - xiaohui@tanmer.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/tanmer.rb
21
+ - lib/tanmer/version.rb
22
+ homepage: http://www.tanmer.com
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.7.9
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: There are many Tanmer tools.
46
+ test_files: []