gitorious-munin-plugins 0.9.19 → 0.9.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ module GitoriousMuninPlugins
4
4
 
5
5
  def gitorious_config
6
6
  yaml_file = fetch("GITORIOUS_HOME")
7
- gitorious_yml = Pathname(fetch("GITORIOUS_HOME")) + "config/gitorious.yml"
8
- YAML::load_file(gitorious_yml)[fetch("RAILS_ENV")]
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
@@ -1,3 +1,3 @@
1
1
  module GitoriousMuninPlugins
2
- VERSION = "0.9.19"
2
+ VERSION = "0.9.20"
3
3
  end
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: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 19
10
- version: 0.9.19
9
+ - 20
10
+ version: 0.9.20
11
11
  platform: ruby
12
12
  authors:
13
13
  - Marius Mathiesen