Sha256: 18227e3d6a09aaee6cb2117657133541dd036b6e8b2294b2f72f20ae8cbbd43d

Contents?: true

Size: 522 Bytes

Versions: 2

Compression:

Stored size: 522 Bytes

Contents

# -*- ruby -*-

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

Hoe.spec('ruby_protobuf') do |p|
  p.version = RubyProtobuf::VERSION
  p.rubyforge_name = 'ruby-protobuf'
  p.developer('MATSUYAMA Kengo', 'macksx@gmail.com')
  p.summary = 'Protocol Buffers for Ruby'
  p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
  p.url = 'http://code.google.com/p/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 & 2 rubygems

Version Path
macks-ruby_protobuf-0.3.3 Rakefile
ruby_protobuf-0.3.3 Rakefile