rollbar 2.11.1 → 2.11.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e147a4e8a6272217cb9fb521347694760ac7a6aa
4
- data.tar.gz: 064a3206b30a01b9d17563c6834eeee65ed372e0
3
+ metadata.gz: 61b3dd5cf42fcd51cbf8e354df6b7815fc6d2e7d
4
+ data.tar.gz: a1b1401b48c2bd8de38b903120968f88f2a86cd2
5
5
  SHA512:
6
- metadata.gz: 27776554bb7d394c478d7ecde72d35a3c92767359c9565bd8009727b8e93765db881a1abcbb3e27f21d0724e8761491bebd24b6981cadcb22e6a0cd12051212c
7
- data.tar.gz: 39ff599aa3f4c6017dbf36a61b0481eea4f4a8cd8cadcf6bf3e78595ca2d6f3327bf3d5e6c74222e2b1c5d29f34e8a8a08535abef01139536b5d8e6c1c618bd4
6
+ metadata.gz: 9353bff1d406570707cc2eeea81134f825fbe71fbe7a77b8b28b2f07306fb767867e5745b1bd99a0b61dedbc00f50757696003e6de9a896528badaf71ccf347b
7
+ data.tar.gz: e689df62811ac61f8b33901f30c7a8793751153260f34c9ea030e3996b84101a20abbebb4c465a32ec6ea6b8d0b0b61dfec62a944e37d44e1078e69169d4bd3b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.11.2
4
+
5
+ Fix:
6
+
7
+ - Fix active_model require in validations plugin. See [#461](https://github.com/rollbar/rollbar-gem/pull/461).
8
+
3
9
  ## 2.11.1
4
10
 
5
11
  Bug fixes:
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Rollbar [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.11.1)](https://travis-ci.org/rollbar/rollbar-gem/branches)
1
+ # Rollbar [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.11.2)](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.
@@ -2,7 +2,7 @@ Rollbar.plugins.define('active_model') do
2
2
  dependency { !configuration.disable_monkey_patch }
3
3
  dependency { defined?(ActiveModel::Validations) }
4
4
  dependency do
5
- require 'active_record/version'
5
+ require 'active_model/version'
6
6
 
7
7
  ActiveModel::VERSION::MAJOR >= 3
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module Rollbar
2
- VERSION = '2.11.1'
2
+ VERSION = '2.11.2'
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.11.1
4
+ version: 2.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rollbar, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-30 00:00:00.000000000 Z
11
+ date: 2016-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json