claiss 1.0.1 → 1.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.

Potentially problematic release.


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

Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/claiss +2 -2
  3. data/lib/claiss.rb +6 -10
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 822e313e62f6cd1b44213f3e0866029483bbc9ceb53a66cf5b301c7ce72eda09
4
- data.tar.gz: 7c643047e23d3eb349ab7bd11e91691d4d8da2492604e3867ffde8e0583882f5
3
+ metadata.gz: 1c63da7e95c5a0ddfc09b89b90a8e2507b820e0c0c19464c0513f9bfc1e55428
4
+ data.tar.gz: 40da12484896e5e1dd0556613c96a32255950329cae0cf9dfffd49e523f611e1
5
5
  SHA512:
6
- metadata.gz: 7f472733e691a0b78bfec39f8e028fa214b5f71f8a0a3c63bd60a53561fde2a3a7258219e10d52399c3c5b0841d7d21e3bd76d764e5c163816210c285c194439
7
- data.tar.gz: da7fd61df1f134e57246f7d5c5fb9207729a5d134daf4cd62da605552c8899221b4ab6fdf19faaa7158258b7aa7939fd922b94c5c4d4e35c7087fa8d1dd78d5b
6
+ metadata.gz: 558065cc351485ab4f19ef37c973bdc60491f59ec880b47ea6972da080f20571d7563e80e4f1c124f804e18a7770cb22f8c8e39dc3b40db1036484de6edb76fc
7
+ data.tar.gz: 93768179fe2355a7d03b30eacd2239c7ef3b5a4b41b366d9a2a27451bfc3f86565d9a131b65a2ecc70ac14a0ea9733e18135eaf620ab51528b108942cb65a946
data/bin/claiss CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- require "bundler/setup"
2
+
3
3
  require "dry/cli"
4
4
  require 'claiss'
5
- Dry::CLI.new(Claiss::Commands).call
5
+ Dry::CLI.new(Claiss).call
data/lib/claiss.rb CHANGED
@@ -1,17 +1,14 @@
1
+ require "bundler/setup"
2
+ require "dry/cli"
3
+
1
4
  module Claiss
2
- # def self.version
3
- # spec = Gem::Specification::load("claiss.gemspec")
4
- # puts "#{spec.summary}"
5
- # puts "Version: #{spec.version}"
6
- # end
7
- module Commands
8
- extend Dry::CLI::Registry
5
+ extend Dry::CLI::Registry
9
6
 
10
7
  class Version < Dry::CLI::Command
11
8
  desc "Print version"
12
9
 
13
10
  def call(*)
14
- puts "1.0.0"
11
+ puts "1.0.2"
15
12
  end
16
13
  end
17
14
 
@@ -101,5 +98,4 @@ module Claiss
101
98
  prefix.register "config", Generate::Configuration
102
99
  prefix.register "test", Generate::Test
103
100
  end
104
- end
105
- end
101
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: claiss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Júlio Papel