activerecord-spatial 0.2.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZjAzZDUyMTZiZmRkY2YxNTE2YjQ0NTk4M2NmYTdjZTUxNDljY2MzMQ==
5
- data.tar.gz: !binary |-
6
- ZTc1ZmM5N2Q2ZDdkNTk5NmQzODBiN2JlZmExM2IzMzBjMmIwMjA4Yw==
2
+ SHA1:
3
+ metadata.gz: bc9560eb51306e528c6d7f7d1b7bd0a7fd00a000
4
+ data.tar.gz: 05373a7453c4905152bf5339637c006e1ffd3daa
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YzkxMGI3OWU3OGMxZjI1ZDA4MDQ1Zjg5ZjdjYjNlNzhmOGY0ODE5OGFmMjdh
10
- MjEwMWEyNDcwZDBkYzAxMDIxZDgzMDBjYjgyMzBjYzljYzliMWI1NzlkYTMy
11
- OWFhOGZiNzNkNmRjYTc2NTBjMjE0YjUwODA2OGFkNjJkNTg3ODE=
12
- data.tar.gz: !binary |-
13
- ZTY0OGIwZGE1YTk4NmE0MzhkYjE2ZGU2YWM3YjZmZjM0ZGUzYWJiNTExNGYy
14
- OWFjN2EzYzU0NWI0NWY5YjUyNTc5MTIzMzJhMGY0NWE0NTUyMDkyOTZjMzM0
15
- ZGY1NjI4MjFlMjNjZDdhNGQxMWE1YTQ3MjY0NDQ0ODZiNWJmY2M=
6
+ metadata.gz: 260336e396ba1fa10395776c62488dfe2cd7cfd33759f50da33f6afe432408bac7f53d6a5ec47937acd2313a5a5cdebbbd408cf01f75eed15d764ca955650cda
7
+ data.tar.gz: bb4e0db0ec7799049d50720110e29040f523db651545c1139aa070f96300dae4f2c6986f672521f77a3eec8c17e7b4f661a8ad7529796d6d697b46abf40b9b08
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 2167961 Ontario Inc., Zoocasa <code@zoocasa.com>
1
+ Copyright (c) 2010-2016 J Smith <dark.panda@gmail.com>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
data/README.rdoc CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  ActiveRecord Spatial is a collection of spatially-aware extensions that help
5
5
  ActiveRecord work the spatial tables. This gem used to be integrated with our
6
- geos-extensions gem available at https://github.com/zoocasa/geos-extensions but
6
+ geos-extensions gem available at https://github.com/dark-panda/geos-extensions but
7
7
  we have separated the two and extended ActiveRecord Spatial's capabilities
8
8
  in the process.
9
9
 
@@ -110,7 +110,7 @@ See the test/database.yml file for example settings.
110
110
  We're starting to standardize on Rails 3+ for our purposes, so future versions
111
111
  this gem function on versions of Rails 3 and above. To use spatial scopes on
112
112
  previous versions of ActiveRecord, see our geos-extensions gem available at
113
- https://github.com/zoocasa/geos-extensions . We have pulled the ActiveRecord
113
+ https://github.com/dark-panda/geos-extensions . We have pulled the ActiveRecord
114
114
  extensions out of that gem and are instead packaging them here, thus allowing
115
115
  you to use the actual Geos extensions in an unfettered way. If you wish to
116
116
  use the spatial extensions with versions of Rails prior to 3, see versions of
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.authors = ["J Smith"]
11
11
  s.description = "ActiveRecord Spatial gives AR the ability to work with PostGIS columns."
12
12
  s.summary = s.description
13
- s.email = "code@zoocasa.com"
13
+ s.email = "dark.panda@gmail.com"
14
14
  s.license = "MIT"
15
15
  s.extra_rdoc_files = [
16
16
  "README.rdoc"
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.files = `git ls-files`.split($\)
19
19
  s.executables = s.files.grep(%r{^bin/}).map { |f| File.basename(f) }
20
20
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
21
- s.homepage = "https://github.com/zoocasa/activerecord-spatial"
21
+ s.homepage = "https://github.com/dark-panda/activerecord-spatial"
22
22
  s.require_paths = ["lib"]
23
23
 
24
24
  s.add_dependency("rails", [">= 3.2", "!= 4.0.0"])
@@ -1,5 +1,5 @@
1
1
 
2
2
  module ActiveRecordSpatial
3
- VERSION = '0.2.0'
3
+ VERSION = '1.0.0'.freeze
4
4
  end
5
5
 
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-spatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - J Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-04 00:00:00.000000000 Z
11
+ date: 2016-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- type: :runtime
15
- prerelease: false
16
14
  name: rails
17
- version_requirements: !ruby/object:Gem::Requirement
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '3.2'
22
- - - ! '!='
20
+ - - "!="
23
21
  - !ruby/object:Gem::Version
24
22
  version: 4.0.0
25
- requirement: !ruby/object:Gem::Requirement
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ! '>='
27
+ - - ">="
28
28
  - !ruby/object:Gem::Version
29
29
  version: '3.2'
30
- - - ! '!='
30
+ - - "!="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 4.0.0
33
33
  - !ruby/object:Gem::Dependency
34
- type: :runtime
35
- prerelease: false
36
34
  name: geos-extensions
37
- version_requirements: !ruby/object:Gem::Requirement
35
+ requirement: !ruby/object:Gem::Requirement
38
36
  requirements:
39
- - - ! '>='
37
+ - - ">="
40
38
  - !ruby/object:Gem::Version
41
39
  version: 0.3.0.dev
42
- requirement: !ruby/object:Gem::Requirement
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ! '>='
44
+ - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: 0.3.0.dev
47
47
  description: ActiveRecord Spatial gives AR the ability to work with PostGIS columns.
48
- email: code@zoocasa.com
48
+ email: dark.panda@gmail.com
49
49
  executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files:
52
52
  - README.rdoc
53
53
  files:
54
- - .gitignore
54
+ - ".gitignore"
55
55
  - Gemfile
56
56
  - Guardfile
57
57
  - MIT-LICENSE
@@ -100,7 +100,7 @@ files:
100
100
  - test/spatial_scopes_geographies_tests.rb
101
101
  - test/spatial_scopes_tests.rb
102
102
  - test/test_helper.rb
103
- homepage: https://github.com/zoocasa/activerecord-spatial
103
+ homepage: https://github.com/dark-panda/activerecord-spatial
104
104
  licenses:
105
105
  - MIT
106
106
  metadata: {}
@@ -110,17 +110,17 @@ require_paths:
110
110
  - lib
111
111
  required_ruby_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
- - - ! '>='
113
+ - - ">="
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - ! '>='
118
+ - - ">="
119
119
  - !ruby/object:Gem::Version
120
120
  version: '0'
121
121
  requirements: []
122
122
  rubyforge_project:
123
- rubygems_version: 2.1.5
123
+ rubygems_version: 2.5.1
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: ActiveRecord Spatial gives AR the ability to work with PostGIS columns.