markerclustererplus-rails 2.0.15.1 → 2.0.15.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OWVkYTc3MDg1ZTU4ZTE1ZWE2YWM4MjgyMzYxNTc2ZWYxY2U1YzM2Yg==
5
+ data.tar.gz: !binary |-
6
+ ZDA5ZjM4MTYyMmM3NzI5YTdiYjFjMDg2YTQ3OTgzNDFjZTgyM2JmOA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MzRjZjAxYzg0NTc5MjBlNmYzODI3ZTdlY2NmMzkyODM0ZGM3NjRlZDc4MWQ4
10
+ MjYxYTJjNzdkM2Y4NWNmYzk4OGViZGNmZTBjODBlZTc4YmU3OWFhYzNmN2Y5
11
+ Yzg2MmE1ODQwZWQyNmU3NDMxMTNkZjA3YzRhZTcxMzU1OTVjZTE=
12
+ data.tar.gz: !binary |-
13
+ NDU3YTU3YmRlNmI4YjU3ZWI4ODg1NjcwNmU5ZTMzZTYzYjJjZGMyNmE2NzAy
14
+ MDVhMzk3NTZmMzliYjdiNDZkNjE5YTI1OGI3ZDBmYzliMGI5YjJmMWZmNjg5
15
+ MmI2Yzg5ZTBkMmY3OGI0NTdmMTNmNjY0NzUwYmIxMjBlMzJkNzM=
data/README.md CHANGED
@@ -19,6 +19,8 @@ You can include it by adding the following to your javascript file:
19
19
 
20
20
  //= require markerclusterer
21
21
 
22
+ The gem is Rails 4 compatible from version 2.0.15.2 and up.
23
+
22
24
  ## Limitations
23
25
 
24
26
  Note that to include the MarkerClustererPlus icons in the asset pipeline we override the original configuration for setting the icon properties. This means that changing the following properties will not have any effect when using this gem:
@@ -1,5 +1,5 @@
1
1
  module Markerclustererplus
2
2
  module Rails
3
- VERSION = "2.0.15.1"
3
+ VERSION = "2.0.15.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markerclustererplus-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.15.1
5
- prerelease:
4
+ version: 2.0.15.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - RogerE
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-10-19 00:00:00.000000000 Z
11
+ date: 2013-08-30 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: This gem provides the MarkerClustererPlus assets for your Rails application.
15
14
  email:
@@ -22,37 +21,36 @@ files:
22
21
  - Gemfile
23
22
  - README.md
24
23
  - Rakefile
24
+ - app/assets/images/markerclusterer/m1.png
25
+ - app/assets/images/markerclusterer/m2.png
26
+ - app/assets/images/markerclusterer/m3.png
27
+ - app/assets/images/markerclusterer/m4.png
28
+ - app/assets/images/markerclusterer/m5.png
29
+ - app/assets/javascripts/markerclusterer.js.erb
25
30
  - lib/markerclustererplus-rails.rb
26
31
  - lib/markerclustererplus-rails/version.rb
27
32
  - markerclustererplus-rails.gemspec
28
- - vendor/assets/images/markerclusterer/m1.png
29
- - vendor/assets/images/markerclusterer/m2.png
30
- - vendor/assets/images/markerclusterer/m3.png
31
- - vendor/assets/images/markerclusterer/m4.png
32
- - vendor/assets/images/markerclusterer/m5.png
33
- - vendor/assets/javascripts/markerclusterer.js.erb
34
33
  homepage: https://github.com/RogerE/markerclustererplus-rails
35
34
  licenses: []
35
+ metadata: {}
36
36
  post_install_message:
37
37
  rdoc_options: []
38
38
  require_paths:
39
39
  - lib
40
40
  required_ruby_version: !ruby/object:Gem::Requirement
41
- none: false
42
41
  requirements:
43
42
  - - ! '>='
44
43
  - !ruby/object:Gem::Version
45
44
  version: '0'
46
45
  required_rubygems_version: !ruby/object:Gem::Requirement
47
- none: false
48
46
  requirements:
49
47
  - - ! '>='
50
48
  - !ruby/object:Gem::Version
51
49
  version: '0'
52
50
  requirements: []
53
51
  rubyforge_project: markerclustererplus-rails
54
- rubygems_version: 1.8.24
52
+ rubygems_version: 2.0.6
55
53
  signing_key:
56
- specification_version: 3
54
+ specification_version: 4
57
55
  summary: Use MarkerClustererPlus with Rails Asset Pipeline
58
56
  test_files: []