bin/rake in postit-0.1.2 vs bin/rake in postit-0.2.0
- old
+ new
@@ -1,6 +1,8 @@
#!/usr/bin/env ruby
+load File.expand_path('../with_rubygems', __FILE__) if ENV['RGV']
+
require 'rubygems'
gemspec = Gem::Specification.load(
File.expand_path('../../postit.gemspec', __FILE__))
gemspec.development_dependencies.each do |dep|
next if dep.name == 'rubocop' && RUBY_VERSION < '1.9.3'