cuco 0.1.2 → 0.1.3

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/cuco/version.rb +2 -1
  4. metadata +5 -10
  5. data/MIT-LICENSE +0 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7caa6f2db505a694828f8617ab2f84cfc8807e859e6a224f85da20c47baa7bf0
4
- data.tar.gz: a37b963ca861435eec245de81b4e5f63e5ac3aa7e63f1ae262c96bc7a3471a50
3
+ metadata.gz: a205d602df0235b22b900b23517b92876a23d9aac9b8121b470974f67f9818ee
4
+ data.tar.gz: 8202c78ccba777e5a58c0c30aae23fc314e1428024b3808a4df517a6b3fb6bd4
5
5
  SHA512:
6
- metadata.gz: 69a8be2228d6913c8f0522d2f67a2053539f87fd786389d814367d77c2d4d99ab36a90f67bfc35b5e122ed0e9333e56a943cfdbb9b82448e37453c57d5b2eebc
7
- data.tar.gz: 8a4cb238abdcd19ffbee6af5ebb3ad6e25bb41bb92b29b3cd17c46feb8d1ab1c8a86a72ddfb4cb47a3e8478c63e9a2f4c6bce77ccafb87f0aaebf9737bf4e86d
6
+ metadata.gz: 1fa1ce876e2f3778c38efe814be152e273595eabe6a36e84dba47aeeb7788977ebc0a47219d770fb6bd2fcd4a3b755c0a024c05e55c8a97f155bb69cf8059b84
7
+ data.tar.gz: f046e9ac6869be3ce66e3c165d0b8ab418aa420c5b8e508cde85599787eb3735103f2a1916e54ae1d517977a6b7d1bee49aa7a224a5d457b31791ad592b8c1bc
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Cuco
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/cuco.png)](http://badge.fury.io/rb/cuco)
3
+ [![Gem Version](https://badge.fury.io/rb/cuco.svg)](http://badge.fury.io/rb/cuco)
4
4
  [![GEM Downloads](https://img.shields.io/gem/dt/cuco?color=168AFE&logo=ruby&logoColor=FE1616)](https://rubygems.org/gems/cuco)
5
5
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)
6
6
 
data/lib/cuco/version.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  module Cuco
2
- VERSION = "0.1.2" # 2024-05-21
2
+ VERSION = "0.1.3" # 2025-05-28
3
+ # VERSION = "0.1.2" # 2024-05-21
3
4
  # VERSION = "0.1.1" # 2024-03-23
4
5
  # VERSION = "0.1.0" # 2024-03-18
5
6
  # VERSION = "0.0.8" # 2024-03-18
metadata CHANGED
@@ -1,17 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-21 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
- name: micro-optparse
13
+ name: listen
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - ">="
@@ -25,7 +24,7 @@ dependencies:
25
24
  - !ruby/object:Gem::Version
26
25
  version: '0'
27
26
  - !ruby/object:Gem::Dependency
28
- name: listen
27
+ name: micro-optparse
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - ">="
@@ -73,9 +72,7 @@ executables:
73
72
  extensions: []
74
73
  extra_rdoc_files:
75
74
  - README.md
76
- - MIT-LICENSE
77
75
  files:
78
- - MIT-LICENSE
79
76
  - README.md
80
77
  - bin/cuco
81
78
  - lib/cuco/controller.rb
@@ -86,7 +83,6 @@ homepage: http://www.matiq.de
86
83
  licenses:
87
84
  - MIT
88
85
  metadata: {}
89
- post_install_message:
90
86
  rdoc_options: []
91
87
  require_paths:
92
88
  - lib
@@ -101,8 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
97
  - !ruby/object:Gem::Version
102
98
  version: '0'
103
99
  requirements: []
104
- rubygems_version: 3.5.9
105
- signing_key:
100
+ rubygems_version: 3.6.7
106
101
  specification_version: 4
107
102
  summary: A file watcher
108
103
  test_files: []
data/MIT-LICENSE DELETED
@@ -1,22 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2024 Dittmar Krall (www.matiq.com)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.