Sha256: 0fb91794af0e4bfc112572f341e3b791a8aeda15b9eef28b585a7711c9f8e24b

Contents?: true

Size: 744 Bytes

Versions: 1

Compression:

Stored size: 744 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Tom Milewski"]
  gem.email         = ["tmilewski@gmail.com"]
  gem.description   = %q{Injects Zepto into Rails with jQuery fallback.}
  gem.summary       = %q{Injects Zepto into Rails with jQuery fallback for IE compatibility.}
  gem.homepage      = "https://github.com/tmilewski/zepto-rails"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "zepto-rails"
  gem.require_paths = ["lib"]
  gem.version       = Zepto::Rails::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zepto-rails-0.0.2 zepto-rails.gemspec