rbml 0.0.5.9.3.1 → 0.0.5.9.3.2

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 -1
  2. data/lib/rbml.rb +1 -1
  3. metadata +1 -1
data/lib/cli_tools.rb CHANGED
@@ -30,7 +30,7 @@ module Flagger
30
30
  seperate_arguments_from(args) if args
31
31
  process_command_line_input
32
32
  end
33
- def seperate_arguments_from(args)
33
+ def seperate_arguments_from(args=nil)
34
34
  args = args.duplicate
35
35
  while !args.empty? and not args.first.flag?
36
36
  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.1'
5
+ VERSION = '0.0.5.9.3.2'
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.1
6
+ version: 0.0.5.9.3.2
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: