Sha256: c7fe51c8b5fc80af8c7096b0b0af71fe480b4fa0cc4cf46bf82543c967a5ef77

Contents?: true

Size: 532 Bytes

Versions: 5

Compression:

Stored size: 532 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 = 'ruby-protobuf'
  p.author = 'ANDO Yasushi'
  p.email = 'andyjpn@gmail.com'
  p.summary = 'Protocol Buffers for Ruby'
  p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
  p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
end

# vim: syntax=Ruby

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby_protobuf-0.1.0 Rakefile
ruby_protobuf-0.3.0 Rakefile
ruby_protobuf-0.3.2 Rakefile
ruby_protobuf-0.2.0 Rakefile
ruby_protobuf-0.0.1 Rakefile