Sha256: f19fecd49089dc2ea7d4a532e4e150f1366c188cabf25303a283c3816898caca

Contents?: true

Size: 980 Bytes

Versions: 53

Compression:

Stored size: 980 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'active_frontend/version'

Gem::Specification.new do |spec|
  spec.name          = "active_frontend"
  spec.version       = ActiveFrontend::VERSION
  spec.authors       = ["Juan Gomez"]
  spec.email         = ["j.gomez@drexed.com"]
  spec.description   = %q{ActiveFrontend is a refreshingly modern responsive web framework for beautiful and faster project development.}
  spec.summary       = %q{ActiveFrontend Responsive Web Framework}
  spec.homepage      = "http://flashgrid.drexed.com"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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.7"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
active_frontend-6.6.2 active_frontend.gemspec
active_frontend-6.6.1 active_frontend.gemspec
active_frontend-6.6.0 active_frontend.gemspec
active_frontend-6.5.0 active_frontend.gemspec
active_frontend-6.4.2 active_frontend.gemspec
active_frontend-6.4.1 active_frontend.gemspec
active_frontend-6.4.0 active_frontend.gemspec
active_frontend-6.3.2 active_frontend.gemspec
active_frontend-6.3.1 active_frontend.gemspec
active_frontend-6.3.0 active_frontend.gemspec
active_frontend-6.2.0 active_frontend.gemspec
active_frontend-6.1.0 active_frontend.gemspec
active_frontend-6.0.0 active_frontend.gemspec
active_frontend-5.0.1 active_frontend.gemspec
active_frontend-5.0.0 active_frontend.gemspec
active_frontend-4.5.1 active_frontend.gemspec
active_frontend-4.5.0 active_frontend.gemspec
active_frontend-4.0.1 active_frontend.gemspec
active_frontend-4.0.0 active_frontend.gemspec
active_frontend-3.0.4 active_frontend.gemspec