logworm_client 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.5.4
2
+ Removed obsolete lw-heroku application
3
+
1
4
  v0.5.3
2
5
  Show nicer error message with tail and compute if the app is not properly configured.
3
6
 
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
@@ -1,5 +1,5 @@
1
1
  require 'echoe'
2
- Echoe.new('logworm_client', '0.5.3') do |p|
2
+ Echoe.new('logworm_client', '0.5.4') do |p|
3
3
  p.description = "logworm client utilities"
4
4
  p.url = "http://www.logworm.com"
5
5
  p.author = "Pomelo, LLC"
data/lib/logworm_utils.rb CHANGED
@@ -2,4 +2,3 @@ require 'logworm'
2
2
 
3
3
  require 'logworm_utils/tail'
4
4
  require 'logworm_utils/compute'
5
- require 'logworm_utils/heroku'
@@ -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.3"
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-01}
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-heroku", "lw-tail"]
13
- s.extra_rdoc_files = ["CHANGELOG", "README", "bin/lw-compute", "bin/lw-heroku", "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/heroku.rb", "lib/logworm_utils/tail.rb"]
14
- s.files = ["CHANGELOG", "Manifest", "README", "Rakefile", "bin/lw-compute", "bin/lw-heroku", "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/heroku.rb", "lib/logworm_utils/tail.rb", "logworm_client.gemspec"]
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
- - 3
9
- version: 0.5.3
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-01 00:00:00 -04:00
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
@@ -1,8 +0,0 @@
1
- #!/usr/local/bin/ruby
2
-
3
- require 'rubygems'
4
- require 'logworm_utils'
5
-
6
- LogwormHeroku.new().run
7
-
8
-
@@ -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