# -*- encoding: utf-8 -*- # stub: olson 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "olson".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kristian Freeman".freeze, "Amiel Martin".freeze] s.date = "2013-03-19" s.description = "Object-oriented humanize".freeze s.email = ["kristian@kristianfreeman.com".freeze, "amiel@carnesmedia.com".freeze] s.files = ["Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/olson.rb".freeze, "lib/olson/class_methods.rb".freeze, "lib/olson/instance_methods.rb".freeze, "lib/olson/version.rb".freeze] s.homepage = "http://github.com/carnesmedia/olson".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Olson is a tool to help display identifiers to users. It\u2019s basically a way to turn your decorator in to a wrapper for `.humanize` with automatic built-in support for I18n. See [Using I18n and Draper to Render Database Attributes](http://blog.amielmartin.com/post/12341219947/using-i18n-and-draper-to-render-database-attributes) to read more about this concept.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end