Skip to content

Commit

Permalink
Support fast processing in both 1.8 and 1.9, with different test for …
Browse files Browse the repository at this point in the history
…DateTime
  • Loading branch information
craigtaverner committed Mar 19, 2012
1 parent f2a8f4d commit 3c8a9fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/show_geoptima.rb
Expand Up @@ -7,18 +7,14 @@
require 'date' require 'date'
require 'geoptima' require 'geoptima'


Geoptima::assert_version("0.0.6") Geoptima::assert_version("0.0.7")


$debug=false $debug=false


$event_names=[] $event_names=[]
$files = [] $files = []
$print_limit = 10000 $print_limit = 10000


def cw(val)
val.nil? ? '' : "(#{val})"
end

while arg=ARGV.shift do while arg=ARGV.shift do
if arg =~ /^\-(\w+)/ if arg =~ /^\-(\w+)/
$1.split(//).each do |aa| $1.split(//).each do |aa|
Expand Down

0 comments on commit 3c8a9fe

Please sign in to comment.