Sha256: e56e8ab3ccc7c0e1bda8df9b92025084aefca4bcbd67369328c13ba6e82db1aa

Contents?: true

Size: 861 Bytes

Versions: 1

Compression:

Stored size: 861 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{### Project Discontinued### 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

1 entries across 1 versions & 1 rubygems

Version Path
epyce-0.8.3.01 epyce.gemspec