karo 2.1.2 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of karo might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57790c4a5e39d2f7216f9eacef0058efaca23650
4
- data.tar.gz: 307d1ec8497c299eb3ca9acd9aa2c364b96079a4
3
+ metadata.gz: ed831af592641d33332486b9518ccd2f14841f5f
4
+ data.tar.gz: 57fabfc94997c544d56ead8e550530cddc87595b
5
5
  SHA512:
6
- metadata.gz: 010a486f89abd57065abf15d64ead832017dfdbe9ff6688e9afc52c619c33a2a72a8f10c02db4e5328c6f0d4a7b01ecb1fb1da0af30e3fbffdb24429a2079673
7
- data.tar.gz: 5f4ca62a3594ec4312918014f20ce6d5ef4698ca8b42d95d50cfca0991d7d892dd5a588b593257e85f32185f38f203d8c410830370e31a209737191988bd6fe9
6
+ metadata.gz: 31e0ed4cf41b9453240269ae7cfebd6aa4328b2624c8ea2f6d67fd8a1fbd720cc5a7e9b74a2d1d857f2e7df79591f1b56cf0f0a5ecb72a5df7ff09aa46ec873c
7
+ data.tar.gz: 17c5819988ee08dd3133c5091e0017a436681cd7479505b9bf54167c5525baaf9ee0e02360baa08a8f3545384174f8fcf68af85f154799f48701b38ba85c8685
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v2.1.3
4
+
5
+ ### Features
6
+
7
+ - Updated some comments in CLI
8
+
3
9
  ## v2.1.2
4
10
 
5
11
  ### Features
data/lib/karo/cli.rb CHANGED
@@ -11,10 +11,7 @@ module Karo
11
11
 
12
12
  include Karo::Common
13
13
 
14
- # FIXME: Duplicated in Karo::Common
15
- # Is needed for the generate method
16
- # Otherwise you get this error
17
- # undefined method `source_paths_for_search' for Karo::CLI
14
+ # FIXME: Duplicated in Karo::Common but is needed for the generate method
18
15
  include Thor::Actions
19
16
 
20
17
  class_option :config_file, type: :string, default: Config.default_file_name,
@@ -64,12 +61,6 @@ module Karo
64
61
 
65
62
  production:
66
63
 
67
- --host: example.com
68
-
69
- --user: deploy
70
-
71
- --path: /data/app_name
72
-
73
64
  --commands:
74
65
 
75
66
  ----client:
@@ -118,20 +109,12 @@ module Karo
118
109
 
119
110
  production:
120
111
 
121
- --host: example.com
122
-
123
- --user: deploy
124
-
125
- --path: /data/app_name
126
-
127
112
  --commands:
128
113
 
129
114
  ----server:
130
115
 
131
116
  ------memory: watch vmstat -sSM
132
117
 
133
- ------top_5_memory: ps aux | sort -nk +4 | tail
134
-
135
118
  > $ karo srv memory
136
119
 
137
120
  > Every 2.0s: vmstat -sSM Tue Jul 2 17:18:16 2013
@@ -139,8 +122,6 @@ module Karo
139
122
  > 35840140 total memory
140
123
 
141
124
  > 35308456 used memory
142
-
143
- > 25224800 active memory
144
125
  LONGDESC
145
126
  def server(cmd, *extras)
146
127
  configuration = Config.load_configuration(options)
data/lib/karo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Karo
2
- VERSION = "2.1.2"
2
+ VERSION = "2.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: karo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rahul Trikha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-04 00:00:00.000000000 Z
11
+ date: 2013-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry