standup 0.6.7 → 0.6.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,5 +10,7 @@ if File.exists?('config/standup.yml')
10
10
  end
11
11
  end
12
12
  else
13
- Standup.const_set :Settings, ActiveSupport::HashWithIndifferentAccess.new('nodes' => {})
13
+ module Standup
14
+ Settings = ActiveSupport::HashWithIndifferentAccess.new('nodes' => {})
15
+ end
14
16
  end
@@ -1,5 +1,5 @@
1
1
  module Standup
2
- VERSION = '0.6.7'
2
+ VERSION = '0.6.8'
3
3
 
4
4
  def self.version
5
5
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-08-28 00:00:00.000000000 Z
14
+ date: 2012-09-21 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: trollop