nofxx-pickler 0.1.2 → 0.1.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 (3) hide show
  1. data/lib/pickler/runner.rb +4 -1
  2. data/pickler.gemspec +1 -1
  3. metadata +1 -1
@@ -508,7 +508,10 @@ Show only stories assigned to yourself. Note: You must set 'username'
508
508
  on ~/.tracker.yml.
509
509
  EOF
510
510
  process do
511
- Pickler.run(["search", "--mywork=#{pickler.config['username']}"])
511
+ unless username = pickler.config['username']
512
+ raise Error, "echo username: <your-initials> ~/.tracker.yml"
513
+ end
514
+ Pickler.run(["search", "--mywork=#{username}"])
512
515
  end
513
516
  end
514
517
 
data/pickler.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "pickler"
3
- s.version = "0.1.2"
3
+ s.version = "0.1.3"
4
4
 
5
5
  s.summary = "PIvotal traCKer Liaison to cucumbER"
6
6
  s.description = "Synchronize between Cucumber and Pivotal Tracker"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nofxx-pickler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Pope