Sha256: 86504f675bee68cf866213c2dd046cec42901e888a3c53149ac3d29f53cfe6fd

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

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

Gem::Specification.new do |gem|
  gem.name        = "autosize"
  gem.version     = Autosize::Rails::VERSION
  gem.authors     = ["Jack Moore", "Adrian Rangel"]
  gem.email       = ["adrian.rangel@gmail.com"]
  gem.homepage    = "https://github.com/acrogenesis/autosize-gem"
  gem.summary     = %q{This gem allows you to use Autosize jQuery plugin}
  gem.description = %q{Small jQuery plugin to allow dynamic resizing of textarea height, so that it grows as based on visitor input. To use, just call the .autosize() method on any textarea element.}
  gem.license     = "MIT"

  gem.rubyforge_project = "autosize"

  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.require_paths = ["lib"]

  gem.add_dependency "jquery-rails"
  gem.add_development_dependency "rake"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autosize-0.1.18.1 autosize.gemspec