Sha256: c3492fced58734af331f36dfafd9b1d6642b53ea8b07e7d1a4afda5a71b94c30
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/object_proxy.rb' Hoe.new('object_proxy', ObjectProxy::VERSION) do |p| # p.rubyforge_name = 'ObjectProxyx' # if different than lowercase project name p.remote_rdoc_dir = '' # Release to root p.developer('Jack Danger Canty', 'rubygems_object_proxy@6brand.com') end # vim: syntax=Ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
object_proxy-1.0.2 | Rakefile |