rclopts 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rclopts/gem_info.rb +1 -1
  2. data/lib/rclopts.rb +5 -1
  3. metadata +2 -2
@@ -1,7 +1,7 @@
1
1
  module Rclopts
2
2
  module GemInfo
3
3
  MAJOR_VERSION = 0
4
- MINOR_VERSION = 0
4
+ MINOR_VERSION = 1
5
5
  PATCH_VERSION = 0
6
6
 
7
7
  def self.version_string
data/lib/rclopts.rb CHANGED
@@ -1,2 +1,6 @@
1
- require_relative 'rclopts/required_arg_option_parser'
1
+ if RUBY_VERSION < '1.9.0'
2
+ require File.expand_path('../rclopts/required_arg_option_parser', __FILE__)
3
+ else
4
+ require_relative 'rclopts/required_arg_option_parser'
5
+ end
2
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rclopts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-28 00:00:00.000000000 Z
12
+ date: 2013-07-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Ruby command-line helpers
15
15
  email: rcook@rcook.org