Sha256: b5431b5382c5dc3dee4bb9baba137f52d114febc3c25f675e0fe4bdb16fd751d
Contents?: true
Size: 769 Bytes
Versions: 2
Compression:
Stored size: 769 Bytes
Contents
# coding: utf-8 require File.expand_path('../lib/shufflejs-rails/version', __FILE__) Gem::Specification.new do |spec| spec.name = "shufflejs-rails" spec.version = Shufflejs::Rails::VERSION spec.authors = ["Kazuho Yamaguchi"] spec.email = ["kzh.yap@gmail.com"] spec.summary = %q{shufflejs for Rails} spec.description = %q{shufflejs for Ruby on Rails} spec.homepage = "https://github.com/kyamaguchi/shufflejs-rails" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "railties", "> 3.1" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shufflejs-rails-0.1.1 | shufflejs-rails.gemspec |
shufflejs-rails-0.1.0 | shufflejs-rails.gemspec |