Sha256: 02752e942585670f12a6ed59d7c78a9c301593fde7ddd6c3b3606f3c9f55f9a8

Contents?: true

Size: 710 Bytes

Versions: 8

Compression:

Stored size: 710 Bytes

Contents

# -*- encoding: utf-8 -*-

lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

require "typus/version"

Gem::Specification.new do |s|
  s.name = "typus"
  s.version = Typus::VERSION
  s.date = Date.today

  s.platform = Gem::Platform::RUBY
  s.authors = ["Francesc Esplugas"]
  s.email = ["core@typuscms.com"]
  s.homepage = "http://core.typuscms.com/"
  s.summary = "Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator)"
  s.description = "Awesone admin scaffold generator for Ruby on Rails applications."

  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project = "typus"

  s.files = Dir.glob("**/*")
  s.require_path = "lib"

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typus-1.0.0.pre8 typus.gemspec
typus-1.0.0.pre7 typus.gemspec
typus-1.0.0.pre6 typus.gemspec
typus-1.0.0.pre5 typus.gemspec
typus-1.0.0.pre4 typus.gemspec
typus-1.0.0.pre3 typus.gemspec
typus-1.0.0.pre2 typus.gemspec
typus-1.0.0.pre typus.gemspec