Rakefile in twitter-text-1.4.17 vs Rakefile in twitter-text-1.5.0

- old
+ new

@@ -1,6 +1,7 @@ #!/usr/bin/env rake require 'bundler' +include Rake::DSL Bundler::GemHelper.install_tasks task :default => ['spec', 'test:conformance'] task :test => :spec