Sha256: f5e3121fbaa2df1e62cbb67f96ec847753489cc211960a4cc5a34604a598f625
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 Bytes
Contents
require 'rubygems' require 'hoe' $:.unshift(File.dirname(__FILE__) + "/lib") require 'framey' Hoe.spec('framey') do |p| p.name = "framey" p.version = '1.1.0' 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.dependency("httparty",">= 0.7.7") p.remote_rdoc_dir = '' # Release to root end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
framey-1.1.0 | Rakefile |