mushin 0.28.0 → 0.29.0

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: 2ec46cc552da76c1e93c664f5723bcb48ca7e087
4
- data.tar.gz: a485d4742049cb4be62e1e171c188a159fe96d7d
3
+ metadata.gz: 7106051bc591dc3988ee726ea82e2fe18a0c8ef8
4
+ data.tar.gz: b3bbb922f531bfe47af2dc068e40fa036b62f8a1
5
5
  SHA512:
6
- metadata.gz: dd38b77a4756d5f169b406ced9acfc86e3e9be83d6ffbf5da98622d95544b63073ac303c6a3fed65dac5cc05d446b6d0fdcff6c8c5b3a3c764b051e23eb76adc
7
- data.tar.gz: 30e681d86b603d3ef91025fabe8dd4e0160f2e7ee68776b43467af42fa3b15f7c8ab3f0268e8f1e0fc2c50810b0401df6d8fe3f3be8738b1256fb100782fdcfe
6
+ metadata.gz: f3a2cbba184c6761f9a34040661db1a9b27b3a76498b9ce9b86833801b269d05098b9fcd9a64237b5f23b3cf436df46bd79ae48871c7350532cab01409aaa56f
7
+ data.tar.gz: 86758b518969dca05483ebdbbb0132ae5b724fa9e100e2f40eb9cccf0c440699ffb7a91e83f7c7e39f3080b92598e07298d15e35a48428dc74194d70b86f414a
data/exe/generator.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'thor'
2
- #require 'thor/group'
2
+ require 'thor/group'
3
3
 
4
4
  module Mushin
5
5
  class Generator < Thor::Group
data/exe/mushin CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'thor'
4
- require 'thor/group'
5
4
  require_relative './generator'
6
5
 
7
6
  module Mushin
@@ -22,10 +21,8 @@ module Mushin
22
21
 
23
22
  def done
24
23
  message = set_color " DONE ", :green, :on_white, :bold
25
- motive = set_color " You're Awesome! Mushin is opensource & welcomes for contributions!" + " ", :yellow
24
+ motive = set_color " You're Awesome! Mushin is Opensource & Welcomes your Contributions!" + " ", :yellow
26
25
  say(message + motive)
27
- #message = set_color " NOTE ", :green, :on_white, :bold
28
- #say(message + " Mushin is Open for Contributions! Visit http://mushin-rb.github.io ")
29
26
  end
30
27
  end
31
28
 
@@ -36,7 +33,7 @@ module Mushin
36
33
  case command
37
34
  when "domain", "dsf"
38
35
  info = set_color(" INFO ", :green, :on_white, :bold)
39
- message = " Generating a Mushin Domain-specific Framework Wizard! "
36
+ message = " Generating a Mushin Domain-specific Framework! "
40
37
  puts (info + message)
41
38
 
42
39
  dsf_name = ask(set_color("Mushin Domain-specific Framework Name : ", :bold)) #.downcase
@@ -51,7 +48,7 @@ module Mushin
51
48
  done # Says Done you are awesome!
52
49
  when "extension", "ext"
53
50
  info = set_color(" INFO ", :green, :on_white, :bold)
54
- message = " Generating a Mushin Extension Wizard! "
51
+ message = " Generating a Mushin Extension! "
55
52
  puts (info + message)
56
53
 
57
54
  ext_name = ask(set_color("Mushin Extension Name : ", :bold)) #.downcase
@@ -1,3 +1,3 @@
1
1
  module Mushin
2
- VERSION = "0.28.0"
2
+ VERSION = "0.29.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mushin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - zotherstupidguy