exception_notification-rake 0.3.1.rc1 → 0.3.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/exception_notifier/rake/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83d7b400f0f0ef326a3ea44e42fd8001980f9d2159ec5ebc41c53e556daff5ed
|
4
|
+
data.tar.gz: 447e8226b1ddd73a3f6e3248e81f5f34d4caa9738366d5a8823af2d76d46acb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1881b9de3433e7e3b77d943088cf936e4d5f93019a34dde371a0ba3e2cfa2197ed92ce5377b994f218875baaa0bd9e1050508a7aafc00c6ecd91ada78cf400a6
|
7
|
+
data.tar.gz: 44f15ed150d08ecc15cb42aea3a2550db822e66c19931574fc0c58832cec415799f3956e38781b966074e5ec5a05734f9bcf189ebd6357264a69f1243beff8cc
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ This Ruby gem is an extension of the [exception_notification gem](http://rubygem
|
|
9
9
|
|
10
10
|
If you're using Rails 4.2 or higher, including Rails 5 (or you're not using Rails at all), use the latest version of the gem:
|
11
11
|
|
12
|
-
gem 'exception_notification-rake', '~> 0.3.
|
12
|
+
gem 'exception_notification-rake', '~> 0.3.1'
|
13
13
|
|
14
14
|
If you're using Rails 4.1.x, use the 0.2.x line of versions:
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exception_notification-rake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.1
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nik Haldimann
|
@@ -68,9 +68,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
version: '2.0'
|
69
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
70
|
requirements:
|
71
|
-
- - "
|
71
|
+
- - ">="
|
72
72
|
- !ruby/object:Gem::Version
|
73
|
-
version:
|
73
|
+
version: '0'
|
74
74
|
requirements: []
|
75
75
|
rubygems_version: 3.0.8
|
76
76
|
signing_key:
|