toros 0.0.1

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 +7 -0
  2. data/LICENSE +21 -0
  3. data/lib/toros/version.rb +5 -0
  4. data/toros.gemspec +18 -0
  5. metadata +48 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f19880c554ad8ac7ec78dfaab21e19757c07fecb3a646ec37e82810817176138
4
+ data.tar.gz: f76a3b7da40a3881dfc52f717211137552720611d116d87edcfd43acda6c27c1
5
+ SHA512:
6
+ metadata.gz: 80250a9b58e75ea877932c39f324f1844d2afb9daa1bb6bf5cf8131f11c2efa42a06f17bd3f5dfe8c3c7ed4b9366d3dbda157361955526ea80d1dae031fd99d7
7
+ data.tar.gz: f946042a863c2f7d28a6f4693923818432586e61795c29314fcbc8d77841f197d8dfd0a7d7cd9ed4d8250d2899a793332d455d80df380c05008410e4fb65d629
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Delton Ding
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,5 @@
1
+ # Toros Module
2
+ module Toros
3
+ # Current Version Code
4
+ VERSION = '0.0.1'.freeze
5
+ end
@@ -0,0 +1,18 @@
1
+ require './lib/toros/version'
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = 'toros'
5
+ s.version = Toros::VERSION
6
+ s.required_ruby_version = '>=2.2.6'
7
+ s.date = Time.now.strftime('%Y-%m-%d')
8
+ s.summary = 'Third Party Qiniu SDK'
9
+ s.description = 'Yet Another Third Party Qiniu SDK'
10
+ s.authors = ['HeckPsi Lab']
11
+ s.email = ['business@heckpsi.com']
12
+ s.require_paths = ['lib']
13
+ s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|.resources)/}) } \
14
+ - %w(README.md CODE_OF_CONDUCT.md CONTRIBUTING.md Gemfile Rakefile midori.gemspec .gitignore .rspec .codeclimate.yml .rubocop.yml .travis.yml logo.png Rakefile Gemfile)
15
+ s.homepage = 'https://github.com/dsh0416/toros'
16
+ s.metadata = { 'issue_tracker' => 'https://github.com/dsh0416/toros/issues' }
17
+ s.license = 'MIT'
18
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: toros
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - HeckPsi Lab
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-01-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Yet Another Third Party Qiniu SDK
14
+ email:
15
+ - business@heckpsi.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - lib/toros/version.rb
22
+ - toros.gemspec
23
+ homepage: https://github.com/dsh0416/toros
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ issue_tracker: https://github.com/dsh0416/toros/issues
28
+ post_install_message:
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: 2.2.6
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.7.3
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Third Party Qiniu SDK
48
+ test_files: []