springboard 0.19.0 → 0.19.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/bin/springboard CHANGED
@@ -10,7 +10,7 @@ config_directory_arg = /-c\s+(\S+)\s?/
10
10
 
11
11
  if dir = args.slice!(config_directory_arg)
12
12
 
13
- conf = config_directory_arg.match(dir){ |m| Pathname.new(m[1]) }
13
+ conf = Pathname.new(config_directory_arg.match(dir)[1])
14
14
 
15
15
  raise "Must provide the configuration directory." unless conf.directory?
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Springboard
2
- VERSION = "0.19.0"
2
+ VERSION = "0.19.0.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: springboard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 83
4
+ hash: 213
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 19
9
9
  - 0
10
- version: 0.19.0
10
+ - 1
11
+ version: 0.19.0.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Grant Rodgers
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2012-03-07 00:00:00 Z
19
+ date: 2012-03-09 00:00:00 Z
19
20
  dependencies: []
20
21
 
21
22
  description: |-