svn-campfire-notifier 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/svn_campfire_notifier.rb +2 -1
  2. metadata +3 -3
@@ -29,7 +29,8 @@ class SVNCampfireNotifier
29
29
 
30
30
  def configuration_filename
31
31
  begin
32
- return File.expand_path('~/.svn_campfire_notifier.yml')
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: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Manfred Stienstra