logworm_client 0.5.3 → 0.5.4
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.
- data/CHANGELOG +3 -0
- data/Manifest +0 -2
- data/Rakefile +1 -1
- data/lib/logworm_utils.rb +0 -1
- data/logworm_client.gemspec +5 -5
- metadata +3 -8
- data/bin/lw-heroku +0 -8
- data/lib/logworm_utils/heroku.rb +0 -17
data/CHANGELOG
CHANGED
data/Manifest
CHANGED
@@ -3,7 +3,6 @@ Manifest
|
|
3
3
|
README
|
4
4
|
Rakefile
|
5
5
|
bin/lw-compute
|
6
|
-
bin/lw-heroku
|
7
6
|
bin/lw-tail
|
8
7
|
lib/logworm_client.rb
|
9
8
|
lib/logworm_client/logger.rb
|
@@ -11,5 +10,4 @@ lib/logworm_client/rack.rb
|
|
11
10
|
lib/logworm_client/rails.rb
|
12
11
|
lib/logworm_utils.rb
|
13
12
|
lib/logworm_utils/compute.rb
|
14
|
-
lib/logworm_utils/heroku.rb
|
15
13
|
lib/logworm_utils/tail.rb
|
data/Rakefile
CHANGED
data/lib/logworm_utils.rb
CHANGED
data/logworm_client.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{logworm_client}
|
5
|
-
s.version = "0.5.
|
5
|
+
s.version = "0.5.4"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Pomelo, LLC"]
|
9
|
-
s.date = %q{2010-04-
|
9
|
+
s.date = %q{2010-04-02}
|
10
10
|
s.description = %q{logworm client utilities}
|
11
11
|
s.email = %q{schapira@pomelollc.com}
|
12
|
-
s.executables = ["lw-compute", "lw-
|
13
|
-
s.extra_rdoc_files = ["CHANGELOG", "README", "bin/lw-compute", "bin/lw-
|
14
|
-
s.files = ["CHANGELOG", "Manifest", "README", "Rakefile", "bin/lw-compute", "bin/lw-
|
12
|
+
s.executables = ["lw-compute", "lw-tail"]
|
13
|
+
s.extra_rdoc_files = ["CHANGELOG", "README", "bin/lw-compute", "bin/lw-tail", "lib/logworm_client.rb", "lib/logworm_client/logger.rb", "lib/logworm_client/rack.rb", "lib/logworm_client/rails.rb", "lib/logworm_utils.rb", "lib/logworm_utils/compute.rb", "lib/logworm_utils/tail.rb"]
|
14
|
+
s.files = ["CHANGELOG", "Manifest", "README", "Rakefile", "bin/lw-compute", "bin/lw-tail", "lib/logworm_client.rb", "lib/logworm_client/logger.rb", "lib/logworm_client/rack.rb", "lib/logworm_client/rails.rb", "lib/logworm_utils.rb", "lib/logworm_utils/compute.rb", "lib/logworm_utils/tail.rb", "logworm_client.gemspec"]
|
15
15
|
s.homepage = %q{http://www.logworm.com}
|
16
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Logworm_client", "--main", "README"]
|
17
17
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 5
|
8
|
-
-
|
9
|
-
version: 0.5.
|
8
|
+
- 4
|
9
|
+
version: 0.5.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Pomelo, LLC
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-02 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -69,7 +69,6 @@ description: logworm client utilities
|
|
69
69
|
email: schapira@pomelollc.com
|
70
70
|
executables:
|
71
71
|
- lw-compute
|
72
|
-
- lw-heroku
|
73
72
|
- lw-tail
|
74
73
|
extensions: []
|
75
74
|
|
@@ -77,7 +76,6 @@ extra_rdoc_files:
|
|
77
76
|
- CHANGELOG
|
78
77
|
- README
|
79
78
|
- bin/lw-compute
|
80
|
-
- bin/lw-heroku
|
81
79
|
- bin/lw-tail
|
82
80
|
- lib/logworm_client.rb
|
83
81
|
- lib/logworm_client/logger.rb
|
@@ -85,7 +83,6 @@ extra_rdoc_files:
|
|
85
83
|
- lib/logworm_client/rails.rb
|
86
84
|
- lib/logworm_utils.rb
|
87
85
|
- lib/logworm_utils/compute.rb
|
88
|
-
- lib/logworm_utils/heroku.rb
|
89
86
|
- lib/logworm_utils/tail.rb
|
90
87
|
files:
|
91
88
|
- CHANGELOG
|
@@ -93,7 +90,6 @@ files:
|
|
93
90
|
- README
|
94
91
|
- Rakefile
|
95
92
|
- bin/lw-compute
|
96
|
-
- bin/lw-heroku
|
97
93
|
- bin/lw-tail
|
98
94
|
- lib/logworm_client.rb
|
99
95
|
- lib/logworm_client/logger.rb
|
@@ -101,7 +97,6 @@ files:
|
|
101
97
|
- lib/logworm_client/rails.rb
|
102
98
|
- lib/logworm_utils.rb
|
103
99
|
- lib/logworm_utils/compute.rb
|
104
|
-
- lib/logworm_utils/heroku.rb
|
105
100
|
- lib/logworm_utils/tail.rb
|
106
101
|
- logworm_client.gemspec
|
107
102
|
has_rdoc: true
|
data/bin/lw-heroku
DELETED
data/lib/logworm_utils/heroku.rb
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
class LogwormHeroku
|
2
|
-
def initialize()
|
3
|
-
c = Logworm::Config.instance
|
4
|
-
if !c.file_found?
|
5
|
-
$stderr.puts "Could not find .logworm file in the current directory with proper keys"
|
6
|
-
exit(-1)
|
7
|
-
end
|
8
|
-
@keys = c.keys
|
9
|
-
end
|
10
|
-
|
11
|
-
def run
|
12
|
-
cmd = "heroku config:add LW_CONSUMER_KEY=\"#{@keys[0]}\" LW_CONSUMER_SECRET=\"#{@keys[1]}\" "
|
13
|
-
cmd << "LW_PROJECT_KEY=\"#{@keys[2]}\" LW_PROJECT_SECRET=\"#{@keys[3]}\""
|
14
|
-
puts "Push configuration keys to Heroku"
|
15
|
-
puts "There was an error --configuration files not pushed" if system(cmd) == false
|
16
|
-
end
|
17
|
-
end
|