build_status_server 0.13 → 0.14

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- build_status_server (0.13)
4
+ build_status_server (0.14)
5
5
  json
6
6
 
7
7
  GEM
@@ -66,6 +66,10 @@ strongly recommended to create one in any of the following locations:
66
66
  to use):
67
67
 
68
68
  #{get_example_config}
69
+
70
+ Also, you can specify what configuration file to load by passing --config as an
71
+ argument (see "#{File.basename($0)} --help")
72
+
69
73
  EOT
70
74
 
71
75
  return YAML.load(get_example_config)
@@ -80,7 +84,6 @@ strongly recommended to create one in any of the following locations:
80
84
  def locations_to_try
81
85
  %w(
82
86
  ~/.config/build_status_server/config.yml
83
- ./config/config.yml
84
87
  /etc/build_status_server/config.yml
85
88
  /usr/local/etc/build_status_server/config.yml
86
89
  )
@@ -1,3 +1,3 @@
1
1
  module BuildStatusServer
2
- VERSION = "0.13"
2
+ VERSION = "0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: build_status_server
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.13'
4
+ version: '0.14'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: