Sha256: b17f998c8e39a98057f9f053a706a3a13e0f6508e065e00732d44e5590c19487
Contents?: true
Size: 937 Bytes
Versions: 16
Compression:
Stored size: 937 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'flashgrid/version' Gem::Specification.new do |spec| spec.name = "flashgrid" spec.version = Flashgrid::VERSION spec.authors = ["Juan Gomez"] spec.email = ["j.gomez@drexed.com"] spec.description = %q{Flashgrid is a refreshingly modern responsive web framework for beautiful and faster project development.} spec.summary = %q{Flashgrid Responsive Web Framework} spec.homepage = "http://flashgrid.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
16 entries across 16 versions & 1 rubygems