leaflet-sidebar-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ebdc9fee6e6d12461f3f6dfb9e7ec2c58b154f76
4
+ data.tar.gz: 3b668c63ba7779f5ec09435f51b9809cc7c4f6f4
5
+ SHA512:
6
+ metadata.gz: 2702ce5f1ee1c0a916032daa2ee572b9d0e05b0520b226a9666a80ec210f2252d3415a528b2983f4cb49a178d6b92bef97a9e46630c895cbb1bc910b7a098b96
7
+ data.tar.gz: 41d1a2d8af726452aff1ac1510b82d86aeef390eb31746eacbab71d14d57cc5bae80ea072180b7d537eb474a5346f6396f5f8f0d6ff4867abdf6076d6b23df56
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Tobias Bieniek
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/LICENSE.txt ADDED
@@ -0,0 +1,13 @@
1
+ Copyright 2014 The Board of Trustees of the Leland Stanford Junior University.
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
data/README.md ADDED
@@ -0,0 +1,14 @@
1
+ leaflet-sidebar-rails
2
+ =====================
3
+
4
+ A responsive sidebar for leaflet maps http://turbo87.github.io/leaflet-sidebar/examples/
5
+
6
+ Add leaflet-sidebar-rails to your `Gemfile`.
7
+
8
+ gem 'leaflet-sidebar-rails'
9
+
10
+ Require the css and javascript in your project
11
+
12
+ *= require 'L.Control.Sidebar'
13
+
14
+ //= require L.Control.Sidebar
@@ -0,0 +1,10 @@
1
+ require "leaflet-sidebar-rails/version"
2
+
3
+ module Leaflet
4
+ module Sidebar
5
+ module Rails
6
+ class Engine < ::Rails::Engine
7
+ end
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,7 @@
1
+ module Leaflet
2
+ module Sidebar
3
+ module Rails
4
+ VERSION = "0.0.1"
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: leaflet-sidebar-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jack Reed
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-03-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A responsive sidebar for leaflet maps
14
+ email:
15
+ - phillipjreed@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE-leaflet-sidebar.txt
21
+ - LICENSE.txt
22
+ - README.md
23
+ - lib/leaflet-sidebar-rails.rb
24
+ - lib/leaflet-sidebar-rails/version.rb
25
+ homepage: https://github.com/mejackreed/leaflet-sidebar-rails
26
+ licenses: []
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.2.0
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Rails plugin for Leaflet-Sidebar plugin
48
+ test_files: []
49
+ has_rdoc: