scirocco 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a272c5786d7273b107d3de28797a4db6be8166ee
4
- data.tar.gz: 3e5bc4d61f307d2b22043cf7ed3b516dde67b889
3
+ metadata.gz: e8204a2f0b87b4c5088b53ea216c722c61124c17
4
+ data.tar.gz: 9bb49975ea027dfd85ec72da29b21f1671ae5570
5
5
  SHA512:
6
- metadata.gz: 8d90e5c141bafd02508ab93e8711abdced7186de323d496d0eec161bb9ea8dbd1336bb125301473a2a3655a58fafa31f0207298245f5083d86525a28e7af49ea
7
- data.tar.gz: 053f6a919d5c7d0054f555b23aa838c206e784ba59ffa019fd3f4d9aae8109bfd31f27dc6a6935fa325694be2129b29edcbd63f6078cc57e9d8d49bd65aafccd
6
+ metadata.gz: ed3510543b6ab286c9132106593df31f8a2229ca9cd06c0f5f48dfb429d5472a6a80398765c34b908c130995b46e963c618e167c215619ed9b70ff132c79a041
7
+ data.tar.gz: bc32506071220d86eb498dcf5f65b7d7b1268102f044b40ecc550b698c844539eb30cdb32ff17001c717e471df227c1566e53e5fc2cc64f80f7938151112b091
data/exe/scirocco CHANGED
@@ -1,3 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "scirocco"
4
+
5
+ Scirocco::CLI.start
@@ -1,3 +1,3 @@
1
1
  module Scirocco
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scirocco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - k-yamada
@@ -125,7 +125,6 @@ files:
125
125
  - Rakefile
126
126
  - assets/jenkins.png
127
127
  - bin/console
128
- - bin/scirocco
129
128
  - bin/setup
130
129
  - exe/scirocco
131
130
  - lib/scirocco.rb
data/bin/scirocco DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "scirocco"
4
-
5
- Scirocco::CLI.start