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

Version Path
flashgrid-ext-1.1.1 flashgrid-ext.gemspec
flashgrid-ext-1.1.0 flashgrid-ext.gemspec
flashgrid-ext-1.0.15 flashgrid-ext.gemspec
flashgrid-ext-1.0.14 flashgrid-ext.gemspec
flashgrid-ext-1.0.13 flashgrid-ext.gemspec
flashgrid-ext-1.0.11 flashgrid-ext.gemspec
flashgrid-ext-1.0.10 flashgrid-ext.gemspec
flashgrid-ext-1.0.9 flashgrid-ext.gemspec
flashgrid-ext-1.0.8 flashgrid-ext.gemspec
flashgrid-ext-1.0.7 flashgrid-ext.gemspec
flashgrid-ext-1.0.6 flashgrid-ext.gemspec
flashgrid-ext-1.0.5 flashgrid-ext.gemspec
flashgrid-ext-1.0.4 flashgrid-ext.gemspec
flashgrid-ext-1.0.3 flashgrid-ext.gemspec
flashgrid-ext-1.0.2 flashgrid-ext.gemspec
flashgrid-ext-1.0.1 flashgrid-ext.gemspec