slurper 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +5 -3
  2. data/bin/slurp +1 -1
  3. metadata +2 -2
data/README.rdoc CHANGED
@@ -14,7 +14,7 @@ Slurper allows you to quickly compose your stories in a text file and import the
14
14
 
15
15
  == Setup
16
16
 
17
- gem install hashrocket-slurper
17
+ $gem install slurper
18
18
 
19
19
  == Config
20
20
 
@@ -33,13 +33,15 @@ The project_id tells tracker which project to add your stories to. It can be fou
33
33
 
34
34
  The token can be found on your personal profile page in Pivotal Tracker.
35
35
 
36
- The name, labels and description fields provide slurper with default values for story titles and descriptoins if you don't provide them in your stories.txt file.
36
+ The name, labels and description fields provide slurper with default values for story titles and descriptoins if you don't provide them in your stories.slurper file.
37
37
 
38
38
  The requested_by field should be the name of your project stakeholder exactly as it appears in tracker.
39
39
 
40
40
  == Usage
41
41
 
42
- Create a stories.txt file and compose your stories in the slurper story format.
42
+ Create a stories.slurper file and compose your stories in the slurper story format. In your working directory use the slurp command to import your stories from the stories.slurper file into Pivotal Tracker. If you have multiple story files for a project, stories.slurper and stories2.slurperfor example you can explicitly provide which file to slurp.
43
+
44
+ $slurp stories2.slurper
43
45
 
44
46
  === Example
45
47
 
data/bin/slurp CHANGED
@@ -21,7 +21,7 @@ OptionParser.new do |opts|
21
21
  end
22
22
  end.parse!
23
23
 
24
- story_file = ARGV.empty? ? "stories.txt" : ARGV[0]
24
+ story_file = ARGV.empty? ? "stories.slurper" : ARGV[0]
25
25
 
26
26
  story_lines = Array.new
27
27
  stories = Array.new
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slurper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wes Gibbs
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2009-12-16 00:00:00 -05:00
15
+ date: 2009-12-18 00:00:00 -05:00
16
16
  default_executable: slurp
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency