Sha256: 2bc931265cefc9517155be2c58618118189df3c111045abb2a166977153ae7f2
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/themes_for_rails/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Lucas Florio"] gem.email = ["lucasefe@gmail.com"] gem.summary = "Theme Support for Rails 3" gem.description = %q{It allows an application to have many different ways of rendering static assets and dynamic views.} gem.homepage = "https://github.com/lucasefe/themes_for_rails" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "themes_for_rails" gem.require_paths = ["lib"] gem.version = ThemesForRails::VERSION gem.add_dependency('rails', [">= 3.0.0"]) gem.add_development_dependency "sqlite3" gem.add_development_dependency "test-unit" gem.add_development_dependency "contest" gem.add_development_dependency "mocha" gem.add_development_dependency('rails', ["= 3.0.11"]) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
themes_for_rails-0.5.1 | themes_for_rails.gemspec |
themes_for_rails-0.5.0 | themes_for_rails.gemspec |
themes_for_rails-0.5.0.pre | themes_for_rails.gemspec |