slurper 0.2.2 → 0.2.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 (4) hide show
  1. data/README.rdoc +5 -0
  2. data/lib/story.rb +1 -1
  3. data/spec/story_spec.rb +0 -7
  4. metadata +2 -2
data/README.rdoc CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Slurper allows you to quickly compose your stories in a text file and import them into Pivotal Tracker.
4
4
 
5
+ Works great with slurper.vim! (http://github.com/alowe/vim-slurper)
6
+
5
7
  == Note on Patches/Pull Requests
6
8
 
7
9
  * Fork the project.
@@ -55,3 +57,6 @@ Create a stories.slurper file and compose your stories in the slurper story form
55
57
  ==
56
58
 
57
59
  Note: stories must have == before and after each story.
60
+
61
+
62
+ 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.
data/lib/story.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'activeresource'
1
+ require 'active_resource'
2
2
 
3
3
  class Story < ActiveResource::Base
4
4
 
data/spec/story_spec.rb CHANGED
@@ -53,13 +53,6 @@ describe Story do
53
53
  @story.name.should == "Profit"
54
54
  end
55
55
 
56
- it "should use the default value for the description" do
57
- @story.description.should == "In order to \nAs a \nI want \n\nAcceptance:\n* "
58
- end
59
-
60
- it "should use the default value for the labels" do
61
- @story.labels.should == "slurper"
62
- end
63
56
  end
64
57
 
65
58
  context "given empty attributes" do
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.2
4
+ version: 0.2.3
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-24 00:00:00 -05:00
15
+ date: 2010-01-09 00:00:00 -05:00
16
16
  default_executable: slurp
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency