Sha256: 35840e1d71a2824f54957b7905703318231b860e702d074b3b06e42f790bf3be

Contents?: true

Size: 921 Bytes

Versions: 8

Compression:

Stored size: 921 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.5"
  spec.add_development_dependency "rake"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
flashgrid-ext-3.0.0 flashgrid-ext.gemspec
flashgrid-ext-2.3.0 flashgrid-ext.gemspec
flashgrid-ext-2.2.5 flashgrid-ext.gemspec
flashgrid-ext-2.2.0 flashgrid-ext.gemspec
flashgrid-ext-2.1.2 flashgrid-ext.gemspec
flashgrid-ext-2.1.1 flashgrid-ext.gemspec
flashgrid-ext-2.1.0 flashgrid-ext.gemspec
flashgrid-ext-2.0.0 flashgrid-ext.gemspec