Sha256: 2ec419102d2f1fab4b735377d8b8d264f6e268b96c83e957044f94d7f9f04060

Contents?: true

Size: 1022 Bytes

Versions: 3

Compression:

Stored size: 1022 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)
require 'jquery/animate/enhanced/rails/version'

Gem::Specification.new do |s|
  s.name          = 'jquery-animate-enhanced-rails'
  s.version       = Jquery::Animate::Enhanced::Rails::VERSION
  s.authors       = ['Leonid Beder']
  s.email         = ['leonid.beder@gmail.com']
  s.license       = 'MIT'
  s.homepage      = ''
  s.summary       = 'Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
http://playground.benbarnett.net/jquery-animate-enhanced/'
  s.description   = 'Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
http://playground.benbarnett.net/jquery-animate-enhanced/.'

  s.files         = `git ls-files`.split($/)
  s.executables   = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|s|features)/})
  s.require_paths = ['lib']

  s.add_dependency 'railties', '>= 3.1.0'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jquery-animate-enhanced-rails-1.11.2 jquery-animate-enhanced-rails.gemspec
jquery-animate-enhanced-rails-1.11.1 jquery-animate-enhanced-rails.gemspec
jquery-animate-enhanced-rails-1.11.0 jquery-animate-enhanced-rails.gemspec