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.
- data/PostInstall.txt +1 -1
- data/VERSION +1 -1
- data/rcov_notifier.gemspec +2 -2
- metadata +4 -4
data/PostInstall.txt
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
data/rcov_notifier.gemspec
CHANGED
@@ -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.
|
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
|
[1;32m----------------------------------------------------
|
50
50
|
----------------------------------------------------
|
51
51
|
|
52
|
-
Add the following to your ~/.
|
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:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
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 ~/.
|
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"
|