pivotal-slacker 1.8.3 → 1.9.0

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 (2) hide show
  1. data/bin/pivotal-slacker +1 -1
  2. metadata +2 -2
data/bin/pivotal-slacker CHANGED
@@ -129,7 +129,7 @@ def define_commands
129
129
  c.example "List your open stories", "pivotal-slacker mine"
130
130
  c.option "--menu", "Print an easily-navigable menu for stories. Only useful for `shell` mode"
131
131
  c.action do |args, options|
132
- states = %w{unstarted started finished rejected}
132
+ states = %w{unscheduled unstarted started finished rejected}
133
133
  owned_by = $config.user
134
134
 
135
135
  output_story_list :project => $project, :states => states, :owned_by => owned_by, :menu => options.menu
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-slacker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.3
4
+ version: 1.9.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-08 00:00:00.000000000 Z
12
+ date: 2013-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pivotal-tracker