gitorious-munin-plugins 0.9.19 → 0.9.20
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.
|
@@ -4,8 +4,8 @@ module GitoriousMuninPlugins
|
|
|
4
4
|
|
|
5
5
|
def gitorious_config
|
|
6
6
|
yaml_file = fetch("GITORIOUS_HOME")
|
|
7
|
-
gitorious_yml =
|
|
8
|
-
YAML::load_file(gitorious_yml)[
|
|
7
|
+
gitorious_yml = gitorious_home + "config/gitorious.yml"
|
|
8
|
+
YAML::load_file(gitorious_yml)[rails_env]
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
def rails_env
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitorious-munin-plugins
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 20
|
|
10
|
+
version: 0.9.20
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Marius Mathiesen
|