centuria 0.2.1 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29d5771f2d51e5d9232c3faebf25a2a342a8f37ffd8cbf7fb8480dc0fb0fca55
4
- data.tar.gz: e5a25e94369e961c9baf783a5e83f69dad081eebd7e77fc769263727884b61e4
3
+ metadata.gz: 0aeccb1a804c66d101b5fe38521964c225ce02958e5dff56f3f0378952ddec59
4
+ data.tar.gz: c3417c3b185707830fa8e5df6a6e237ede9a1646989caf8898082202341d10a0
5
5
  SHA512:
6
- metadata.gz: fe02bd9975d3327471a6e0be2af1391c5a377d4be23d42b7798ffe3b0b7a7c204f98d32d7ed48c22126118d0199de6c98bb483aaff91a3a40c2a0f1dcd124cf9
7
- data.tar.gz: afb700f0179ce08dd797d24aba1c92631bf876ea002ee30bede417dac2f7e9412ba70d3e304085e40c857e55754be6c1c4876bb9ca3085b1aaff0b014a0f3e4d
6
+ metadata.gz: 27c1a69ed4f9026c0fef13691f97f779c121ce11b24f80ca52c2ce9fde1af66d409fba7fab9ddec0a714ecc36ad30ceb67b1fb88c3fd22f8e38ff641ae37a5ca
7
+ data.tar.gz: 5d0824dbf9dc423a65a33315a0837250768b2f68e73fc7de38f447c3d22397cc910c092fb8c90491dfc21c0cc1f674b4c4f74b805a888968c0b462fb354e1776
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- centuria (0.2.1)
4
+ centuria (0.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/exe/cent CHANGED
@@ -4,9 +4,9 @@ require 'centuria'
4
4
 
5
5
  module Cent
6
6
  class CLI < Thor
7
- map %w[-v] => :__version
7
+ map %w[-v --version] => :__version
8
+ desc "[-v, --version]", "you can confirm the version of Centuria"
8
9
 
9
- desc "-v", "you can confirm the version of Centuria"
10
10
  def __version
11
11
  puts "Centuria #{Centuria.gem_version}"
12
12
  end
@@ -10,7 +10,7 @@ module Centuria
10
10
 
11
11
  MAJOR = 0
12
12
  MINOR = 2
13
- TINY = 1
13
+ TINY = 2
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY].compact.join(".")
16
16
  end
@@ -20,5 +20,11 @@ class Create < Thor::Group
20
20
 
21
21
  def create_readme
22
22
  create_file "#{file_name}/README.md"
23
+ say "[!]warning: please write yourself readme file"
23
24
  end
25
+
26
+ def comment
27
+ say "template was successfully! please check your app: #{file_name}", :green
28
+ end
29
+
24
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: centuria
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kohei
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-07 00:00:00.000000000 Z
11
+ date: 2019-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler