loggly 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/loggly.rb +1 -4
  3. data/loggly.gemspec +2 -2
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.2.0
@@ -10,7 +10,7 @@ class LogglyResque
10
10
  @queue = :loggly
11
11
 
12
12
  def self.perform(klass,message, time=nil)
13
- klass.send(:send_to_loggly, message, time)
13
+ Loggly.send_to_loggly(message, time)
14
14
  end
15
15
  end
16
16
 
@@ -79,9 +79,6 @@ class Loggly
79
79
  end
80
80
  end
81
81
 
82
-
83
- private
84
-
85
82
  # Private
86
83
  # We use this method internally to send messages to loggly.
87
84
  # It is used by the Resque worker and by the record method.
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{loggly}
8
- s.version = "0.1.0"
8
+ s.version = "0.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ivan Acosta-Rubio"]
12
- s.date = %q{2011-11-19}
12
+ s.date = %q{2011-11-21}
13
13
  s.description = %q{ We send messages to Loggly using resque or not}
14
14
  s.email = %q{ivan@bakedweb.net}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
7
+ - 2
8
8
  - 0
9
- version: 0.1.0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ivan Acosta-Rubio
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-11-19 00:00:00 -06:00
17
+ date: 2011-11-21 00:00:00 -06:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency