concerto_weather 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10c40bb7e40fa2fc179dab82df3b36f83365717e
4
- data.tar.gz: 7326bf38ac1f94df8a428bbcd2997045977d410f
3
+ metadata.gz: 79431930fa3114faccfca8e4ee92a85b54f19972
4
+ data.tar.gz: 07f15f86a67223d6e9d1d1c5aa19c19ebe4ff425
5
5
  SHA512:
6
- metadata.gz: b52fa49418fb603220faa56d17844c78f4ece5b5d0a721e30a2acc95d4fb02118190b81f7a6610d21373454315e2807a5ad0a21cb9255ad719c14c8f544f253d
7
- data.tar.gz: 89f0665fd09fc2a7066f7b352f75845f4821673df1e927e007fb20591363f2663223a56a26436dc869771d1a7e1aac870fb8c1965fa25f7ca2e8c03129dc7350
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=\"ficon-spinner icon-spin\"></i> searching...');
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,3 +1,3 @@
1
1
  <div class="grid-item with-shadow">
2
- <i class="icon-umbrella icon-4x"></i>
2
+ <i class="fa fa-umbrella fa-4x"></i>
3
3
  </div>
@@ -1 +1 @@
1
- <i class="icon-umbrella"></i>
1
+ <i class="fa fa-umbrella"></i>
@@ -1,3 +1,3 @@
1
1
  module ConcertoWeather
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
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.9
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-06-11 00:00:00.000000000 Z
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.2.2
76
+ rubygems_version: 2.4.5
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: Weather plugin for Concerto 2.