arachni-typhoeus 0.2.0 → 0.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.0.1
@@ -8,6 +8,8 @@ module Typhoeus
8
8
  include Stubbing
9
9
  extend Callbacks
10
10
 
11
+ attr_accessor :max_concurrency
12
+
11
13
  def initialize(options = {})
12
14
  @memoize_requests = true
13
15
  @multi = Multi.new
data/typhoeus.gemspec CHANGED
@@ -2,10 +2,13 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
6
+
7
+ require 'lib/typhoeus'
5
8
 
6
9
  Gem::Specification.new do |s|
7
10
  s.name = %q{arachni-typhoeus}
8
- s.version = "0.2.0"
11
+ s.version = Typhoeus::VERSION.to_s
9
12
 
10
13
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
14
  s.authors = ["Paul Dix", "Tasos Laskos"]
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 2
8
8
  - 0
9
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.0.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Paul Dix
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-01-29 00:00:00 +00:00
19
+ date: 2011-02-02 00:00:00 +00:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency