exception_notification-rake 0.3.0.rc1 → 0.3.0

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: 548886560a8dc6a4889b969cf21941a725ba86ab
4
- data.tar.gz: 7369c9fdbf5351cf48792644b4416f46ab588ea2
3
+ metadata.gz: 8cf93bbb2c0818a298cad7fced58bd9dc2b74ce7
4
+ data.tar.gz: a46f31b9661980b3b49816853dd5053d901dc480
5
5
  SHA512:
6
- metadata.gz: eaa894a203a098089b11e64c95532b41add3e6a4396283182439389448bd42aa996eefe66c154d998e9d9d1180d9203a4dae18526a0555bd4c746de9be8406a8
7
- data.tar.gz: fc082da7f1d9187b84e2acdc55f0cfe985a42ead7ddc54b3ef2750b3aa69128e3e0942d304673c3e7b511974f1bdb3f91c110f0a3a7d6465c6464d999a97103f
6
+ metadata.gz: 1b9fe3ad8501a09da3072c1b567dfdf5bc2d3a5dbfd215c6ed5d5b0197c19d896d3525f7f49d2196133a48252f45866099939feb9dd17631604aeee452c2f831
7
+ data.tar.gz: 86779ee82c8890f59b2da15ff01f94aae022c3bc255b5ebefd928fa9e253277a7019a18323d7a8e66d6b525c4cf5da5556921ab34208d784812858b8ed2146aa
data/README.md CHANGED
@@ -7,11 +7,11 @@ This Ruby gem is an extension of the [exception_notification gem](http://rubygem
7
7
 
8
8
  ## Installation
9
9
 
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 (this is currently a release candidate and not extensively tested yet):
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.0.rc1'
12
+ gem 'exception_notification-rake', '~> 0.3.0'
13
13
 
14
- If you're using Rails 4.1.x (or you're not using Rails at all), use the latest version of the gem:
14
+ If you're using Rails 4.1.x, use the 0.2.x line of versions:
15
15
 
16
16
  gem 'exception_notification-rake', '~> 0.2.2'
17
17
 
@@ -1,5 +1,5 @@
1
1
  module ExceptionNotifier
2
2
  class Rake
3
- VERSION = '0.3.0.rc1'
3
+ VERSION = '0.3.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exception_notification-rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.rc1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nik Haldimann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-11 00:00:00.000000000 Z
11
+ date: 2017-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: exception_notification
@@ -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: 1.3.1
73
+ version: '0'
74
74
  requirements: []
75
75
  rubyforge_project:
76
76
  rubygems_version: 2.4.8