my-simon 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/simon +9 -9
  3. data/my-simon.gemspec +1 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/bin/simon CHANGED
@@ -23,11 +23,11 @@ program :version, '0.0.1'
23
23
  program :description, 'CLI tool for Simon, a simple MVC boilerplate'
24
24
 
25
25
  command :create do |c|
26
- c.syntax = 'my-simon create, [options]'
27
- c.summary = ''
28
- c.description = ''
26
+ c.syntax = 'simon create'
27
+ c.summary = ' Gets boilerplate'
28
+ c.description = 'Pulls down latest version of the boilerplate and sets up local enviroment variables.'
29
29
  c.example 'description', 'command example'
30
- c.option '--some-switch', 'Some switch that does something'
30
+ c.option '', ''
31
31
  c.action do |args, options|
32
32
  # Do something or c.when_called My-simon::Commands::Create,
33
33
  simon_controller.msg ">>> simon's requesting the boilerplate <<<"
@@ -43,11 +43,11 @@ command :create do |c|
43
43
  end
44
44
 
45
45
  command :add do |c|
46
- c.syntax = 'my-simon add, [options]'
47
- c.summary = ''
48
- c.description = ''
49
- c.example 'description', 'command example'
50
- c.option '--some-switch', 'Some switch that does something'
46
+ c.syntax = 'simon add [section, heroku, repo]'
47
+ c.summary = 'adds: A section, Heroku dependencies, or a Beanstalk repo'
48
+ c.description = 'adds: A section, Heroku dependencies, or a Beanstalk repo'
49
+ c.example 'Examples: ', 'simon add section, simon add heroku, simon add repo'
50
+ c.option '', ''
51
51
  c.action do |args, options|
52
52
  # Do something or c.when_called My-simon::Commands::Add,
53
53
  case args[0]
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "my-simon"
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Aaron McGuire"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my-simon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: