Sha256: d5795b1da14fdb05c7c93002480ac36e1cb0d73328ed3a26bd2bf5e08027ef13
Contents?: true
Size: 663 Bytes
Versions: 6
Compression:
Stored size: 663 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/dijit/rails/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Robin Dupret"] gem.email = ["robin.dupret@gmail.com"] gem.description = %q{Dijit with Ruby on Rails} gem.summary = %q{Use the cool dijit toolkit with Ruby on Rails} gem.homepage = "" 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 = "dijit-rails" gem.require_paths = ["lib"] gem.version = Dijit::Rails::VERSION end
Version data entries
6 entries across 6 versions & 1 rubygems