File: control

package info (click to toggle)
ruby-geocoder 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 900 kB
  • sloc: ruby: 8,419; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,059 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: ruby-geocoder
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Rajeev R Menon <icyfire@disroot.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-geocoder
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-geocoder.git
Homepage: http://www.rubygeocoder.com

Package: ruby-geocoder
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Complete Ruby geocoding solution
 Geocoder is a complete geocoding solution for Ruby. With Rails, it adds
 geocoding (by street or IP address), reverse geocoding (finding street address
 based on given coordinates), and distance queries. It's as simple as calling
 `geocode` on your objects, and then using a scope like `Venue.near
 ("Billings, MT")`.
 .
 Designed for Rails but works well outside Rails, too.