homesteading 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5db8d5777b4eb5e818b9ad741685e209816188a4
4
- data.tar.gz: 9aa46f5c71d19ee16c7b579f97d24f26acd9e122
3
+ metadata.gz: a7b41452816dfe2adc16b5b5a9012c893cddf727
4
+ data.tar.gz: 6f2ec73e6400a7631182065332452e481ec1fed6
5
5
  SHA512:
6
- metadata.gz: 2c2149e2198269d10702779fbbc6d749e6cb97aa005ee75164fb676d98a3598407d3ef884b4f48eba712bd152bd9564623d1049e08b363ae3810ab83f4e4437c
7
- data.tar.gz: 3b444776f3aa5ee0eb4336b22c9bd0a7bfd7fe4f0771e523692afdf230cd92d3c9a7a630c91eac3e5f22585ad8037cb3b2661c445cab7894c4e4d52df92bcd16
6
+ metadata.gz: 5a44622c54546d853aea146d8c8517bc8394bfe6f1523c7460d1b5b79f06125f1de78114bc1b8776e79078e0487e02470ca226d7440a0cd5c1d4f0127d074182
7
+ data.tar.gz: f9fbbe01bec04f7fd9da05a6a02d762767d1b32ce618c5d5d3ffc8d6c873305cbcef1100db2f15df183d6866bb56ce0f638cba6a8b8c811927b1b5371fccb756
data/README.md CHANGED
@@ -12,7 +12,7 @@ See the [/help](https://github.com/homesteading/homesteading/tree/master/help) d
12
12
 
13
13
  ## Current Version
14
14
 
15
- 0.0.9
15
+ 0.0.10
16
16
 
17
17
 
18
18
  ## Requirements
data/help/server.md CHANGED
@@ -7,7 +7,7 @@ Usage: homesteading server
7
7
  Example:
8
8
 
9
9
  $ homesteading server
10
- * Homesteading: 0.0.9, codename: Rooftop
10
+ * Homesteading: 0.0.10, codename: Rooftop
11
11
  * Puma: 2.10.2 (ruby 2.1.5-p273), codename: Robots on Comets
12
12
  * Ruby: 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin14.0]
13
13
  * Environment: development
@@ -0,0 +1,11 @@
1
+ class Homesteading
2
+ class S
3
+ class << self
4
+
5
+ def default
6
+ Homesteading::Server.default
7
+ end
8
+
9
+ end
10
+ end
11
+ end
@@ -21,7 +21,7 @@ class Homesteading
21
21
  end
22
22
 
23
23
  # TODO
24
- homesteading_info = "0.0.9, codename: Rooftop"
24
+ homesteading_info = "0.0.10, codename: Rooftop"
25
25
  ruby_info = RUBY_VERSION
26
26
  puma_info = "2.10.2 (ruby 2.1.5-p273), codename: Robots on Comets"
27
27
  env_info = "development"
@@ -5,7 +5,7 @@ class Homesteading
5
5
  def default
6
6
  # TODO load in *actual* VERSION and CODENAME from homesteading/version
7
7
  # puts "Homesteading #{Homesteading::VERSION}, codename: #{Homesteading::CODENAME}"
8
- puts "Homesteading 0.0.9, codename: Rooftop"
8
+ puts "Homesteading 0.0.10, codename: Rooftop"
9
9
  end
10
10
 
11
11
  end
@@ -1,4 +1,4 @@
1
1
  module Homesteading
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  CODENAME = "Rooftop"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homesteading
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-04 00:00:00.000000000 Z
11
+ date: 2014-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,6 +80,7 @@ files:
80
80
  - lib/homesteading/commands/help.rb
81
81
  - lib/homesteading/commands/new.rb
82
82
  - lib/homesteading/commands/run.rb
83
+ - lib/homesteading/commands/s.rb
83
84
  - lib/homesteading/commands/server.rb
84
85
  - lib/homesteading/commands/update.rb
85
86
  - lib/homesteading/commands/version.rb