scrivito_google_maps_widget 0.1.2 → 0.1.3

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: d50c03c4cddbe563c1bef75adb1acd818351844a
4
- data.tar.gz: 95f17a52f741dd45179016044a119820468a873a
3
+ metadata.gz: b160b761b8f4b7dd89fe58123894bf994157bddc
4
+ data.tar.gz: a8feae3414addebac9870e78dcc6b80d1de6ea3a
5
5
  SHA512:
6
- metadata.gz: f15071db4e3bf6db675b4023aafd3f074e52d2e3064f7dc2da7de6ba8307da0744b726957fb2d1a1f316135bb6b85e09715c29c1ed18d1203fd573ac5415c364
7
- data.tar.gz: ea2d7fe593075ce0330e6429cb06cfa029d8e2e26441feb7d14de92e9756e58ddfc5a7675c8487e02678f5dcad40d18cfa6ef6a040bb6738f1381ba165493f50
6
+ metadata.gz: 0ca4f39fcb787882c8fd3a4b77bc5d369cb7053ecda74953deb6b64f5ce14f3a14b1a57cc62a6a73adef06b698424ebc265cf71df1f7cc92af7da9d2245dcbb3
7
+ data.tar.gz: 71cb718b2ff3ef5cf2393c3c4a6e1d5b2e9d1238451a2078ebf1a3a2b0b258764454c4029a32a92278705c9f786b1ba8572b4d7f659cee6114ec37e9e9280565
data/README.md CHANGED
@@ -16,6 +16,7 @@ Add this line to your application's `Gemfile`:
16
16
  gem 'scrivito_google_maps_widget'
17
17
 
18
18
  Include the Google Maps Places JavaScript library in your application layout:
19
+ Do not forget to add this load this line in your scrivito_dialog view.
19
20
 
20
21
  javascript_include_tag('//maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places')
21
22
 
@@ -1,13 +1,3 @@
1
- <div class="editing-dialog-thumbnail">
2
- <div class="visualization">
3
- <span class="icon editing-icon-map"></span>
4
- </div>
5
-
6
- <div class="title">
7
- Google Maps
8
- </div>
9
-
10
- <div class="description">
11
- Integrates a map that displays a pin for a given address.
12
- </div>
13
- </div>
1
+ <%= scrivito_thumbnail 'Google Maps', image_tag("widget_preview_map.png") do %>
2
+ Integrates a map that displays a pin for a given address.
3
+ <% end %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoGoogleMapsWidget
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_google_maps_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-10 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -62,6 +62,7 @@ files:
62
62
  - LICENSE
63
63
  - README.md
64
64
  - Rakefile
65
+ - app/assets/images/widget_preview_map.png
65
66
  - app/assets/javascripts/google_maps_widget/application.js.coffee
66
67
  - app/assets/javascripts/google_maps_widget/editing.js.coffee
67
68
  - app/assets/stylesheets/google_maps_widget/application.css
@@ -93,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
94
  version: '0'
94
95
  requirements: []
95
96
  rubyforge_project:
96
- rubygems_version: 2.3.0
97
+ rubygems_version: 2.2.2
97
98
  signing_key:
98
99
  specification_version: 4
99
100
  summary: Scrivito Google Maps Widget.