sake 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 (2) hide show
  1. data/lib/sake.rb +1 -1
  2. metadata +1 -1
@@ -68,7 +68,7 @@ class Sake
68
68
  module Version
69
69
  Major = '1'
70
70
  Minor = '0'
71
- Tweak = '0'
71
+ Tweak = '1'
72
72
  String = [ Major, Minor, Tweak ].join('.')
73
73
  end
74
74
 
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: sake
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.0
6
+ version: 1.0.1
7
7
  date: 2007-06-23 00:00:00 -07:00
8
8
  summary: Sake tastes great and helps maintain system-level Rake files.
9
9
  require_paths: