claiss 1.0.7 → 1.0.8

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.

Potentially problematic release.


This version of claiss might be problematic. Click here for more details.

Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/claiss.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a27c84097fb8adb9ce3e2351651821770f6973b000557e8566b79c24428b66c
4
- data.tar.gz: 74a986701d5b7031cd6f0fdfc9a93d18df2801bd6f1474138a30200fad9c7c73
3
+ metadata.gz: c0f324755ac02efc230d061a533eb5ab80123ec65fa8c614290212da27ece964
4
+ data.tar.gz: 0be3363e9516f0248bf62c418b3a9198b23b20471ee6581669626b90c7cbf48b
5
5
  SHA512:
6
- metadata.gz: 05af17263512ea15e08d4742d9e2ac8d0db3f2f1d2796f805372ce3afb76d3419b79d37c6566a857da75723e606fa402324baa89c8985df528eb0d8236d1ce8d
7
- data.tar.gz: aa9387b2cf6f4bf87cdcb9424564c31a34af908fa5664fee85c4211f29d26dad09af20068fa08e50f957152adc57a2e4e07ed6309bb174675ce01478513bc41b
6
+ metadata.gz: c9f18ed1169ddfb66735e52f8ddb357a7db57906089c66d5e5943b0a95bad3b426ff2322344e5046d202550cf493f5786c8e1fb8ce3a19c068c28b05efe7082e
7
+ data.tar.gz: f9c7d2039c6e6f4ba365a192d2a87de0a58b87c007af637b0860f0af830e6c1bb6ed8bdce6f24d446e048fd471a74e02553a28ec5027795ebd94f2e3abdc936c
data/lib/claiss.rb CHANGED
@@ -51,7 +51,7 @@ module Claiss
51
51
 
52
52
  dict = {origin_path => destination_path}.merge(dict)
53
53
  dict[origin_path] = destination_path
54
- source = File.expand_path(origin_path + "/**/*", __FILE__)
54
+ source = File.expand_path(origin_path + "/**/{*,.*}", __FILE__)
55
55
  Dir.glob(source).reject{ |f| File.directory?(f)}.each do |file_name|
56
56
  destination = file_name
57
57
  text = File.read(file_name) if !File.directory?(file_name)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: claiss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Júlio Papel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-03 00:00:00.000000000 Z
11
+ date: 2024-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-cli
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 3.4.15
101
+ rubygems_version: 3.5.9
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: Laiss AI CLI application Toolbox