pt 0.5.7 → 0.5.8

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/Changelog.md +4 -0
  2. data/lib/pt.rb +1 -1
  3. data/lib/pt/ui.rb +1 -1
  4. metadata +2 -2
data/Changelog.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # pt changelog
2
2
 
3
+ ## v0.5.8
4
+
5
+ Improved support for ruby 1.8 ( Paco Benavent )
6
+
3
7
  ## v0.5.7
4
8
 
5
9
  Fixed `pt list [username]` ( stephencelis )
data/lib/pt.rb CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  module PT
4
4
  class InputError < StandardError; end
5
- VERSION = '0.5.7'
5
+ VERSION = '0.5.8'
6
6
  end
7
7
 
8
8
  require 'pt/client'
data/lib/pt/ui.rb CHANGED
@@ -431,7 +431,7 @@ class PT::UI
431
431
  protected
432
432
 
433
433
  def commands
434
- (public_methods - Object.public_methods + [:help]).sort.map{ |c| c.to_sym}
434
+ (public_methods - Object.public_methods).map{ |c| c.to_sym}
435
435
  end
436
436
 
437
437
  # Config
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-10-09 00:00:00.000000000 Z
14
+ date: 2012-11-16 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: pivotal-tracker