geeklets 0.0.4 → 0.0.5
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.
- data/VERSION +1 -1
- data/lib/VRE_Alerts/vre_alerts.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
@@ -80,7 +80,7 @@ class VRE_Alerts
|
|
80
80
|
puts " No delays" and return if trains.empty?
|
81
81
|
trains.each do |train|
|
82
82
|
puts " #{train[:line].to_s.capitalize} line #{train[:train]}"
|
83
|
-
Utility.wrap_text(train[:description], width, 3, :all)
|
83
|
+
puts Utility.wrap_text(train[:description], width, 3, :all)
|
84
84
|
end
|
85
85
|
end
|
86
86
|
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 5
|
9
|
+
version: 0.0.5
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- John F. Schank III
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-07 00:00:00 -04:00
|
18
18
|
default_executable: geeklets
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|