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.
Files changed (3) hide show
  1. data/CHANGELOG.rdoc +5 -2
  2. data/lib/ripl/profiles.rb +2 -2
  3. metadata +3 -3
@@ -1,5 +1,8 @@
1
- == 0.1.0
2
- * depends on ripl 0.2.7
1
+ == 0.1.2
2
+ * Fixed warning.
3
+
4
+ == 0.1.1
5
+ * Depends on ripl 0.2.7
3
6
 
4
7
  == 0.1.0
5
8
  * Initial release.
@@ -1,7 +1,7 @@
1
1
  require 'ripl'
2
2
 
3
3
  module Ripl::Profiles
4
- VERSION = '0.1.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
- - 1
9
- version: 0.1.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-09 00:00:00 +01:00
17
+ date: 2010-12-16 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency