Sha256: 5a5e260302d9b0cbb00fc8e2c1e9f10cd9fde0efaa3eb7ff3c66003b3bba69a8
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
require 'rubygems' require 'hoe' $:.unshift(File.dirname(__FILE__) + "/lib") require 'framey' Hoe.new('framey', "1.0.1") do |p| p.name = "framey" p.author = "Shaun Salzberg" p.description = "A gem for easy Rails integration with the Framey video recording service." p.email = 'shaun@qlabs.com' p.summary = "A gem for easy Rails integration with the Framey video recording service." p.url = "http://framey.com" p.changes = p.paragraphs_of('CHANGELOG', 0..1).join("\n\n") p.remote_rdoc_dir = '' # Release to root end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
framey-1.0.1 | Rakefile |