Sha256: 12c10ad1702a283e9ddb0cf7161d65ab23ea300bd999504c1648975ab758c422

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 Bytes

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |spec|
    spec.name = 'sinatra-respond_to'
    spec.summary = 'A respond_to style Rails block for baked-in web service support in Sinatra'
    spec.email = 'cehoffman@gmail.com'
    spec.homepage = 'http://github.com/cehoffman/sinatra-respond_to'
    spec.description = spec.summary
    spec.authors = ["Chris Hoffman"]
    spec.add_dependency('sinatra', '>=0.9.1.3')
  end
rescue LoadError
  puts "Jewler not available.  Install it with sugo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cehoffman-sinatra-respond_to-0.3.1 Rakefile