svn-campfire-notifier 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/svn_campfire_notifier.rb +2 -1
- metadata +3 -3
@@ -29,7 +29,8 @@ class SVNCampfireNotifier
|
|
29
29
|
|
30
30
|
def configuration_filename
|
31
31
|
begin
|
32
|
-
|
32
|
+
filename = File.expand_path('~/.svn_campfire_notifier.yml')
|
33
|
+
return filename if File.exist?(filename)
|
33
34
|
rescue ArgumentError
|
34
35
|
end
|
35
36
|
'/etc/svn_campfire_notifier.yml'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: svn-campfire-notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 4
|
10
|
+
version: 0.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Manfred Stienstra
|