Sha256: 48b6e40dbb8df019e32a6925027521d4869a454080e23189892e3d895fc73184
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{random_text} s.version = "0.0.6.5" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["toy"] s.date = %q{2009-09-21} s.description = %q{A library to generate random strings.} s.email = %q{} s.extra_rdoc_files = ["README.rdoc", "lib/random_text.rb", "lib/random_text/random_strings.rb", "lib/random_text/random_text.rb"] s.files = ["Manifest", "README.rdoc", "Rakefile", "VERSION.yml", "lib/random_text.rb", "lib/random_text/random_strings.rb", "lib/random_text/random_text.rb", "resources/lorem.txt", "resources/vesna.txt", "spec/random_text/random_string_spec.rb", "spec/random_text/random_text_spec.rb", "spec/random_text_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "random_text.gemspec"] s.homepage = %q{} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Random_text", "--main", "README.rdoc"] s.require_paths = ["lib"] s.rubyforge_project = %q{random_text} s.rubygems_version = %q{1.3.5} s.summary = %q{A library to generate random strings.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<activesupport>, [">= 0"]) else s.add_dependency(%q<activesupport>, [">= 0"]) end else s.add_dependency(%q<activesupport>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
random_text-0.0.6.5 | random_text.gemspec |