rollbar 0.8.2 → 0.8.3

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.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ **0.8.3**
4
+ - Relax multi_json dependency to 1.5.0
5
+
3
6
  **0.8.2**
4
7
  - Adding back rake task exception reporting after fixing load order issue
5
8
 
data/THANKS CHANGED
@@ -1,6 +1,7 @@
1
1
  Huge thanks to the following contributors (by github username). For the most up-to-date list, see https://github.com/rollbar/rollbar-gem/graphs/contributors
2
2
 
3
3
  arr-ee
4
+ firstbanco
4
5
  JoshuaOSHickman
5
6
  kavu
6
7
  magnolia-fan
@@ -4,7 +4,7 @@
4
4
 
5
5
  Add this line to your application's Gemfile:
6
6
 
7
- gem 'rollbar'
7
+ gem 'rollbar', '~> 0.8.2'
8
8
 
9
9
  And remove:
10
10
 
@@ -28,4 +28,4 @@ Replace all instances of `Ratchetio` in your rails app with `Rollbar`.
28
28
 
29
29
  Replace all instances of `ratchetio_request_data` with `rollbar_request_data`.
30
30
 
31
- Replace all instances of `ratchetio_person_data` with `rollbar_person_data`.
31
+ Replace all instances of `ratchetio_person_data` with `rollbar_person_data`.
@@ -1,3 +1,3 @@
1
1
  module Rollbar
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
3
3
  end
data/rollbar.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
14
  gem.require_paths = ["lib"]
15
15
  gem.version = Rollbar::VERSION
16
16
 
17
- gem.add_runtime_dependency 'multi_json', '~> 1.6.0'
17
+ gem.add_runtime_dependency 'multi_json', '>= 1.5.0'
18
18
 
19
19
  gem.add_development_dependency 'rails', '~> 3.2.12'
20
20
  gem.add_development_dependency 'devise', '>= 2.1.2'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rollbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,24 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-26 00:00:00.000000000 Z
12
+ date: 2013-02-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: multi_json
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ~>
19
+ - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.6.0
21
+ version: 1.5.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ~>
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.6.0
29
+ version: 1.5.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rails
32
32
  requirement: !ruby/object:Gem::Requirement