curb-openuri 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -0
- data/VERSION.yml +1 -1
- data/curb-openuri.gemspec +1 -1
- data/lib/curl_agent.rb +1 -0
- data/spec/curl_agent_spec.rb +0 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -11,6 +11,7 @@ begin
|
|
11
11
|
s.authors = ["Roman Shterenzon"]
|
12
12
|
s.add_dependency('curb', '>=0.1.4')
|
13
13
|
end
|
14
|
+
Jeweler::GemcutterTasks.new
|
14
15
|
rescue LoadError
|
15
16
|
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
16
17
|
end
|
data/VERSION.yml
CHANGED
data/curb-openuri.gemspec
CHANGED
data/lib/curl_agent.rb
CHANGED
data/spec/curl_agent_spec.rb
CHANGED