Sha256: 7ef092340e5090fd5947a176feccf19388123815c516272a3064fc2e1e4ee1f1
Contents?: true
Size: 932 Bytes
Versions: 16
Compression:
Stored size: 932 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'flashgrid/ext/version' Gem::Specification.new do |spec| spec.name = "flashgrid-ext" spec.version = Flashgrid::Ext::VERSION spec.authors = ["Juan Gomez"] spec.email = ["j.gomez@drexed.com"] spec.description = %q{Flashgrid Ext. is an extention of useful and cool javascripts for Flashgrid framework.} spec.summary = %q{Flashgrid Extensions} spec.homepage = "http://flashgrid-ext.drexed.com" 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 = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake", "~> 10.1" end
Version data entries
16 entries across 16 versions & 1 rubygems