eotb 0.5.0 → 0.5.1

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.
Files changed (7) hide show
  1. data/.gitignore +0 -1
  2. data/Gemfile +0 -1
  3. data/README.rdoc +1 -1
  4. data/VERSION +1 -1
  5. data/eotb.gemspec +2 -2
  6. data/lib/eotb.rb +0 -3
  7. metadata +4 -4
data/.gitignore CHANGED
@@ -4,4 +4,3 @@ rdoc
4
4
  pkg
5
5
  *.swp
6
6
  .bundle
7
- Gemfile.lock
data/Gemfile CHANGED
@@ -2,4 +2,3 @@ source :rubygems
2
2
  gem "jeweler", ">= 1.4.0"
3
3
  gem "json", ">= 1.4.3"
4
4
  gem "rspec", ">= 1.3.0"
5
- gem "hoptoad_notifier", ">= 2.3.2"
data/README.rdoc CHANGED
@@ -17,7 +17,7 @@ Install gem from GitHub repository
17
17
  $ git clone git://github.com/Quirke/eotb_rails_plugin.git
18
18
  $ cd eotb_rails_plugin
19
19
  $ rake build
20
- $ gem install ./pkg/eotb-0.5.0.gem
20
+ $ gem install ./pkg/eotb-0.5.1.gem
21
21
 
22
22
  === Bundler
23
23
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
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.0"
8
+ s.version = "0.5.1"
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-07-30}
12
+ s.date = %q{2010-08-12}
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 = [
data/lib/eotb.rb CHANGED
@@ -3,9 +3,6 @@ require 'net/http'
3
3
  require 'timeout'
4
4
  require 'uri'
5
5
  require 'json'
6
- require 'hoptoad_notifier'
7
-
8
- HoptoadNotifier.configure { |config| config.api_key='f625b37e34b6084e4a2eae85e6de954f' }
9
6
 
10
7
  class Eotb
11
8
 
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: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
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-07-30 00:00:00 +02:00
18
+ date: 2010-08-12 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency