kilya 0.0.1 → 0.0.2
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 +4 -4
- data/bin/kilya +3 -0
- data/kilya.gemspec +2 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a49c85aef34228b2b36e5b0dd7a383d5684253fa1de402ec6e617f381c5444b1
|
4
|
+
data.tar.gz: b730365f5d4c6fed735e531d91f10c63311f87a1e717de226af5175ceb30e501
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf9ab4a2d1056ff227759e88129a8c42a9b1cfbd98fee3b56fda031668268988cea926a2eb62377225368459d5a6e3f1a0b08d21df28d5b4fc1b2612e252251b
|
7
|
+
data.tar.gz: b482ec4632188459bea28d9f2c4cbca56ca4c925f6e9cc0c47e04469af7db8a8970b5c226c6394b74d9e10ded90dbae8e8c85898493447dc62c950fa96304ebd
|
data/bin/kilya
ADDED
data/kilya.gemspec
CHANGED
@@ -7,7 +7,8 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.rubygems_version = '2.7'
|
8
8
|
s.required_ruby_version = '>=2.2'
|
9
9
|
s.name = 'kilya'
|
10
|
-
s.version = '0.0.
|
10
|
+
s.version = '0.0.2'
|
11
|
+
s.executables << 'kilya'
|
11
12
|
s.license = 'MIT'
|
12
13
|
s.summary = 'Simple first Ruby gem'
|
13
14
|
s.description = 'Class Kilya for test new gem.'
|
metadata
CHANGED
@@ -1,22 +1,24 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kilya
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilya Kondratev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Class Kilya for test new gem.
|
14
14
|
email: ilyafulleveline@gmail.com
|
15
|
-
executables:
|
15
|
+
executables:
|
16
|
+
- kilya
|
16
17
|
extensions: []
|
17
18
|
extra_rdoc_files: []
|
18
19
|
files:
|
19
20
|
- ".gitignore"
|
21
|
+
- bin/kilya
|
20
22
|
- kilya.gemspec
|
21
23
|
- lib/kilya.rb
|
22
24
|
homepage: https://github.com/ikondratev/kilya
|