diff -Nru ruby-leaflet-rails-1.3.1+dfsg/debian/changelog ruby-leaflet-rails-1.6.0+dfsg/debian/changelog --- ruby-leaflet-rails-1.3.1+dfsg/debian/changelog 2020-08-26 09:49:01.000000000 +0000 +++ ruby-leaflet-rails-1.6.0+dfsg/debian/changelog 2020-09-12 22:13:17.000000000 +0000 @@ -1,3 +1,16 @@ +ruby-leaflet-rails (1.6.0+dfsg-1) unstable; urgency=medium + + * Team upload + + [ Cédric Boutillier ] + * [ci skip] Update team name + * [ci skip] Add .gitattributes to keep unwanted files out of the source package + + [ Utkarsh Gupta ] + * New upstream version 1.6.0+dfsg + + -- Utkarsh Gupta Sun, 13 Sep 2020 03:43:17 +0530 + ruby-leaflet-rails (1.3.1+dfsg-3) unstable; urgency=medium * Team Upload diff -Nru ruby-leaflet-rails-1.3.1+dfsg/debian/control ruby-leaflet-rails-1.6.0+dfsg/debian/control --- ruby-leaflet-rails-1.3.1+dfsg/debian/control 2020-08-26 09:49:01.000000000 +0000 +++ ruby-leaflet-rails-1.6.0+dfsg/debian/control 2020-09-12 22:09:18.000000000 +0000 @@ -1,5 +1,5 @@ Source: ruby-leaflet-rails -Maintainer: Debian Ruby Extras Maintainers +Maintainer: Debian Ruby Team Uploaders: Sruthi Chandran Section: ruby Testsuite: autopkgtest-pkg-ruby diff -Nru ruby-leaflet-rails-1.3.1+dfsg/gemfiles/Gemfile.rails4 ruby-leaflet-rails-1.6.0+dfsg/gemfiles/Gemfile.rails4 --- ruby-leaflet-rails-1.3.1+dfsg/gemfiles/Gemfile.rails4 2018-07-16 08:46:25.000000000 +0000 +++ ruby-leaflet-rails-1.6.0+dfsg/gemfiles/Gemfile.rails4 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -source "http://rubygems.org" - -#ruby=1.9.3-p374 -#ruby-gemset=leaflet-rails - -# Specify your gem's dependencies in leaflet-rails.gemspec -gemspec :path => '../' - -gem "actionpack", '~> 4.2.0' -gem "activesupport", '~> 4.2.0' -gem "railties", '~> 4.2.0' \ No newline at end of file diff -Nru ruby-leaflet-rails-1.3.1+dfsg/.github/stale.yml ruby-leaflet-rails-1.6.0+dfsg/.github/stale.yml --- ruby-leaflet-rails-1.3.1+dfsg/.github/stale.yml 1970-01-01 00:00:00.000000000 +0000 +++ ruby-leaflet-rails-1.6.0+dfsg/.github/stale.yml 2020-03-21 03:41:40.000000000 +0000 @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security +# Label to use when marking an issue as stale +staleLabel: wontfix +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false diff -Nru ruby-leaflet-rails-1.3.1+dfsg/.gitignore ruby-leaflet-rails-1.6.0+dfsg/.gitignore --- ruby-leaflet-rails-1.3.1+dfsg/.gitignore 2018-07-16 08:46:25.000000000 +0000 +++ ruby-leaflet-rails-1.6.0+dfsg/.gitignore 2020-03-21 03:41:40.000000000 +0000 @@ -8,4 +8,6 @@ /log/ .idea/* .ruby-gemset -.ruby-version \ No newline at end of file +.ruby-version +.DS_Store + diff -Nru ruby-leaflet-rails-1.3.1+dfsg/lib/leaflet-rails/version.rb ruby-leaflet-rails-1.6.0+dfsg/lib/leaflet-rails/version.rb --- ruby-leaflet-rails-1.3.1+dfsg/lib/leaflet-rails/version.rb 2018-07-16 08:46:25.000000000 +0000 +++ ruby-leaflet-rails-1.6.0+dfsg/lib/leaflet-rails/version.rb 2020-03-21 03:41:40.000000000 +0000 @@ -1,5 +1,5 @@ module Leaflet module Rails - VERSION = "1.3.1" + VERSION = "1.6.0" end end diff -Nru ruby-leaflet-rails-1.3.1+dfsg/lib/leaflet-rails/view_helpers.rb ruby-leaflet-rails-1.6.0+dfsg/lib/leaflet-rails/view_helpers.rb --- ruby-leaflet-rails-1.3.1+dfsg/lib/leaflet-rails/view_helpers.rb 2018-07-16 08:46:25.000000000 +0000 +++ ruby-leaflet-rails-1.6.0+dfsg/lib/leaflet-rails/view_helpers.rb 2020-03-21 03:41:40.000000000 +0000 @@ -3,6 +3,7 @@ module ViewHelpers def map(options) + options[:tile_layer] ||= Leaflet.tile_layer options[:attribution] ||= Leaflet.attribution options[:max_zoom] ||= Leaflet.max_zoom @@ -20,12 +21,12 @@ polylines = options.delete(:polylines) geojsons = options.delete(:geojsons) fitbounds = options.delete(:fitbounds) - + subdomains = options.delete(:subdomains) output = [] output << "
" unless no_container output << "