rollbar 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4dd960fba2b048a769f6de1c197af1db2b8ac13f
4
- data.tar.gz: 40540eb9711481d7340bfe7f2714b9ef2aa59c5d
3
+ metadata.gz: cbb3085c5cd8789468b73261ea051425d2f13625
4
+ data.tar.gz: fba53cf535dba4c50f2c2dac934a0a3d4ca60098
5
5
  SHA512:
6
- metadata.gz: 8146d9676a4979c7d08f18cbb84559426168c769a5b08e61539e2421409a559563bd7dc4fba94da92f57ad347840d557398e75da9c1b3c5f31c9fa899024b66e
7
- data.tar.gz: 322436eea5226b598a8988776c80e68886c429c5d021e2136ca45c6521eaaad235bda9d13259d611719172368ab77c8484e815391ffa8926400c1e5d3c869cd2
6
+ metadata.gz: 9cb4e8d735eb2c5f39bcb951ec2af44e535a0a8fdafb8d6f71a2deb67ab1d0c5f0e9c5ab7656ce36dbb13786bd6844874d5cefd404b8a156912f0304523226ad
7
+ data.tar.gz: 9244b8bf16388ce8e5c9b07a779b21d2dd1700faf2041939646da58402a390b25d5060bd6b89dd37142e8d235077303ea916edb6611625043ab4ba34aef827b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.1
4
+
5
+ Bug fixes:
6
+
7
+ - Remove requires for multi_json gem. Thanks @albertyw.
8
+
3
9
  ## 2.0.0
4
10
 
5
11
  Possibly breaking changes:
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Rollbar notifier for Ruby [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.0.0)](https://travis-ci.org/rollbar/rollbar-gem/branches)
1
+ # Rollbar notifier for Ruby [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.0.1)](https://travis-ci.org/rollbar/rollbar-gem/branches)
2
2
 
3
3
  <!-- RemoveNext -->
4
4
  [Rollbar](https://rollbar.com) is an error tracking service for Ruby and other languages. The Rollbar service will alert you of problems with your code and help you understand them in a ways never possible before. We love it and we hope you will too.
@@ -12,7 +12,7 @@ This is the Ruby library for Rollbar. It will instrument many kinds of Ruby appl
12
12
  Add this line to your application's Gemfile:
13
13
 
14
14
  ```ruby
15
- gem 'rollbar', '~> 2.0.0
15
+ gem 'rollbar', '~> 2.0.1
16
16
  ```
17
17
 
18
18
  And then execute:
@@ -1,4 +1,3 @@
1
- require 'multi_json'
2
1
  require 'rack'
3
2
 
4
3
  module Rollbar
@@ -1,5 +1,3 @@
1
- require 'multi_json'
2
-
3
1
  module Rollbar
4
2
  module Truncation
5
3
  module Mixin
@@ -1,3 +1,3 @@
1
1
  module Rollbar
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rollbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rollbar, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-20 00:00:00.000000000 Z
11
+ date: 2015-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails