Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
al6x committed Apr 10, 2011
1 parent aff310f commit 70b41fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rake_ext'

project(
name: "class_loader",
version: "0.4",
version: "0.4.1",
summary: "Automatically finds, loads and reloads Classes",

author: "Alexey Petrushin",
Expand Down
2 changes: 2 additions & 0 deletions lib/class_loader.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
raise 'ruby 1.9.2 or higher required!' if RUBY_VERSION < '1.9.2'

%w(
support
file_system_adapter/camel_case_translator
Expand Down

0 comments on commit 70b41fa

Please sign in to comment.