vatsim_online 0.5 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Changelog
4
4
 
5
+ ### v. 0.5.1 - 23 September 2012
6
+
7
+ * bugfixes
8
+
5
9
  ### v. 0.5 - 23 September 2012
6
10
 
7
11
  * New option `:exclude => "ICAO"` allowing further request customization by
data/README.md CHANGED
@@ -292,6 +292,10 @@ current algorithm does not evaluate enroute flights.
292
292
 
293
293
  ## Changelog
294
294
 
295
+ ### v. 0.5.1 - 23 September 2012
296
+
297
+ * bugfixes
298
+
295
299
  ### v. 0.5 - 23 September 2012
296
300
 
297
301
  * New option `:exclude => "ICAO"` allowing further request customization by
@@ -38,7 +38,7 @@ module VatsimTools
38
38
  @qnh_in = station[39]
39
39
  @qnh_mb = station[40]
40
40
  @flight_type = station[21]
41
- @online_since = utc_logon_time
41
+ @online_since = utc_logon_time if @logon
42
42
  @gcmap_width = args[:gcmap_width].to_i if args && args[:gcmap_width]
43
43
  @gcmap_height = args[:gcmap_height].to_i if args && args[:gcmap_height]
44
44
  @gcmap = gcmap_generator
@@ -1,3 +1,3 @@
1
1
  module VatsimOnline
2
- VERSION = "0.5"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vatsim_online
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.5'
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: