concerto_weather 0.0.9 → 0.1.0
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: 79431930fa3114faccfca8e4ee92a85b54f19972
|
|
4
|
+
data.tar.gz: 07f15f86a67223d6e9d1d1c5aa19c19ebe4ff425
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 697bd02afee3771e015a615533c686d459a3f2e5dcc0b76a589621eba8dad6989611c85801b584cf2960c9a795eb4964b51ccefaa690371493e426d81891815c
|
|
7
|
+
data.tar.gz: dbe3d8a6edae1e9994dfdc5903655bf5db6cb1f75ac4b403621da5d069181b84e2b053956ffdeee338ff6788358878559499506e63260999754daf9fc10eb984
|
|
@@ -21,7 +21,7 @@ function attachWoeidHandlers() {
|
|
|
21
21
|
|
|
22
22
|
if (info_el.length != 0) {
|
|
23
23
|
// we found the summary box
|
|
24
|
-
$(info_el).empty().html('<i class=\"
|
|
24
|
+
$(info_el).empty().html('<i class=\"fa fa-spinner fa-spin\"></i> searching...');
|
|
25
25
|
$.ajax({
|
|
26
26
|
url: "//query.yahooapis.com/v1/public/yql?q=" + encodeURIComponent("select woeid, placeTypeName, name, admin1, admin2, country from geo.places where (text = \"" + woeid + "\" or woeid = \"" + woeid + "\") limit 5") + "&format=json",
|
|
27
27
|
dataType: 'jsonp',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<i class="
|
|
1
|
+
<i class="fa fa-umbrella"></i>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: concerto_weather
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Michalski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
version: '0'
|
|
74
74
|
requirements: []
|
|
75
75
|
rubyforge_project:
|
|
76
|
-
rubygems_version: 2.
|
|
76
|
+
rubygems_version: 2.4.5
|
|
77
77
|
signing_key:
|
|
78
78
|
specification_version: 4
|
|
79
79
|
summary: Weather plugin for Concerto 2.
|