csv_query 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,9 +56,9 @@ module CsvQuery
56
56
  end
57
57
 
58
58
  def self.run
59
+ options = parse_options_from_commandline
59
60
  csv_data = ARGF.read
60
61
  outputter = CsvQuery::Outputter
61
- options = parse_options_from_commandline
62
62
  CsvQuery::Query.new(csv_data, outputter, options).run
63
63
  end
64
64
  end
@@ -1,3 +1,3 @@
1
1
  module CsvQuery
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csv_query
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  segments:
74
74
  - 0
75
- hash: 174621903631973785
75
+ hash: 3872383393282162040
76
76
  requirements: []
77
77
  rubyforge_project:
78
78
  rubygems_version: 1.8.24