Sha256: 9a501f0e223560785f7363089806f0bb2b77972c17829e4e30ccea1ab6fa1c03

Contents?: true

Size: 860 Bytes

Versions: 6

Compression:

Stored size: 860 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "activoate"
  s.version     = Activoate::VERSION
  s.authors     = ["Alan Sikora"]
  s.email       = ["alan@wcd.co"]
  s.homepage    = "https://github.com/wcdcompany/activoate"
  s.summary     = "Helps to use Activo 2 theme on Rails 3 applications."
  s.description = "Helps to use Activo 2 theme on Rails 3 applications and provides handy helpers and generators to use with formtastic/attrtastic"

  s.rubyforge_project = "activoate"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_dependency 'rails', '>= 3.0.0'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
activoate-0.8.1 activoate.gemspec
activoate-0.7.9 activoate.gemspec
activoate-0.7.5 activoate.gemspec
activoate-0.7.2 activoate.gemspec
activoate-0.6.8 activoate.gemspec
activoate-0.5.0 activoate.gemspec