Sha256: 99d7535725d67f70b61e8c134164fa2ca9c994ee01d4e276c48a7e0f7c7028b9

Contents?: true

Size: 755 Bytes

Versions: 7

Compression:

Stored size: 755 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "r_decorator"
  s.version     = RDecorator::VERSION
  s.authors     = ["Takuya Fujii"]
  s.email       = ["takuya327@gmail.com"]
  s.homepage    = 'https://github.com/takuya327/r_decorator'
  s.summary     = %q{A readable and simple view helper for Rails 3}
  s.description = %q{A readable and simple view helper for Rails 3}
  
  s.rubyforge_project = "r_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

7 entries across 7 versions & 1 rubygems

Version Path
r_decorator-0.0.7 r_decortator.gemspec
r_decorator-0.0.6 r_decortator.gemspec
r_decorator-0.0.5 r_decortator.gemspec
r_decorator-0.0.4 r_decortator.gemspec
r_decorator-0.0.3 r_decortator.gemspec
r_decorator-0.0.2 r_decortator.gemspec
r_decorator-0.0.1 r_decortator.gemspec