angular-leaflet-rails-too 0.1.0.8 → 0.1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97d4db523a35ca14da1cc725b939c448781c88d4
|
|
4
|
+
data.tar.gz: c46e349b6d23c53e85bcf8b631e4ab855ea6fbfb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a22dd4f2564260187b5521797e4c524e737aa9be784c4830e76de2431f1d40844d6a736a18fdc63b653fba9e6e46b0215c552b70d9ed15b3211ca9ee1e3ac877
|
|
7
|
+
data.tar.gz: 1af6845bdcb3e15401479f9336bff6fcb208e96218a818e54c883ef743a5bfef9c4114bee1da71c4a704cb222a6cdf01dd97c6e217d71adccf13af76a853c43f
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# angular-leaflet-rails
|
|
1
|
+
# angular-leaflet-rails-too
|
|
2
2
|
|
|
3
3
|
[angular-leaflet-directive](https://github.com/tombatossals/angular-leaflet-directive) packaged for Rails assets pipeline.
|
|
4
4
|
|
|
5
5
|
## Version
|
|
6
6
|
|
|
7
|
-
Gem: 0.1.0.
|
|
7
|
+
Gem: 0.1.0.9
|
|
8
8
|
|
|
9
9
|
angular-leaflet-directive: 0.10.0
|
|
10
10
|
requires:
|
|
@@ -16,7 +16,7 @@ requires:
|
|
|
16
16
|
Add the following to your gemfile:
|
|
17
17
|
|
|
18
18
|
```ruby
|
|
19
|
-
gem "angular-leaflet-rails"
|
|
19
|
+
gem "angular-leaflet-rails-too"
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
Add the following directive to your Javascript manifest file (application.js):
|
|
@@ -31,13 +31,3 @@ Add the following directive to your CSS manifest file (application.css):
|
|
|
31
31
|
*= require angular-leaflet
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## Contributing
|
|
38
|
-
|
|
39
|
-
1. Fork it
|
|
40
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
41
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
42
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
|
43
|
-
5. Create new Pull Request
|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = AngularLeaflet::Rails::VERSION
|
|
9
9
|
spec.authors = ["Felix Sperling"]
|
|
10
10
|
spec.email = ["f.sperling@gmx.de"]
|
|
11
|
-
spec.description = %q{angular-leaflet-directive packaged for Rails assets pipeline}
|
|
11
|
+
spec.description = %q{angular-leaflet-directive packaged for Rails assets pipeline. Forked as the original seems to be abandoned. Comes with angular-leaflet-directive version: 0.10.0}
|
|
12
12
|
spec.summary = %q{angular-leaflet-directive packaged for Rails assets pipeline. Forked as the original seems to be abandoned. Comes with angular-leaflet-directive version: 0.10.0}
|
|
13
13
|
spec.homepage = "https://github.com/fsperling/angular-leaflet-rails"
|
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: angular-leaflet-rails-too
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.
|
|
4
|
+
version: 0.1.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Sperling
|
|
@@ -66,7 +66,9 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description: angular-leaflet-directive packaged for Rails assets pipeline
|
|
69
|
+
description: 'angular-leaflet-directive packaged for Rails assets pipeline. Forked
|
|
70
|
+
as the original seems to be abandoned. Comes with angular-leaflet-directive version:
|
|
71
|
+
0.10.0'
|
|
70
72
|
email:
|
|
71
73
|
- f.sperling@gmx.de
|
|
72
74
|
executables: []
|
|
@@ -78,7 +80,7 @@ files:
|
|
|
78
80
|
- LICENSE.txt
|
|
79
81
|
- README.md
|
|
80
82
|
- Rakefile
|
|
81
|
-
- angular-leaflet-rails.gemspec
|
|
83
|
+
- angular-leaflet-rails-too.gemspec
|
|
82
84
|
- lib/angular-leaflet-rails.rb
|
|
83
85
|
- lib/angular-leaflet-rails/version.rb
|
|
84
86
|
- vendor/assets/javascripts/angular-leaflet-directive.js
|