geokit-rails 2.0.0.rc1 → 2.0.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.

Potentially problematic release.


This version of geokit-rails might be problematic. Click here for more details.

data/test/test.sqlite3 CHANGED
Binary file
data/test/test_helper.rb CHANGED
@@ -41,4 +41,4 @@ class GeokitTestCase < ActiveSupport::TestCase
41
41
  self.use_instantiated_fixtures = false
42
42
 
43
43
  fixtures :all
44
- end
44
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geokit-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Noack
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-06-19 00:00:00.000000000 Z
14
+ date: 2013-09-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -125,6 +125,20 @@ dependencies:
125
125
  - - ~>
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0.2'
128
+ - !ruby/object:Gem::Dependency
129
+ name: activerecord-mysql2spatial-adapter
130
+ requirement: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - ! '>='
133
+ - !ruby/object:Gem::Version
134
+ version: '0'
135
+ type: :development
136
+ prerelease: false
137
+ version_requirements: !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - ! '>='
140
+ - !ruby/object:Gem::Version
141
+ version: '0'
128
142
  - !ruby/object:Gem::Dependency
129
143
  name: pg
130
144
  requirement: !ruby/object:Gem::Requirement
@@ -166,6 +180,7 @@ extra_rdoc_files: []
166
180
  files:
167
181
  - lib/geokit-rails.rb
168
182
  - lib/geokit-rails/adapters/sqlite.rb
183
+ - lib/geokit-rails/adapters/mysql2spatial.rb
169
184
  - lib/geokit-rails/adapters/mysql.rb
170
185
  - lib/geokit-rails/adapters/abstract.rb
171
186
  - lib/geokit-rails/adapters/sqlserver.rb
@@ -187,8 +202,10 @@ files:
187
202
  - test/models/company.rb
188
203
  - test/models/mock_family.rb
189
204
  - test/models/mock_house.rb
205
+ - test/mysql2-debug.log
190
206
  - test/database.yml
191
207
  - test/test.sqlite3
208
+ - test/mysql-debug.log
192
209
  - test/schema.rb
193
210
  - test/tasks.rake
194
211
  - test/ip_geocode_lookup_test.disabled.rb
@@ -205,6 +222,7 @@ files:
205
222
  - test/boot.rb
206
223
  - test/test_helper.rb
207
224
  - test/acts_as_mappable_test.rb
225
+ - test/mysql2spatial-debug.log
208
226
  homepage: http://github.com/geokit/geokit-rails
209
227
  licenses: []
210
228
  metadata: {}
@@ -238,8 +256,10 @@ test_files:
238
256
  - test/models/company.rb
239
257
  - test/models/mock_family.rb
240
258
  - test/models/mock_house.rb
259
+ - test/mysql2-debug.log
241
260
  - test/database.yml
242
261
  - test/test.sqlite3
262
+ - test/mysql-debug.log
243
263
  - test/schema.rb
244
264
  - test/tasks.rake
245
265
  - test/ip_geocode_lookup_test.disabled.rb
@@ -256,3 +276,4 @@ test_files:
256
276
  - test/boot.rb
257
277
  - test/test_helper.rb
258
278
  - test/acts_as_mappable_test.rb
279
+ - test/mysql2spatial-debug.log