my-simon 0.3.9 → 0.3.10

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/simon +2 -2
  3. data/my-simon.gemspec +2 -2
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.9
1
+ 0.3.10
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.9'
22
+ program :version, '0.3.10'
23
23
  program :description, 'CLI tool for Simon, a simple MVC boilerplate'
24
24
 
25
25
  command :create do |c|
@@ -41,7 +41,7 @@ command :create do |c|
41
41
  res = open uri
42
42
 
43
43
  end
44
- cmd = "svn export #{svn_path} app --quiet"
44
+ cmd = "svn export #{svn_path} app --quiet --trust-server-cert --non-interactive"
45
45
  Kernel::system(cmd)
46
46
  cmd = "cd ./app/"
47
47
  Kernel::system(cmd)
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "my-simon"
8
- s.version = "0.3.9"
8
+ s.version = "0.3.10"
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"]
12
- s.date = "2013-12-18"
12
+ s.date = "2014-01-10"
13
13
  s.description = "CLI tool for Simon, the simple PHP project boilerplate!"
14
14
  s.email = "aaron.mcguire@evb.com"
15
15
  s.executables = ["/simon"]
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.9
4
+ version: 0.3.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-18 00:00:00.000000000 Z
12
+ date: 2014-01-10 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: CLI tool for Simon, the simple PHP project boilerplate!
15
15
  email: aaron.mcguire@evb.com
@@ -47,7 +47,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
47
  version: '0'
48
48
  segments:
49
49
  - 0
50
- hash: 648101052992993442
50
+ hash: -2972111733746899551
51
51
  required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  none: false
53
53
  requirements: