Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
rename file to match project name
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs committed Sep 23, 2010
1 parent 635f0bf commit 91db32b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -3,7 +3,7 @@ begin
Jeweler::Tasks.new do |s|
root_files = FileList["README"]
s.name = "rails-schema-validations"
s.version = 0.3
s.version = 0.4
s.summary = "Automatically generate validations from the schema"
s.description = "Automatically generate validations from the schema"
s.email = "greg@gregweber.info"
Expand Down
2 changes: 1 addition & 1 deletion init.rb
@@ -1 +1 @@
require 'validations_from_schema'
require 'rails-schema-validations'
File renamed without changes.
4 changes: 2 additions & 2 deletions rails-schema-validations.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{rails-schema-validations}
s.version = "0.3"
s.version = "0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Greg Weber"]
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
]
s.files = [
"README",
"lib/validations_from_schema.rb"
"lib/rails-schema-validations.rb"
]
s.homepage = %q{http://github.com/gregwebs/rails-schema-validations}
s.rdoc_options = ["--charset=UTF-8"]
Expand Down

0 comments on commit 91db32b

Please sign in to comment.