Skip to content

Commit

Permalink
fix lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
brunogh committed Nov 18, 2012
1 parent 1633ce6 commit 116c231
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
3 changes: 3 additions & 0 deletions lib/tor_requests.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require "tor/configuration",
require "tor/http",
require "tor/tor_requests",
6 changes: 2 additions & 4 deletions tor_requests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "tor_requests"
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bruno Ghisi"]
Expand All @@ -26,9 +26,7 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
"lib/tor/configuration.rb",
"lib/tor/http.rb",
"lib/tor/tor_requests.rb",
"lib/tor_requests.rb",
"spec/configuration_spec.rb",
"spec/http_spec.rb",
"spec/integration_spec.rb",
Expand Down

0 comments on commit 116c231

Please sign in to comment.