bin/rda in rda-0.3.1 vs bin/rda in rda-0.3.2
- old
+ new
@@ -1,15 +1,9 @@
#!/usr/bin/env ruby
# -*- mode: ruby -*-
require 'rda'
-begin
- Rda::Rails.app_name
-rescue LoadError
- $stderr.puts "ERROR: You should run rda under rails applications"
-end
-
class RdaCommand < Thor
desc 'rvm ACTION', 'Set up RVM. Available actions: setup, discard.'
def rvm(action)
Rda::Rvm.new.send(action.to_sym)
end