completecrap 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.0.1 / 2009-11-07
2
+
3
+ * Changed module name from Completecrap to CompleteCrap
4
+
1
5
  === 1.0.0 / 2009-11-07
2
6
 
3
7
  * 1 major enhancement
data/lib/completecrap.rb CHANGED
@@ -1,3 +1,3 @@
1
- class Completecrap
2
- VERSION = '1.0.0'
1
+ class CompleteCrap
2
+ VERSION = '1.0.1'
3
3
  end
@@ -3,6 +3,6 @@ require "completecrap"
3
3
 
4
4
  class TestCompletecrap < Test::Unit::TestCase
5
5
  def test_sanity
6
- Completecrap
6
+ CompleteCrap
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: completecrap
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
  - Joe Van Dyk