Rakefile in socialcast-git-extensions-1.3.1 vs Rakefile in socialcast-git-extensions-1.3.2

- old
+ new

@@ -13,9 +13,10 @@ gem.add_development_dependency "thoughtbot-shoulda", ">= 0" gem.add_runtime_dependency "grit", ">= 0" gem.add_runtime_dependency "wireframe-jira4r", ">= 0" gem.add_runtime_dependency "activesupport", ">= 0" gem.add_runtime_dependency "git_remote_branch", ">= 0" + gem.add_runtime_dependency 'highline', '>= 0' # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"