Sha256: 238ea6fe3285a18f3950d5c9e9e7a937ae2b15e3b07ead531fa5b3e1c3a131f7
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{deface} s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Brian Quinn"] s.date = %q{2010-08-31} s.description = %q{Deface is a library that allows you to customize ERB views in a Rails application without editing the underlying view.} s.email = %q{brian@railsdog.com} s.extra_rdoc_files = [ "README.markdown" ] s.files = [ "MIT-LICENSE", "README.markdown", "Rakefile", "VERSION", "deface.gemspec", "init.rb", "lib/deface.rb", "lib/deface/action_view_extensions.rb", "lib/deface/override.rb", "lib/deface/parser.rb" ] s.homepage = %q{http://github.com/BDQ/Deface} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Deface is a library that allows you to customize ERB views in Rails} s.test_files = [ "spec/deface/override_spec.rb", "spec/deface/parser_spec.rb", "spec/deface/template_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<nokogiri>, ["~> 1.4.3"]) s.add_runtime_dependency(%q<rails>, ["~> 3.0.0"]) else s.add_dependency(%q<nokogiri>, ["~> 1.4.3"]) s.add_dependency(%q<rails>, ["~> 3.0.0"]) end else s.add_dependency(%q<nokogiri>, ["~> 1.4.3"]) s.add_dependency(%q<rails>, ["~> 3.0.0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
deface-0.2.0 | deface.gemspec |