rbml 0.0.5.9.3.2 → 0.0.5.9.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/cli_tools.rb +1 -0
  2. data/lib/rbml.rb +1 -1
  3. metadata +1 -1
data/lib/cli_tools.rb CHANGED
@@ -31,6 +31,7 @@ module Flagger
31
31
  process_command_line_input
32
32
  end
33
33
  def seperate_arguments_from(args=nil)
34
+ return nil unless args
34
35
  args = args.duplicate
35
36
  while !args.empty? and not args.first.flag?
36
37
  if @potential_keywords.include?(args.first.to_sym)
data/lib/rbml.rb CHANGED
@@ -2,7 +2,7 @@ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)) + "/../languages")
2
2
  $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Rbml
5
- VERSION = '0.0.5.9.3.2'
5
+ VERSION = '0.0.5.9.3.3'
6
6
  end
7
7
  require 'extensions/kernel'
8
8
  require 'extensions/primitives'
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: rbml
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.5.9.3.2
6
+ version: 0.0.5.9.3.3
7
7
  date: 2007-05-02 00:00:00 -04:00
8
8
  summary: Rbml is a dsl framework for writing other languages in ruby
9
9
  require_paths: