Sha256: 6c4d4a836ad07192cdcd114e4b5a9a782ce5f50a5b9b391263a50efa89dfb313

Contents?: true

Size: 769 Bytes

Versions: 8

Compression:

Stored size: 769 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 3}
  s.description = %q{A simple and Rubyish view helper for Rails 3}

  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

8 entries across 8 versions & 1 rubygems

Version Path
active_decorator-0.5.2 active_decorator.gemspec
active_decorator-0.5.1 active_decorator.gemspec
active_decorator-0.5.0 active_decorator.gemspec
active_decorator-0.4.0 active_decorator.gemspec
active_decorator-0.3.4 active_decorator.gemspec
active_decorator-0.3.3 active_decorator.gemspec
active_decorator-0.3.2 active_decorator.gemspec
active_decorator-0.3.1 active_decorator.gemspec