Sha256: 5f0a5c0d2ed95f2e6fd63d4fc14339ce533dc3c232b73ad36a7a077744e82943

Contents?: true

Size: 504 Bytes

Versions: 2

Compression:

Stored size: 504 Bytes

Contents

# -*- ruby -*-

$:.push(File.dirname(__FILE__) + '/lib')
require 'rubygems'
require 'hoe'
require 'ruby_protobuf'

Hoe.new('ruby_protobuf', RubyProtobuf::VERSION) do |p|
  p.rubyforge_name = nil
  p.author = 'MATSUYAMA Kengo'
  p.email = 'macksx@gmail.com'
  p.summary = 'Protocol Buffers for Ruby'
  p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
  p.url = 'http://github.com/macks/ruby-protobuf'
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
end

# vim: syntax=ruby

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
macks-ruby_protobuf-0.3.2.2 Rakefile
macks-ruby_protobuf-0.3.2.3 Rakefile