Skip to content

Commit

Permalink
Regenerate gemspec for version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunogh committed Jun 10, 2012
1 parent 419032f commit a2b238d
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions tor_requests.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{tor_requests}
s.version = ""

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Bruno Ghisi}]
s.date = %q{2012-06-10}
s.description = %q{Create anonymously requests through Tor network}
s.email = %q{brunogh@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
".document",
".project",
".rspec",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"lib/tor_requests.rb",
"spec/spec_helper.rb",
"spec/tor_requests_spec.rb"
]
s.homepage = %q{http://github.com/brunogh/tor_requests}
s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.7}
s.summary = %q{Create anonymously requests through Tor network}

if s.respond_to? :specification_version then
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.8.3"])
s.add_development_dependency(%q<simplecov>, [">= 0"])
s.add_development_dependency(%q<socksify>, [">= 0"])
else
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.8.3"])
s.add_dependency(%q<simplecov>, [">= 0"])
s.add_dependency(%q<socksify>, [">= 0"])
end
else
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.8.3"])
s.add_dependency(%q<simplecov>, [">= 0"])
s.add_dependency(%q<socksify>, [">= 0"])
end
end

0 comments on commit a2b238d

Please sign in to comment.