Rakefile in honkster-screw-unit-server-0.6.1 vs Rakefile in honkster-screw-unit-server-0.6.2
- old
+ new
@@ -1,8 +1,8 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |s|
- s.name = "honkster-screw-unit-server"
+ s.name = ENV["GEM_PREFIX"] ? "#{ENV["GEM_PREFIX"]}-screw-unit-server" : "screw-unit-server"
s.executables = ["screw_unit", "screw_unit_server"]
s.summary = "Server and helpers for your Screw Unit tests."
s.email = "pivotallabsopensource@googlegroups.com"
s.homepage = "http://github.com/pivotal/screw-unit-server"
s.description = "The Screw Unit server conveniently serves your Screw Unit specs and javascript files and css stylesheets."