# -*- encoding: utf-8 -*- # stub: content_spinning 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "content_spinning".freeze s.version = "0.0.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 = ["Maxime Garcia".freeze] s.date = "2012-02-29" s.description = " To spin some text, mainly for SEO purpose.\n\n Spinning the string \"Hi {there|you}! I'm {efficient|productive}.\" gives\n these four strings :\n\n * Hi there! I'm efficient.\n * Hi there! I'm productive.\n * Hi you! I'm efficient.\n * Hi you! I'm productive.\n".freeze s.email = ["maxime.garcia@maxbusiness.fr".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "lib/content_spinning.rb".freeze, "lib/content_spinning/version.rb".freeze] s.homepage = "http://github.com/maximeg/content_spinning".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Content Spinning".freeze end