slurper 0.4.3 → 1.0.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.
- data/README.rdoc +1 -0
- metadata +38 -25
data/README.rdoc
CHANGED
|
@@ -99,5 +99,6 @@ Or even
|
|
|
99
99
|
|
|
100
100
|
Note: the story source file is whitespace-sensitive. Be sure the value for each key phrase is indented with two spaces beneath each key phrase. Also, start each story with a double-equals on its own line.
|
|
101
101
|
|
|
102
|
+
Your best bet is to leverage slurper.vim and benefit from its auto-indenting goodness.
|
|
102
103
|
|
|
103
104
|
Credit - Wes Gibbs (http://wgibbs.github.com) thought of and wrote slurper as a ruby script. It was later packaged and released as a gem by his fellow Rocketeers after using it and finding it extremely handy.
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slurper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 23
|
|
4
5
|
prerelease: false
|
|
5
6
|
segments:
|
|
7
|
+
- 1
|
|
6
8
|
- 0
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
version: 0.4.3
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.0.0
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Wes Gibbs
|
|
@@ -17,39 +18,43 @@ autorequire:
|
|
|
17
18
|
bindir: bin
|
|
18
19
|
cert_chain: []
|
|
19
20
|
|
|
20
|
-
date: 2010-
|
|
21
|
+
date: 2010-08-31 00:00:00 -04:00
|
|
21
22
|
default_executable: slurp
|
|
22
23
|
dependencies:
|
|
23
24
|
- !ruby/object:Gem::Dependency
|
|
24
|
-
|
|
25
|
+
type: :runtime
|
|
25
26
|
prerelease: false
|
|
26
|
-
|
|
27
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
28
|
+
none: false
|
|
27
29
|
requirements:
|
|
28
|
-
- - "
|
|
30
|
+
- - "="
|
|
29
31
|
- !ruby/object:Gem::Version
|
|
32
|
+
hash: 7
|
|
30
33
|
segments:
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
version:
|
|
35
|
-
type: :development
|
|
36
|
-
version_requirements: *id001
|
|
37
|
-
- !ruby/object:Gem::Dependency
|
|
34
|
+
- 3
|
|
35
|
+
- 0
|
|
36
|
+
- 0
|
|
37
|
+
version: 3.0.0
|
|
38
38
|
name: activeresource
|
|
39
|
+
requirement: *id001
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
type: :development
|
|
39
42
|
prerelease: false
|
|
40
|
-
|
|
43
|
+
version_requirements: &id002 !ruby/object:Gem::Requirement
|
|
44
|
+
none: false
|
|
41
45
|
requirements:
|
|
42
|
-
- - "
|
|
46
|
+
- - "="
|
|
43
47
|
- !ruby/object:Gem::Version
|
|
48
|
+
hash: 27
|
|
44
49
|
segments:
|
|
45
|
-
-
|
|
50
|
+
- 1
|
|
46
51
|
- 3
|
|
47
|
-
-
|
|
48
|
-
version:
|
|
49
|
-
|
|
50
|
-
|
|
52
|
+
- 0
|
|
53
|
+
version: 1.3.0
|
|
54
|
+
name: rspec
|
|
55
|
+
requirement: *id002
|
|
51
56
|
description: "\n Slurps stories from the given file (stories.slurper by default) and creates\n Pivotal Tracker stories from them. Useful during story carding sessions\n when you want to capture a number of stories quickly without clicking\n your way through the Tracker UI.\n "
|
|
52
|
-
email:
|
|
57
|
+
email: dev@hashrocket.com
|
|
53
58
|
executables:
|
|
54
59
|
- slurp
|
|
55
60
|
extensions: []
|
|
@@ -61,6 +66,8 @@ files:
|
|
|
61
66
|
- lib/slurper.rb
|
|
62
67
|
- lib/story.rb
|
|
63
68
|
- README.rdoc
|
|
69
|
+
- spec/slurper_spec.rb
|
|
70
|
+
- spec/story_spec.rb
|
|
64
71
|
has_rdoc: true
|
|
65
72
|
homepage: http://github.com/hashrocket/slurper
|
|
66
73
|
licenses: []
|
|
@@ -71,23 +78,29 @@ rdoc_options:
|
|
|
71
78
|
require_paths:
|
|
72
79
|
- lib
|
|
73
80
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
|
+
none: false
|
|
74
82
|
requirements:
|
|
75
83
|
- - ">="
|
|
76
84
|
- !ruby/object:Gem::Version
|
|
85
|
+
hash: 3
|
|
77
86
|
segments:
|
|
78
87
|
- 0
|
|
79
88
|
version: "0"
|
|
80
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
|
+
none: false
|
|
81
91
|
requirements:
|
|
82
92
|
- - ">="
|
|
83
93
|
- !ruby/object:Gem::Version
|
|
94
|
+
hash: 23
|
|
84
95
|
segments:
|
|
85
|
-
-
|
|
86
|
-
|
|
96
|
+
- 1
|
|
97
|
+
- 3
|
|
98
|
+
- 6
|
|
99
|
+
version: 1.3.6
|
|
87
100
|
requirements: []
|
|
88
101
|
|
|
89
102
|
rubyforge_project:
|
|
90
|
-
rubygems_version: 1.3.
|
|
103
|
+
rubygems_version: 1.3.7
|
|
91
104
|
signing_key:
|
|
92
105
|
specification_version: 3
|
|
93
106
|
summary: takes a formatted story file and puts it on Pivotal Tracker
|