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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f318adb1c03647a7fb9f5ed4072167e8ef38da3
4
- data.tar.gz: 5eee462611d13c65f2a3c25bd82281085106900c
3
+ metadata.gz: 484c7ff5cb027cb31c81f315bca14d0eacbb1cd7
4
+ data.tar.gz: 1d43706fd7fca5378708e7d1230b8de547093010
5
5
  SHA512:
6
- metadata.gz: f3603aa93c804d7bb1da63b6117e181b3ece5648d5e7bd40396ec3cee9fd687e84476d700a1bcce137df439144ed4555a16e2a11abd4af36c7f26667f488f820
7
- data.tar.gz: 7a34c256e428a2e8ff1f547267a5563fbfce3ff9e5a2138eea6fdf14575a96d051cc761ba4608b27c6c2d5d16fcd107c12e057ab3b69715dab893f82a65d85b2
6
+ metadata.gz: 7a8ac6ca3f05c1ae7f6bc03944f01ba4c3024a69b6ba656f5294adf11b80e7ea26b5353be05ece2808fae3739f3332c0fabaa3f52258c495a93b2b7d811ff4fb
7
+ data.tar.gz: b730e71c755f854dadb81d4e6367f911fe69f008278de86494844e2c186b45734ec14c7832a270b2e4f93dec841e8495bee7b30a0286b18ce7e6b1ea295ef476
@@ -1,3 +1,3 @@
1
1
  module Wanderlust
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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 = "#{Dir.pwd}/lib/wanderlust/timezones.sql"
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.0
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: