Skip to content

Commit

Permalink
admin_data has moved to bigbinary
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Sep 17, 2011
1 parent b7d0d99 commit fd6ccf9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/admin_data.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
puts '*'*30
puts " admin_data has moved to https://github.com/bigbinary/admin_data"
puts " "
puts " In your Gemfile instead of "
puts " gem 'admin_data', :git => 'git://github.com/neerajdotname/admin_data.git'"
puts " use"
puts %Q{ gem 'admin_data', :git => 'git://github.com/bigbinary/admin_data.git' }
puts '*'*30

raise RuntimeError



require 'admin_data/rails_version_check'
require 'will_paginate'

Expand Down

0 comments on commit fd6ccf9

Please sign in to comment.