homesteading 0.5.2 → 0.5.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: f0241adfeef85ae277484588c3093fad9e69e6c9
4
- data.tar.gz: 7e8a851bb2198065b85752933a67fc7d30f291e4
3
+ metadata.gz: c2088167a451b63b92fe81be9bc2dabd30b10217
4
+ data.tar.gz: a315c5e561d65c4f4f47197904b9626451108e61
5
5
  SHA512:
6
- metadata.gz: dab7291b7ade9dfef7e527c26871886bbc2d917895a93f5519a0f7171850259365eca2f0fd3625b291f710c210d1fdecd80b73cb10828fed105b234a99fb49ef
7
- data.tar.gz: d3323d961706eb59ce8a7eb02db04c26fb86f2f5e8c74693498d042e60793dded6660cff5fafed8150a287408e5be7c1a3baf622a003631ff9fb20572f22961d
6
+ metadata.gz: a7db5188fe448c6da2a7176d9209e50eac6b6ab4bb568db64ef6d7a7819c82413540f14fd965dcf1750daa1cfc656c2a945a342f3650212ad2ae85eac1e2134a
7
+ data.tar.gz: 199c7626f97d802eaddf8ce728810516b2fab80a79088d853ef94c514adbaf89c2acb2f74f8526ef3252e3996e49dfc41a7344b79f2066051eb857260226fb6e
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.5.2
15
+ 0.5.3
16
16
 
17
17
 
18
18
  ## Code Status
@@ -6,5 +6,5 @@ Usage: homesteading version
6
6
  Example:
7
7
 
8
8
  $ homesteading version
9
- Homesteading 0.5.2, codename: The Rooftop Series
9
+ Homesteading 0.5.3, codename: The Rooftop Series
10
10
 
@@ -6,8 +6,8 @@ require "homesteading/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "homesteading"
8
8
  spec.version = Homesteading::VERSION
9
- spec.authors = ["Shane Becker"]
10
- spec.email = ["veganstraightedge@gmail.com"]
9
+ spec.authors = ["Shane Becker", "Bookis Smuin"]
10
+ spec.email = ["veganstraightedge@gmail.com", "bookis.smuin@gmail.com"]
11
11
  spec.summary = "Client library and command-line tool to deploy and manage Homesteading apps"
12
12
  spec.description = "The Homesteading CLI is used to create, update and deploy a constellation of Homesteading apps that together make up a website powered by Homesteading."
13
13
  spec.homepage = "http://homesteading.io"
@@ -1,4 +1,4 @@
1
1
  module Homesteading
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  CODENAME = "The Rooftop Series"
4
4
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homesteading
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker
8
+ - Bookis Smuin
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-01-08 00:00:00.000000000 Z
12
+ date: 2015-01-14 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: git
@@ -42,6 +43,7 @@ description: The Homesteading CLI is used to create, update and deploy a constel
42
43
  of Homesteading apps that together make up a website powered by Homesteading.
43
44
  email:
44
45
  - veganstraightedge@gmail.com
46
+ - bookis.smuin@gmail.com
45
47
  executables:
46
48
  - homesteading
47
49
  extensions: []