Sha256: 2bfd63762e5e21ee3a1996ac017694bfa218d0ab3d775009e3729dceee5332c7

Contents?: true

Size: 941 Bytes

Versions: 11

Compression:

Stored size: 941 Bytes

Contents

# coding: utf-8
require File.expand_path('../lib/edge/version', __FILE__)

Gem::Specification.new do |s|
  s.name          = "edge_framework"
  s.version       = Edge::VERSION
  s.authors       = ["Henner Setyono"]
  s.email         = ["henner@setyono.net"]
  s.description   = %q{Minimalist SASS Framework}
  s.summary       = %q{Minimalist SASS Framework that utilize Compass to its full extend}
  s.homepage      = "http://edge.setyono.net"
  s.license       = "MIT"

  s.files         = `git ls-files`.split($/)
  s.executables   = "edge"
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]

  s.add_dependency "sass", "~> 3.2"
  s.add_dependency "compass", "~> 0.12"
  s.add_dependency "premailer", "~> 1.8"

  s.add_development_dependency "bundler", "~> 1.3"
  s.add_development_dependency "rake", "~> 10.3"
  s.add_development_dependency "rspec", "~> 2.14"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
edge_framework-1.3.6 edge.gemspec
edge_framework-1.3.5 edge.gemspec
edge_framework-1.3.3 edge.gemspec
edge_framework-1.3.2 edge.gemspec
edge_framework-1.3.1 edge.gemspec
edge_framework-1.3.0 edge.gemspec
edge_framework-1.2.9 edge.gemspec
edge_framework-1.2.7 edge.gemspec
edge_framework-1.2.6 edge.gemspec
edge_framework-1.2.5 edge.gemspec
edge_framework-1.2.4 edge.gemspec