my-simon 0.3.7 → 0.3.8
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.
- data/VERSION +1 -1
- data/bin/simon +2 -2
- data/my-simon.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.8
|
data/bin/simon
CHANGED
|
@@ -19,7 +19,7 @@ require 'commander/import'
|
|
|
19
19
|
simon_controller = Simon.new
|
|
20
20
|
svn_path = "https://github.com/samcreate/simon-cli/trunk/boilerplate/default"
|
|
21
21
|
svn_path_heroku = "https://github.com/samcreate/simon-cli/trunk/boilerplate/heroku"
|
|
22
|
-
program :version, '0.3.
|
|
22
|
+
program :version, '0.3.8'
|
|
23
23
|
program :description, 'CLI tool for Simon, a simple MVC boilerplate'
|
|
24
24
|
|
|
25
25
|
command :create do |c|
|
|
@@ -33,7 +33,7 @@ command :create do |c|
|
|
|
33
33
|
simon_controller.check_4_update
|
|
34
34
|
simon_controller.msg ">>> simon's requesting the boilerplate <<<"
|
|
35
35
|
uris = %w[
|
|
36
|
-
https://github.com/samcreate/simon-cli/
|
|
36
|
+
https://raw.github.com/samcreate/simon-cli/master/README.md
|
|
37
37
|
http://google.com
|
|
38
38
|
http://yahoo.com
|
|
39
39
|
]
|
data/my-simon.gemspec
CHANGED
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.3.
|
|
4
|
+
version: 0.3.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -47,7 +47,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
47
47
|
version: '0'
|
|
48
48
|
segments:
|
|
49
49
|
- 0
|
|
50
|
-
hash: -
|
|
50
|
+
hash: -4310761016705443987
|
|
51
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
52
|
none: false
|
|
53
53
|
requirements:
|