dogids-cli 0.0.13 → 0.0.14

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: b3a7d4c5f335041eb553adfedcc01bae57d47e5c
4
- data.tar.gz: f37ef3ad37cf772d14e3bcbbacc28b82da42053c
3
+ metadata.gz: 8aa2d8b897f4b3f04e50aaaed775249b78abee1d
4
+ data.tar.gz: 78527354b78678c86d659cdc4304d5b6b4af72dc
5
5
  SHA512:
6
- metadata.gz: 80e0a0a4d5d4b1193eb308105ab301fbc9ce304a825c0c37cd635de6dae4d389ac0503528c615665861e352b970ef7a05e5eefc249b4f62075544ec9327d11fc
7
- data.tar.gz: 6e15afa9cdd648ef6935118cef7b63bb2f01fa25a3063eb0fb0a1b7319443866c0070a7d9204d794b63567bf8429f1d80bc85e424d1d84f73ab3a498a91f9b28
6
+ metadata.gz: c2d45b055051d4ded9c715b99e6f4dda3b661e64a6b89a1a7c967668b1b52923dc5b340b5db6d0dda03d8d1ba014b86b2b30720677fa84c037f51a8acc629b7f
7
+ data.tar.gz: b737dc404f87a33691fd48360b5cf7941359b6b12178833693de8428583544f4a51ac0b074ab0744214c02100cea0838a7a1045dc6f22e8d5a386b9545b7079e
@@ -16,6 +16,9 @@ module Dogids
16
16
  puts "Development SSH Commands:"
17
17
  puts " dogids ssh dev # SSH into local development VM"
18
18
  puts " "
19
+ puts "Staging SSH Commands:"
20
+ puts " dogids ssh staging # SSH into staging Apache/PHP/MySQL VM"
21
+ puts " "
19
22
  puts "Production SSH Commands:"
20
23
  puts " dogids ssh:production db # SSH into production MySQL/Redis VM"
21
24
  puts " dogids ssh:production web # SSH into production Apache/PHP VM"
@@ -3,7 +3,7 @@ require "open-uri"
3
3
  require "thor"
4
4
 
5
5
  module Dogids
6
- VERSION = "0.0.13"
6
+ VERSION = "0.0.14"
7
7
 
8
8
  class Cli < Thor
9
9
  desc "update", "Update dogids-cli to latest version"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dogids-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pattison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-21 00:00:00.000000000 Z
11
+ date: 2015-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh
@@ -90,3 +90,4 @@ signing_key:
90
90
  specification_version: 4
91
91
  summary: Command line tool for dogIDs tasks
92
92
  test_files: []
93
+ has_rdoc: