ftl 0.0.2 → 0.0.3

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/ftl.gemspec +1 -1
  3. data/lib/ftl/client.rb +0 -3
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/ftl.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ftl}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Petty"]
data/lib/ftl/client.rb CHANGED
@@ -69,13 +69,10 @@ module FTL
69
69
  separator = ' |'
70
70
 
71
71
 
72
- p keys
73
72
  keys.each {|r|
74
73
  widths = [r.length + separator.length]
75
74
  widths = widths + response.collect {|pm|
76
75
  # WOW right_aws sucks. Why is everything an array. BS
77
- p pm[r]
78
- p pm
79
76
  if pm[r].nil?
80
77
  0
81
78
  else
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matt Petty