Sha256: 37380f8eaa9175122311255b1d35629bbe3d28cba589beabd15afe4060209c22
Contents?: true
Size: 532 Bytes
Versions: 1
Compression:
Stored size: 532 Bytes
Contents
require 'rubygems' require 'hoe' $:.unshift(File.dirname(__FILE__) + "/lib") require 'framey' Hoe.new('framey', "1.0.0") 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.0 | Rakefile |