kanazawa_city-infra 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ module KanazawaCity
44
44
  }.join(',')
45
45
  elsif options[:genre].respond_to? "query_id"
46
46
  options[:genre].query_id
47
- elsif options[:genre].kind_of?(String) || g.kind_of?(Integer)
47
+ elsif options[:genre].kind_of?(String) || options[:genre].kind_of?(Integer)
48
48
  options[:genre]
49
49
  else
50
50
  raise ArgumentError
@@ -1,5 +1,5 @@
1
1
  module KanazawaCity
2
2
  module Infra
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kanazawa_city-infra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: