railscheck 0.1.2 → 0.1.3

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.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.1.3 2008-03-15
2
+ * Fixed typing mistake.
3
+
1
4
  == 0.1.2 2008-03-15
2
5
  * Included w3c_validators dependency in gem spec.
3
6
 
data/lib/railscheck.rb CHANGED
@@ -4,8 +4,6 @@ rescue LoadError
4
4
  # no rubygems to load, so we fail silently
5
5
  end
6
6
 
7
- bego
8
-
9
7
  require 'optparse'
10
8
  $:.unshift(File.dirname(__FILE__)) unless
11
9
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
@@ -2,7 +2,7 @@ module Railscheck #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railscheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Morten M. Christensen / 41concepts