typhoeus 0.1.16 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ .*.sw?
2
+ *.gem
@@ -0,0 +1,5 @@
1
+ conftest.dSYM/*
2
+ conftest.dSYM
3
+ mkmf.log
4
+ *.o
5
+ native.bundle
@@ -0,0 +1 @@
1
+ native.bundle
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typhoeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix
@@ -31,6 +31,8 @@ extensions:
31
31
  extra_rdoc_files: []
32
32
 
33
33
  files:
34
+ - .gitignore
35
+ - ext/typhoeus/.gitignore
34
36
  - ext/typhoeus/extconf.rb
35
37
  - ext/typhoeus/typhoeus_easy.h
36
38
  - ext/typhoeus/typhoeus_easy.c
@@ -40,6 +42,7 @@ files:
40
42
  - ext/typhoeus/native.h
41
43
  - ext/typhoeus/native.c
42
44
  - lib/typhoeus.rb
45
+ - lib/typhoeus/.gitignore
43
46
  - lib/typhoeus/easy.rb
44
47
  - lib/typhoeus/multi.rb
45
48
  - lib/typhoeus/remote.rb