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