ripl-profiles 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +5 -2
- data/lib/ripl/profiles.rb +2 -2
- metadata +3 -3
data/CHANGELOG.rdoc
CHANGED
data/lib/ripl/profiles.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'ripl'
|
2
2
|
|
3
3
|
module Ripl::Profiles
|
4
|
-
VERSION = '0.1.
|
4
|
+
VERSION = '0.1.2'
|
5
5
|
|
6
6
|
@loaded = []
|
7
7
|
|
@@ -62,7 +62,7 @@ module Ripl::Profiles
|
|
62
62
|
# add command line option
|
63
63
|
def parse_option( option, argv )
|
64
64
|
if option =~ /(?:-p|--profile)=?(.*)/
|
65
|
-
Ripl::Profiles.load ($1.empty? ? argv.shift.to_s : $1).split(':')
|
65
|
+
Ripl::Profiles.load( ($1.empty? ? argv.shift.to_s : $1).split(':') )
|
66
66
|
else
|
67
67
|
super
|
68
68
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 2
|
9
|
+
version: 0.1.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Jan Lelis
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-12-
|
17
|
+
date: 2010-12-16 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|