lib/rubigen.rb in rubigen-1.5.5 vs lib/rubigen.rb in rubigen-1.5.6

- old
+ new

@@ -1,17 +1,11 @@ $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) -begin - # if you are using rubygems, fix to 2.3.5 - gem 'activesupport', '~> 2.3.5' -rescue -end +require 'active_support/all' -require 'active_support' - module RubiGen - VERSION = '1.5.5' + VERSION = '1.5.6' end require 'rubigen/base' require 'rubigen/lookup' require 'rubigen/commands'