Sha256: 2401c1b3caa214c2f3fde4c6049f216e60832ef7ca1c40d680488bac67024cd6

Contents?: true

Size: 961 Bytes

Versions: 5

Compression:

Stored size: 961 Bytes

Contents

require_relative 'lib/timequake/version'

Gem::Specification.new do |spec|
  spec.name          = "timequake"
  spec.version       = Timequake::VERSION
  spec.authors       = "George Morris"
  spec.email         = "gmorris1242@gmail.com"

  spec.summary       = "Grid and class helper css/sass library"
  spec.description   = "A lightweight css/sass framework with easy access to grids and class helpers"
  spec.license       = "MIT"
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files         = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end

  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
timequake-3.3 timequake.gemspec
timequake-3.2 timequake.gemspec
timequake-3.1 timequake.gemspec
timequake-3.0.1 timequake.gemspec
timequake-3.0.0 timequake.gemspec