rsutphin-cf_case_check 0.0.0 → 0.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 (3) hide show
  1. data/History.txt +4 -0
  2. data/lib/case_check.rb +2 -2
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ 0.0.1 / 2008-12-14
2
+ ==================
3
+ * Fix recursion bug in CaseCheck::exit
4
+
1
5
  0.0.0 / 2008-12-14
2
6
  ==================
3
7
  * Initial release
data/lib/case_check.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module CaseCheck
3
3
  # :stopdoc:
4
- VERSION = '0.0.0'.freeze
4
+ VERSION = '0.0.1'.freeze
5
5
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
6
6
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
7
7
  # :startdoc:
@@ -50,7 +50,7 @@ module CaseCheck
50
50
  end
51
51
 
52
52
  def self.exit
53
- exit
53
+ Kernel::exit
54
54
  end
55
55
 
56
56
  end # module CaseCheck
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsutphin-cf_case_check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rhett Sutphin