wanderlust 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/wanderlust/version.rb +1 -1
- data/lib/wanderlust.rb +1 -1
- metadata +1 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 484c7ff5cb027cb31c81f315bca14d0eacbb1cd7
|
4
|
+
data.tar.gz: 1d43706fd7fca5378708e7d1230b8de547093010
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a8ac6ca3f05c1ae7f6bc03944f01ba4c3024a69b6ba656f5294adf11b80e7ea26b5353be05ece2808fae3739f3332c0fabaa3f52258c495a93b2b7d811ff4fb
|
7
|
+
data.tar.gz: b730e71c755f854dadb81d4e6367f911fe69f008278de86494844e2c186b45734ec14c7832a270b2e4f93dec841e8495bee7b30a0286b18ce7e6b1ea295ef476
|
data/lib/wanderlust/version.rb
CHANGED
data/lib/wanderlust.rb
CHANGED
@@ -11,7 +11,7 @@ module Wanderlust
|
|
11
11
|
end
|
12
12
|
|
13
13
|
def import_timezones!
|
14
|
-
sql_file_location = "#{
|
14
|
+
sql_file_location = "#{File.dirname(__FILE__)}/wanderlust/timezones.sql"
|
15
15
|
sql = File.read(sql_file_location)
|
16
16
|
statements = sql.split(';')
|
17
17
|
statements.pop # empty line at the end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wanderlust
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shaker Islam
|
@@ -139,4 +139,3 @@ signing_key:
|
|
139
139
|
specification_version: 4
|
140
140
|
summary: MySQL Timezone support for your ActiveRecord specs
|
141
141
|
test_files: []
|
142
|
-
has_rdoc:
|