mysql_point 1.0.3 → 1.0.4

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: 3a3feb5912b6bd2ac2b9131dccdf10d944009795
4
- data.tar.gz: 50f4a89ab5cb1662d18a212ee317b751956d4664
3
+ metadata.gz: cc47f1745bfbd48eff4046fbabc2991c3b480860
4
+ data.tar.gz: a4b2250f090cf58530f6ab85a4b7dcb8c71d7ab5
5
5
  SHA512:
6
- metadata.gz: 226b0acc1df0b95d9cee1673d4e4a7bf144e57763c3aac8a6fe625b2b420d637c48e535ad703d56b0ea5bc1bd5c753488bf0795f94d7f51edb1467621a5172a6
7
- data.tar.gz: f0812dcc540137cb511a145813a9064d1712c36f3b3c664be9276b79790f0db558f34361e61fafa82ca572236f5d04de295e37e7dee5be5514ea3a2599516a10
6
+ metadata.gz: a4be5d3eb1a92ff94204f852b454b72b3222c6e97953e3fc23576b65c090053e7ddd614057d0275b3af057e6041d57a3716c25c270c9e30e86f0ce10c9579184
7
+ data.tar.gz: b72c047ef482d64e9ccb03d062ce7cd3c0d2de5287e5ede4517f387b842856456ea65a127df8edb3744c90333244e43f77d7e03ffa1b17d79b173c1173cea37a
@@ -1,7 +1,7 @@
1
1
  require_relative 'type'
2
2
 
3
3
  module MySQLPoint::TypeMap
4
- private def initialize_type_map(m)
4
+ private def initialize_type_map(m = type_map)
5
5
  super.tap do
6
6
  m.register_type(/^point/, MySQLPoint::Type.new)
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module MySQLPoint
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql_point
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lance Ivy