Sha256: 20fd1083908ae57fd67dcf97b7a65b85a35700094b2c04d2faa7a3416d42f2a0

Contents?: true

Size: 585 Bytes

Versions: 1

Compression:

Stored size: 585 Bytes

Contents

require 'rubygems'
require 'hoe'
$:.unshift(File.dirname(__FILE__) + "/lib")
require 'framey'

Hoe.spec('framey') do |p|
  p.name = "framey"
  p.version = '1.0.3'
  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.0.3 Rakefile