homesteading 0.3.2 → 0.3.3

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: b71027ca5b551403273eab5b0647eb1f739272ba
4
- data.tar.gz: 701b059a378bde2360ff8f9e37921c30aa9a94a8
3
+ metadata.gz: 677ff8d6429894cd5fdb3d01b9fec01e429c2dc3
4
+ data.tar.gz: 03cb16bba9330df280762bf9e3b333a6a8ce52bd
5
5
  SHA512:
6
- metadata.gz: a7ce8c691fc91947f6bde99bb41467075cea8ae70a144d01c4ddfee9383944fa9074da72550bfc1369d919e295d3a7566b7bdeb09db529303e9c91a361bbb0d7
7
- data.tar.gz: 65e0c66c4d0fec6306e90f5eb302e53b5e6c6a4d7f573285c83612c677fc32cb82d5a1a7904cbbd013e54737322d04e6da2548a6baa2560e185cb23e82bc59df
6
+ metadata.gz: 5d89c41e189593685fe3d74f8e897e4019317c13e6510085e4be09607ddf5b88698ca14e718bc48ffbda7cbab9ff4ad39659143ebef06fc8b4be6c71af31f406
7
+ data.tar.gz: 261cd0329108c01dc0cdf9f3fdb801b96ddfc660f759ed9bc290c510160ac54cac55fc15504cdd5f35583e08da572a67650d8378da667ce22d7fdbc7868161d7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- homesteading (0.3.2)
4
+ homesteading (0.3.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.3.2
15
+ 0.3.3
16
16
 
17
17
 
18
18
  ## Code Status
@@ -14,6 +14,7 @@ end
14
14
  # require some command input
15
15
  if ARGV.empty?
16
16
  Homesteading::Help.new.print("blank")
17
+ Homesteading::Help.new.default
17
18
  exit 1
18
19
  end
19
20
 
@@ -23,7 +23,7 @@ module Homesteading
23
23
  end
24
24
  end
25
25
 
26
- puts "* All Homesteading apps are now updated to the latest version"
26
+ puts "* All Homesteading apps are up to date"
27
27
  puts
28
28
  end
29
29
 
@@ -1,4 +1,4 @@
1
1
  module Homesteading
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  CODENAME = "The Rooftop Series"
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.3.2
4
+ version: 0.3.3
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-11 00:00:00.000000000 Z
11
+ date: 2014-12-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: The Homesteading CLI is used to create, update and deploy a constellation
14
14
  of homesteading apps that together make up a website powered by Homesteading.
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  requirements: []
87
87
  rubyforge_project:
88
- rubygems_version: 2.4.5
88
+ rubygems_version: 2.2.2
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: Client library and command-line tool to deploy and manage Homesteading apps
@@ -95,3 +95,4 @@ test_files:
95
95
  - spec/homesteading_spec.rb
96
96
  - spec/spec_helper.rb
97
97
  - spec/support/test_command.rb
98
+ has_rdoc: