metasploit-framework/lib/gemcache/ruby/1.9.1/gems/jquery-rails-2.0.2/jquery-rails.gemspec

24 lines
853 B
Ruby

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/jquery/rails/version', __FILE__)
Gem::Specification.new do |s|
s.name = "jquery-rails"
s.version = Jquery::Rails::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["André Arko"]
s.email = ["andre@arko.net"]
s.homepage = "http://rubygems.org/gems/jquery-rails"
s.summary = "Use jQuery with Rails 3"
s.description = "This gem provides jQuery and the jQuery-ujs driver for your Rails 3 application."
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "jquery-rails"
s.add_dependency "railties", ">= 3.2.0", "< 5.0"
s.add_dependency "thor", "~> 0.14"
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_path = 'lib'
end