Sha256: bb61c3bc683d90033b5ff9d8cc5c09ac83a29df80ed74b012c87b1e02b467802

Contents?: true

Size: 921 Bytes

Versions: 4

Compression:

Stored size: 921 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "html5/slim_rails/version"

Gem::Specification.new do |s|
  s.name        = "html5-slim-rails"
  s.version     = Html5::SlimRails::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["David Haslem"]
  s.email       = ["therabidbanana@gmail.com"]
  s.homepage    = "http://github.com/therabidbanana/html5-slim-rails"
  s.summary     = %q{Rails support for the new compass-html5 gem.}
  s.description = %q{}

  s.rubyforge_project = "html5-slim-rails"

  s.add_dependency "railties",      "~> 3.1.0.rc"
  s.add_dependency "thor",          "~> 0.14"
  s.add_dependency "slim",          "~> 1.0"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
html5-slim-rails-0.0.2 html5-rails.gemspec
html5-slim-rails-0.0.2 html5-slim-rails.gemspec
html5-slim-rails-0.0.1 html5-rails.gemspec
html5-slim-rails-0.0.1 html5-slim-rails.gemspec