Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/un/dev/": change = 8876]
  • Loading branch information
zenspider committed Aug 9, 2013
1 parent 53b0bb8 commit 6a9b807
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Rakefile
@@ -1,20 +1,18 @@
# -*- ruby -*-

require 'rubygems'
require 'hoe'
require "rubygems"
require "hoe"

Hoe.add_include_dirs("../../RubyInline/dev/lib",
"../../ZenTest/dev/lib")

Hoe.plugin :seattlerb
Hoe.plugin :inline

Hoe.spec 'un' do
developer 'Ryan Davis', 'ryand-ruby@zenspider.com'
Hoe.spec "un" do
developer "Ryan Davis", "ryand-ruby@zenspider.com"

self.rubyforge_name = 'seattlerb'

multiruby_skip << '1.9' << 'trunk'
multiruby_skip << "1.9" << "2.0" << "trunk"
end

# vim: syntax=ruby

0 comments on commit 6a9b807

Please sign in to comment.