Sha256: 3d28816ae9e097dc874ed14452f46182363f539e4bafd583aea0f87c908d1fe5

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "mootools-rails"
  s.version     = Mootools::Rails::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Daniel Spangenberg"]
  s.email       = ["daniel.spangenberg@gmail.com"]
  s.homepage    = "http://rubygems.org/gems/mootools-rails"
  s.summary     = "Use MooTools with Rails 3"
  s.description = "This gem provides a Rails generator to install MooTools and the MooTools-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         = "mootools-rails"

  s.add_dependency "rails", "~> 3.0"
  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
mootools-rails-0.2 mootools-rails.gemspec