sprint 1.0.0 → 1.0.1

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/History.txt +4 -0
  2. data/README.rdoc +1 -1
  3. data/lib/sprint.rb +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
1
  === 1.0.0 2009-11-11
2
2
 
3
3
  * Initial release with basic execution and result capturing functionality
4
+
5
+ === 1.0.1 2009-11-11
6
+
7
+ * Fixed project home in rdoc
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = sprint
2
2
 
3
- * http://github.com/#{github_username}/#{project_name}
3
+ * http://github.com/softcraft-development/sprint
4
4
 
5
5
  == DESCRIPTION:
6
6
 
data/lib/sprint.rb CHANGED
@@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Sprint
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
  class Status
7
7
  def initialize( output, status )
8
8
  @output = output
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig Walker