Sha256: 31232cf21a944adc327cacd86234b312cbfb071928084c8f636d8532aa6080d5
Contents?: true
Size: 819 Bytes
Versions: 8
Compression:
Stored size: 819 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "draper/version" Gem::Specification.new do |s| s.name = "draper" s.version = Draper::VERSION s.authors = ["Jeff Casimir"] s.email = ["jeff@casimircreative.com"] s.homepage = "http://github.com/jcasimir/draper" s.summary = "Decorator pattern implmentation for Rails." s.description = "Draper reimagines the role of helpers in the view layer of a Rails application, allowing an object-oriented approach rather than procedural." s.rubyforge_project = "draper" 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