# -*- encoding: utf-8 -*- # stub: content_spinning 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "content_spinning".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Maxime Garcia".freeze] s.date = "2016-05-15" s.description = "To spin some text, mainly for SEO purpose.\n\nSpinning the string \"Hi {there|you}! I'm {efficient|productive}.\" gives\nthese 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@gmail.com".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "lib/content_spinning.rb".freeze, "lib/content_spinning/core_ext/string.rb".freeze, "lib/content_spinning/version.rb".freeze, "spec/content_spinning/core_ext/string_spec.rb".freeze, "spec/content_spinning_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/maximeg/content_spinning".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Content Spinning".freeze s.test_files = ["spec/content_spinning/core_ext/string_spec.rb".freeze, "spec/content_spinning_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 3.4".freeze]) end