Sha256: 40e3b4af9439fa3e642f8e7e2dfc212d3376f7ac5dd90c16506920fb62dc8097

Contents?: true

Size: 919 Bytes

Versions: 1

Compression:

Stored size: 919 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'typeahead/rails/version'

Gem::Specification.new do |spec|
  spec.name          = 'typeahead-rails'
  spec.version       = Typeahead::Rails::VERSION
  spec.authors       = ['Maksim Berjoza']
  spec.email         = ['torbjon@gmail.com']
  spec.description   = 'Twitter Typeahead.js with Rails asset pipeline'
  spec.homepage      = 'https://github.com/torbjon/json2-rails'
  spec.summary       = 'Twitter Typeahead.js with Rails asset pipeline'
  spec.license       = 'MIT'

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

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typeahead-rails-0.9.3 typeahead-rails.gemspec