stephenchu-minglr 0.1.0.0 → 0.1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/minglr.gemspec +2 -2
  2. metadata +1 -1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "minglr"
3
- s.version = "0.1.0.0"
3
+ s.version = "0.1.0.1"
4
4
  s.date = "2009-01-20"
5
5
  s.summary = "Consists of Rake task helpers and a command line utility to help transitioning story cards on Mingle through the Mingle API. Plugs right into your routine \"test > code > check-in > move card\" build process."
6
6
  s.email = "github@stephenchu.com"
@@ -8,4 +8,4 @@ Gem::Specification.new do |s|
8
8
  s.description = "Do you forget to update a story card on Mingle when the card has moved into developers' hands? How about forgetting to update the story card to kick-off its sign off process when story is completed? If we let these sloppiness happen too often, communication flow will be hindered, and the time it takes to provide business value through story completions will be lengthened. Fortunately, Minglr can help."
9
9
  s.authors = ["Stephen Chu", "Chris O'Meara"]
10
10
  s.files = ["bin/mtx", "History.txt", "lib/minglr/card.rb", "lib/minglr/input_cache.rb", "lib/minglr/mingle_resource.rb", "lib/minglr/minglr_options_parser.rb", "lib/minglr/transition_execution.rb", "lib/minglr.rb", "Manifest.txt", "minglr.gemspec", "PostInstall.txt", "Rakefile", "README.rdoc", "tasks/commit.sample.rake", "tasks/svn.sample.rake"]
11
- end
11
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stephenchu-minglr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.0
4
+ version: 0.1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Chu