pt 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Changelog.md +2 -2
  2. data/lib/pt.rb +1 -1
  3. data/lib/pt/ui.rb +1 -1
  4. metadata +1 -1
@@ -1,8 +1,8 @@
1
1
  # pt changelog
2
2
 
3
- ## v0.6.2
3
+ ## v0.6.3 & v0.6.4
4
4
 
5
- Added the abilityto see started by username ( good idea marcolz )
5
+ Added the ability to see started by username ( good idea marcolz )
6
6
 
7
7
  ## v0.6.2
8
8
 
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.6.3'
5
+ VERSION = '0.6.4'
6
6
  end
7
7
 
8
8
  require 'pt/client'
@@ -34,11 +34,11 @@ class PT::UI
34
34
  end
35
35
 
36
36
  def started
37
+ # find by a single user
37
38
  if @params[0]
38
39
  user = find_owner @params[0]
39
40
  if user
40
41
  stories = @project.stories.all(:current_state => 'started', :owned_by => user)
41
- stories = @client.get_my_work(@project, user)
42
42
  PT::TasksTable.new(stories).print @global_config
43
43
  end
44
44
  else
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.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: