pretty_weather 0.1.3 → 0.1.4

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: a54343ab366b6f57c81262080c4cbf82f821fdde
4
- data.tar.gz: e724868f95440475cf00528fe77059e2ce867706
3
+ metadata.gz: 87c7f18071045d6985ba310b1f98a4ab241c7fd7
4
+ data.tar.gz: 83ac597ebed14444f0cda4b36b2eb591b20bf96f
5
5
  SHA512:
6
- metadata.gz: 673c51442b58c766da321701f1a1b52bf1661ee1dacc099373cd1717dcbb46eaeeeb8301441d59b9fea69048c581124600d0ef962c5b9d70ac4b56805e445017
7
- data.tar.gz: 189943fa09b5aa614bc826139d1f3dc7b88f86d34aba62e79f988e57f3b743bd8167ec2ef5974c587144a944f8ca02aac5c227774526cb0055599883ced7009c
6
+ metadata.gz: 06b4b134e3ce6752694732564b0cf95be1b564b76a0b8fc8e9706751ed0aad1528622c3158172f0b9168d157e97256c2051e377476c1f127d3ddebfdc652f2a9
7
+ data.tar.gz: f12d7d61328b5a90fc235e2215a5e21c693bf6e7a2efa984f79bec4f44cd72db2a27de1f2a94af2d5b5a81add17656200d5b2fe8042e7efa3a2bba261143a8b7
@@ -1,3 +1,3 @@
1
1
  module PrettyWeather
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -74,7 +74,7 @@ module PrettyWeather
74
74
  when 'day_cloud'
75
75
  '<i class="wi wi-day-cloudy"></i>'
76
76
  when 'night_cloud'
77
- '<i class="wi wi-night-alt-cloudy"></i>'
77
+ '<i class="wi wi-night-cloudy"></i>'
78
78
  when 'foggy'
79
79
  '<i class="wi wi-dust"></i>'
80
80
  when 'day_rain'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pretty_weather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - NikitaSmall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-18 00:00:00.000000000 Z
11
+ date: 2015-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails