# -*- encoding: utf-8 -*- # stub: attrtastic 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "attrtastic".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Boruta Miroslaw".freeze] s.date = "2010-01-15" s.description = " Attrtastic, in its assumtion, should be similar in usage to formtastic and\n ease of displaying AR record informations (attributes). It should help\n scafforld show/index pages.\n".freeze s.email = "boruta.miroslaw@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "attrtastic.gemspec".freeze, "doc/Attrtastic.html".freeze, "doc/Attrtastic/SemanticAttributesBuilder.html".freeze, "doc/Attrtastic/SemanticAttributesHelper.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/attrtastic.rb".freeze, "rails/init.rb".freeze, "test/helper.rb".freeze, "test/test_attribute.rb".freeze, "test/test_attributes.rb".freeze, "test/test_attrtastic.rb".freeze, "test/test_semantic_attributes_helper.rb".freeze] s.homepage = "http://github.com/MBO/attrtastic".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Helps display attributes of AR record".freeze s.test_files = ["test/helper.rb".freeze, "test/test_attrtastic.rb".freeze, "test/test_attribute.rb".freeze, "test/test_semantic_attributes_helper.rb".freeze, "test/test_attributes.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end