wanderlust 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  LOCK TABLES mysql.time_zone WRITE;
2
2
 
3
- INSERT INTO mysql.time_zone (`Time_zone_id`, `Use_leap_seconds`)
3
+ INSERT INTO mysql.time_zone (`Time_zone_id`, `Use_leap_seconds`)
4
4
  VALUES
5
5
  (1,'N'),
6
6
  (2,'N'),
@@ -1,3 +1,3 @@
1
1
  module Wanderlust
2
- VERSION = "0.1.1"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wanderlust
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaker Islam
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-20 00:00:00.000000000 Z
11
+ date: 2015-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -111,7 +111,8 @@ files:
111
111
  - bin/console
112
112
  - bin/setup
113
113
  - lib/wanderlust.rb
114
- - lib/wanderlust/timezones.sql
114
+ - lib/wanderlust/delete_timezones.sql
115
+ - lib/wanderlust/import_timezones.sql
115
116
  - lib/wanderlust/version.rb
116
117
  - wanderlust.gemspec
117
118
  homepage: https://github.com/shaqq/wanderlust
@@ -134,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
135
  version: '0'
135
136
  requirements: []
136
137
  rubyforge_project:
137
- rubygems_version: 2.4.6
138
+ rubygems_version: 2.4.8
138
139
  signing_key:
139
140
  specification_version: 4
140
141
  summary: MySQL Timezone support for your ActiveRecord specs