consadole_aggregator 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'optparse'
3
- params = ARGV.getopts(nil, "module:news", "output:log", "date")
3
+ params = ARGV.getopts(nil, "module:news", "output:log", "date:")
4
4
 
5
5
  $:.unshift(File.expand_path('../../lib', __FILE__)) if $0 == __FILE__
6
6
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{consadole_aggregator}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["niku"]
12
- s.date = %q{2011-05-06}
12
+ s.date = %q{2011-05-08}
13
13
  s.default_executable = %q{consadole_aggregator}
14
14
  s.description = %q{ It aggregates infomation of 'Consadole Sapporo' }
15
15
  s.email = %q{niku@niku.name}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: consadole_aggregator
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.4
5
+ version: 0.1.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - niku
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-06 00:00:00 +09:00
13
+ date: 2011-05-08 00:00:00 +09:00
14
14
  default_executable: consadole_aggregator
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -270,7 +270,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
270
270
  requirements:
271
271
  - - ">="
272
272
  - !ruby/object:Gem::Version
273
- hash: -1265943250019718136
273
+ hash: -85040454445781258
274
274
  segments:
275
275
  - 0
276
276
  version: "0"