Sha256: 8d7caf0f5d1f40c611a63bafa833b50aed2d7fcea675d87c5445dfccd3ed911e
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/luca/version', __FILE__) Gem::Specification.new do |s| s.name = "luca" s.version = Luca::Version s.platform = Gem::Platform::RUBY s.authors = ["Jonathan Soeder"] s.email = ["jonathan.soeder@gmail.com"] s.homepage = "http://datapimp.github.com/luca" s.summary = "Component framework based on backbone.js and twitter boostrap" s.description = "This gem allows you to use the luca framework easily with the assets pipeline in rails" s.required_rubygems_version = ">= 1.3.6" s.add_dependency "railties", ">= 3.1" s.add_dependency "thor", "~> 0.14" s.add_dependency "sinatra", ">= 0.9.2" s.add_dependency "ejs" s.add_dependency "hogan_assets" s.add_dependency "redcarpet", "~> 2.2.2" s.add_dependency "activesupport", ">= 3.2.12" s.add_dependency "sprockets", ">= 2.4.5" s.add_dependency "listen", ">= 2.4.5" s.add_dependency "faye", ">= 0.8.8" s.add_dependency "thin" s.add_development_dependency "bundler", "~> 1.0.0" s.add_development_dependency "rails", ">= 3.2" s.files = `git ls-files`.split("\n") s.executable = "luca" s.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
luca-0.9.9 | luca.gemspec |