bullhorn 0.0.4 → 0.0.6

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/bullhorn.gemspec +2 -2
  3. data/lib/bullhorn.rb +3 -3
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.6
data/bullhorn.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bullhorn}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Cyril David"]
12
- s.date = %q{2010-05-23}
12
+ s.date = %q{2010-08-16}
13
13
  s.description = %q{drop in rack middleware for bullhorn.it}
14
14
  s.email = %q{cyx.ucron@gmail.com}
15
15
  s.extra_rdoc_files = [
data/lib/bullhorn.rb CHANGED
@@ -9,9 +9,9 @@ class Bullhorn
9
9
  autoload :Plugin, "bullhorn/plugin"
10
10
  autoload :Sender, "bullhorn/sender"
11
11
 
12
- VERSION = "0.0.2"
12
+ VERSION = "0.0.5"
13
13
 
14
- URL = "http://bullhorn.it/api/v1/exception"
14
+ URL = "http://www.bullhorn.it/api/v1/exception"
15
15
 
16
16
  FILTERING = %(['"]?\[?%s\]?['"]?=>?([^&\s]*))
17
17
 
@@ -53,4 +53,4 @@ protected
53
53
  exceptions << ActionController::RoutingError if defined? ActionController
54
54
  end
55
55
  end
56
- end
56
+ end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Cyril David
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-23 00:00:00 +08:00
17
+ date: 2010-08-16 00:00:00 +08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency