Skip to content

Commit

Permalink
changed top-level file name to match gem name to remove :require from…
Browse files Browse the repository at this point in the history
… Gemfile directive
  • Loading branch information
Robert Schmitt committed Oct 11, 2010
1 parent ea3d0ff commit 6bc55b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Version 2.x of Acts As Dag uses validate and scope/where and ActiveModel::Valida

Add to your Gemfile:

gem 'acts-as-dag', :require => 'dag'
gem 'acts-as-dag'

== Terminology

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.5.2
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require "#{File.dirname(__FILE__)}/lib/dag"
require "#{File.dirname(__FILE__)}/lib/acts-as-dag"
File renamed without changes.

0 comments on commit 6bc55b4

Please sign in to comment.