Sha256: 2a1193f91eabaa3a65f849eaa75844a3234e0a9f222f974800ce28259e3623d3
Contents?: true
Size: 751 Bytes
Versions: 3
Compression:
Stored size: 751 Bytes
Contents
# -*- encoding: utf-8 -*- # frozen_string_literal: true $:.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.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-1.0.0 | active_decorator.gemspec |
active_decorator-0.9.0 | active_decorator.gemspec |
active_decorator-0.8.0 | active_decorator.gemspec |