open_places 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/mime_types.rb +1 -1
- data/lib/open_places/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbebad560b15e873b6c3d372093c029674815b75
|
4
|
+
data.tar.gz: a0fce46a7ed62944e0293e6dcb5c54a03498b447
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49348b4d505f7ab91bbdc8b62335fe288b7b420a56e3298dce3fba4898200956b33277204ce84c035c78688e696344a54bf1b211c02c6525b2667e54f95c3e1f
|
7
|
+
data.tar.gz: 2410e34d18c676298390ac7ae6bbcf77bba88714a8bc3b655f07925a1f416f4ae9ca008d1d6ed81f95cc4106eb497511487d8657cb831df13d541bf79b03f720
|
@@ -1 +1 @@
|
|
1
|
-
Mime::Type.register "application/
|
1
|
+
Mime::Type.register "application/geojson", :geojson, %w( text/x-json application/jsonrequest )
|
data/lib/open_places/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: open_places
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ty Rauber
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|