insika 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/README.md +5 -0
- data/lib/insika/version.rb +3 -0
- data/lib/insika.rb +7 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 322be62a1519f7aaf61e4f0012f18be315cac9ae276b2dae62a4c0b1c41eea98
|
|
4
|
+
data.tar.gz: f78e5f6aee96aa0fcf17d703827da9aa4784146f512aa8724474ed161b6c7b23
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6f6739512bf4d07534faee7675fd157c2bcc5b95bfcbabbe9aa7acfc0fd03dede861140562aa5173ee751dcbef9108bd4a7a64bc8776a2d9da3a95aa9912d7d5
|
|
7
|
+
data.tar.gz: 83fee89e2b6041280bb0442da9e50628c6a23dc951513c2b6a742bf6c2a205075f23711ad06bcfbe1965496bbc23385d22b7ca5e1e8fe84d0734cfdaa24545b7
|
data/README.md
ADDED
data/lib/insika.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: insika
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Guilherme Lages Santos
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: Placeholder release reserving the Insika name. Under active development;
|
|
13
|
+
no public API yet.
|
|
14
|
+
email:
|
|
15
|
+
- guilherme@acheiai.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/insika.rb
|
|
22
|
+
- lib/insika/version.rb
|
|
23
|
+
homepage: https://github.com/guizaols/insika
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata:
|
|
27
|
+
homepage_uri: https://github.com/guizaols/insika
|
|
28
|
+
source_code_uri: https://github.com/guizaols/insika
|
|
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: '3.0'
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubygems_version: 4.0.16
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: Insika — name reserved; project under active development.
|
|
46
|
+
test_files: []
|