slurper 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -3
- data/bin/slurp +1 -1
- 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
|
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.
|
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.
|
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
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.
|
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-
|
15
|
+
date: 2009-12-18 00:00:00 -05:00
|
16
16
|
default_executable: slurp
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|