pv 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -3,4 +3,4 @@ require 'rspec/core/rake_task'
3
3
 
4
4
  RSpec::Core::RakeTask.new(:test)
5
5
 
6
- task :default => ['test', 'install']
6
+ task :default => ['test', 'release']
@@ -21,7 +21,8 @@ module Pv
21
21
  user = and_full_name || Pv.config.name
22
22
 
23
23
  project = PivotalTracker::Project.all.select { |p| p.id == project_id }.first
24
- project.stories.all(owned_by: user)
24
+
25
+ project.stories.all(owned_by: user).reject { |s| s.current_state =~ /accepted|delivered/ }
25
26
  end
26
27
  end
27
28
  end
data/lib/pv/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pv
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: