ruby-seasons 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/ruby_seasons/ruby_seasons.rb +1 -1
- data/ruby-seasons.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'csv'
|
2
2
|
module RubySeasons
|
3
3
|
module ClassMethods
|
4
|
-
@@lookup_file = File.expand_path('
|
4
|
+
@@lookup_file = File.expand_path('../../lookup_tables/london_seasons.csv', __FILE__)
|
5
5
|
|
6
6
|
def season_lookup_table
|
7
7
|
@@season_lookup_table ||= get_season_lookup_table
|
data/ruby-seasons.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-seasons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -130,7 +130,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
130
130
|
version: '0'
|
131
131
|
segments:
|
132
132
|
- 0
|
133
|
-
hash:
|
133
|
+
hash: 4190714218451369942
|
134
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
135
135
|
none: false
|
136
136
|
requirements:
|