Sha256: 813c6cc67da05b7ffc62ea6e65061a1288f05e3db830906f89a06e8f5160a879

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/jquery_underscore-rails/version', __FILE__)

Gem::Specification.new do |s|
  s.name        = "jquery_underscore-rails"
  s.version     = JqueryUnderscore::Rails::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["André Arko","Aaron Cruz"]
  s.email       = ["andre@arko.net", "aaron@aaroncruz.com"]
  s.homepage    = "http://github.com/pferdefleisch/jquery_underscore-rails"
  s.summary     = "Use jQuery and Underscore with Rails 3"
  s.description = "This is just an underscore add-on of André's jquery-rails which provides a Rails generator to install jQuery and the jQuery-ujs driver into your Rails 3 application, and then have them included automatically instead of Prototype."

  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project         = "jquery_underscore-rails"

  s.add_dependency "rails", "~> 3.0"
  s.add_dependency "thor",  "~>0.14.4"
  s.add_development_dependency "bundler", "~> 1.0.0"
  s.add_development_dependency "rspec",   "~> 1.3"
  s.add_development_dependency "webmock", "~> 1.4.0"

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
  s.require_path = 'lib'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jquery_underscore-rails-0.1.0 jquery_underscore-rails.gemspec