eotb 0.5.10 → 0.5.11

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/eotb.gemspec +4 -4
  3. data/lib/eotb.rb +1 -0
  4. metadata +5 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.10
1
+ 0.5.11
data/eotb.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{eotb}
8
- s.version = "0.5.10"
8
+ s.version = "0.5.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ragnarson"]
12
- s.date = %q{2010-09-19}
12
+ s.date = %q{2010-09-20}
13
13
  s.description = %q{Rails plugin which allow you easily track and observe your apps}
14
14
  s.email = %q{bartlomiej.kozal@ragnarson.com}
15
15
  s.extra_rdoc_files = [
@@ -42,8 +42,8 @@ Gem::Specification.new do |s|
42
42
  s.rubygems_version = %q{1.3.7}
43
43
  s.summary = %q{Rails plugin which allow you easily track and observe your apps}
44
44
  s.test_files = [
45
- "spec/spec_helper.rb",
46
- "spec/eotb_spec.rb"
45
+ "spec/eotb_spec.rb",
46
+ "spec/spec_helper.rb"
47
47
  ]
48
48
 
49
49
  if s.respond_to? :specification_version then
data/lib/eotb.rb CHANGED
@@ -6,6 +6,7 @@ require 'json'
6
6
 
7
7
  class Eotb
8
8
 
9
+ @@api_key = nil
9
10
  METHODS = [:to_actor, :to_subject, :to_json, :to_hash, :inspect]
10
11
 
11
12
  def self.configure(api_key, events = 1, host = '127.0.0.1', port = '3000')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eotb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 10
10
- version: 0.5.10
9
+ - 11
10
+ version: 0.5.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ragnarson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-19 00:00:00 +02:00
18
+ date: 2010-09-20 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -145,5 +145,5 @@ signing_key:
145
145
  specification_version: 3
146
146
  summary: Rails plugin which allow you easily track and observe your apps
147
147
  test_files:
148
- - spec/spec_helper.rb
149
148
  - spec/eotb_spec.rb
149
+ - spec/spec_helper.rb