Sha256: e944c92d21e94d422e293381e02444144d0b5e15f9689ce6a5b29247f5b2f254

Contents?: true

Size: 765 Bytes

Versions: 3

Compression:

Stored size: 765 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "active_decorator"
  s.version     = ActiveDecorator::VERSION
  s.authors     = ["Akira Matsuda"]
  s.email       = ["ronnie@dio.jp"]
  s.homepage    = 'https://github.com/amatsuda/active_decorator'
  s.summary     = %q{A simple and Rubyish view helper for Rails}
  s.description = %q{A simple and Rubyish view helper for Rails}

  s.rubyforge_project = "active_decorator"

  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"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_decorator-0.7.0 active_decorator.gemspec
active_decorator-0.6.0 active_decorator.gemspec
active_decorator-0.5.3 active_decorator.gemspec