Sha256: e2b448c9f6411257f2a8e42978fb4c04f2c5850dc8f32fa5fad3b206caaf009e

Contents?: true

Size: 828 Bytes

Versions: 1

Compression:

Stored size: 828 Bytes

Contents

require 'lib/esi_for_rack'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "esi-for-rack"
    s.description = s.summary = "ESI for Rack"
    s.email = "joshbuddy@gmail.com"
    s.homepage = "http://github.com/joshbuddy/esi_for_rack"
    s.authors = ["Joshua Hull"]
    s.files = FileList["[A-Z]*", "{lib,spec}/**/*"]
    s.add_dependency 'joshbuddy-esi_attribute_language'
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

require 'spec'
require 'spec/rake/spectask'

task :spec => 'spec:all'
namespace(:spec) do
  Spec::Rake::SpecTask.new(:all) do |t|
    t.spec_opts ||= []
    t.spec_opts << "-rubygems"
    t.spec_opts << "--options" << "spec/spec.opts"
    t.spec_files = FileList['spec/**/*.rb']
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
joshbuddy-esi-for-rack-0.0.1 Rakefile