Sha256: c2aafc9a4829ec820130db57d6c8d02fbe9b07398dc7ff76baa8e16178fe522f

Contents?: true

Size: 844 Bytes

Versions: 1

Compression:

Stored size: 844 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "stylistic"
  s.version     = Stylistic::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Jay Stakelon"]
  s.email       = ["stakes@jaystakelon.com"]
  s.homepage    = ""
  s.summary     = %q{Upgrade your default stylesheet and much more}
  s.description = %q{This gem will help make your Rails project so stylistic by installing (better) default scaffold styles, popular CSS grid frameworks and jQuery.}

  s.rubyforge_project = "stylistic"

  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

1 entries across 1 versions & 1 rubygems

Version Path
stylistic-0.1 stylistic.gemspec