rcov_notifier 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  ----------------------------------------------------
2
2
  ----------------------------------------------------
3
3
 
4
- Add the following to your ~/.autotext file
4
+ Add the following to your ~/.autotest file
5
5
 
6
6
  require 'rcov_notifier'
7
7
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rcov_notifier}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Chinmay Garde"]
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
49
49
  ----------------------------------------------------
50
50
  ----------------------------------------------------
51
51
 
52
- Add the following to your ~/.autotext file
52
+ Add the following to your ~/.autotest file
53
53
 
54
54
  require 'rcov_notifier'
55
55
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcov_notifier
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chinmay Garde
@@ -91,7 +91,7 @@ licenses: []
91
91
  post_install_message: "\n\
92
92
  \e[1;32m----------------------------------------------------\n\
93
93
  ----------------------------------------------------\n\n\
94
- Add the following to your ~/.autotext file\n\n\
94
+ Add the following to your ~/.autotest file\n\n\
95
95
  \trequire 'rcov_notifier'\n\n\
96
96
  ----------------------------------------------------\n\
97
97
  ----------------------------------------------------\e[0m\n"