exception_notification-rake 0.2.2.rc1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -9,15 +9,15 @@ This Ruby gem is an extension of the [exception_notification gem](http://rubygem
9
9
 
10
10
  If you're using Rails 4.1.x (or you're not using Rails at all), use the latest version of the gem:
11
11
 
12
- gem 'exception_notification-rake', '~> 0.2.1'
12
+ gem 'exception_notification-rake', '~> 0.2.2'
13
13
 
14
14
  If you're using Rails 4.0.x, use the 0.1.x line of versions:
15
15
 
16
- gem 'exception_notification-rake', '~> 0.1.2'
16
+ gem 'exception_notification-rake', '~> 0.1.3'
17
17
 
18
18
  If you're using Rails 3, use the 0.0.x line of versions:
19
19
 
20
- gem 'exception_notification-rake', '~> 0.0.6'
20
+ gem 'exception_notification-rake', '~> 0.0.7'
21
21
 
22
22
 
23
23
  ## Usage
@@ -1,5 +1,5 @@
1
1
  module ExceptionNotifier
2
2
  class Rake
3
- VERSION = '0.2.2.rc1'
3
+ VERSION = '0.2.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exception_notification-rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2.rc1
5
- prerelease: 6
4
+ version: 0.2.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nik Haldimann
@@ -86,13 +86,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - ! '>='
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
89
+ version: '2.0'
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  none: false
92
92
  requirements:
93
- - - ! '>'
93
+ - - ! '>='
94
94
  - !ruby/object:Gem::Version
95
- version: 1.3.1
95
+ version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
98
  rubygems_version: 1.8.23