kiba-common 0.0.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.
- checksums.yaml +7 -0
- metadata +44 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 962942843b5373cf0f377bb776ab580edfcbe501
|
|
4
|
+
data.tar.gz: a0edc771a6ea86a13ee6bb8e2860df1aa636aa99
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: eef3e8b74aa52b60ca3cffac489744bd8d6495ddc73cf45dac2980ead1880ce261fbe294590dec09a31c31104f898268f90a3d170c1515daefe7ecedad12a877
|
|
7
|
+
data.tar.gz: 3c5d4ef13b423ef3eab9b1132d07c43ed394b2d7b92a5dd0ae87fced7d52c7a8e09dea20ff878f239d14acf6a3082f1e1a53b853f578ef520b73ac3fe5489d3e
|
metadata
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: kiba-common
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Thibaut Barrère
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2017-04-11 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Reserved spot for upcoming Kiba Common releases
|
|
14
|
+
email:
|
|
15
|
+
- thibaut.barrere@gmail.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files: []
|
|
20
|
+
homepage: http://thbar.github.io/kiba-common/
|
|
21
|
+
licenses:
|
|
22
|
+
- LGPL-3.0
|
|
23
|
+
metadata: {}
|
|
24
|
+
post_install_message:
|
|
25
|
+
rdoc_options: []
|
|
26
|
+
require_paths:
|
|
27
|
+
- lib
|
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
requirements: []
|
|
39
|
+
rubyforge_project:
|
|
40
|
+
rubygems_version: 2.6.10
|
|
41
|
+
signing_key:
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: Reserved spot for upcoming Kiba Common releases
|
|
44
|
+
test_files: []
|