slurper 0.2.1 → 0.2.2
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.
- data/README.rdoc +0 -3
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -24,10 +24,7 @@ Create a story_defaults.yml file in your working directory for project stories.
|
|
|
24
24
|
|
|
25
25
|
project_id: 1234
|
|
26
26
|
token: 123abc123abc123abc
|
|
27
|
-
name: Untitled
|
|
28
|
-
description: "In order to \nAs a \nI want \n\nAcceptance:\n* "
|
|
29
27
|
requested_by: Jane Stakeholder
|
|
30
|
-
labels: slurper
|
|
31
28
|
|
|
32
29
|
The project_id tells tracker which project to add your stories to. It can be found on the project settings or the url for the project.
|
|
33
30
|
|
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.2.
|
|
4
|
+
version: 0.2.2
|
|
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-24 00:00:00 -05:00
|
|
16
16
|
default_executable: slurp
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|