Sha256: 3df8a253ea9e88aaa88e1aef9863ca84466ba5110568fecde8587f29f1f1a35d

Contents?: true

Size: 833 Bytes

Versions: 3

Compression:

Stored size: 833 Bytes

Contents

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

Gem::Specification.new do |s|
  s.version = Epyce::VERSION
  s.date = Epyce::VERSION_DATE
  s.platform    = Gem::Platform::RUBY
  
  s.name = "epyce"
  s.authors = ["Yann Armand"]
  s.summary = %q{A rails layout including skeleton, HTML5S and knockout }
  s.description = %q{define a new layout and change asset manager defaults to get advantage of skeleton (http://www.getskeleton.com/),Damian Le Nouaille HTML5S (https://github.com/damln/Html5S) and knockout (http://knockoutjs.com)}
  s.email = "yann@harakys.com"
  s.homepage = "http://github.com/yarmand/epyce"
  s.has_rdoc = false

  s.add_dependency "railties",      "~> 3.1.0.rc1"
  s.add_dependency "haml"
  s.files = `git ls-files`.split("\n")
  s.require_paths = ["lib"]

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
epyce-0.8.3 epyce.gemspec
epyce-0.8.2 epyce.gemspec
epyce-0.8.1 epyce.gemspec