taf2-curb 0.2.7 → 0.2.7.3

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/Rakefile CHANGED
@@ -135,6 +135,7 @@ PKG_FILES = FileList[
135
135
  'ext/*.rb',
136
136
  'ext/*.c',
137
137
  'ext/*.h',
138
+ 'lib/*.rb',
138
139
  'tests/**/*',
139
140
  'samples/**/*',
140
141
  'doc.rb',
@@ -165,7 +166,7 @@ else
165
166
 
166
167
  #### Documentation and testing.
167
168
  s.has_rdoc = true
168
- s.extra_rdoc_files = Dir['ext/*.c'] << 'ext/curb.rb' << 'README' << 'LICENSE'
169
+ s.extra_rdoc_files = Dir['ext/*.c'] << 'lib/curb.rb' << 'README' << 'LICENSE'
169
170
  s.rdoc_options <<
170
171
  '--title' << 'Curb API' <<
171
172
  '--main' << 'README'
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taf2-curb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Bamford
@@ -39,9 +39,9 @@ files:
39
39
  - ext/curb_errors.c
40
40
  - ext/curb_multi.c
41
41
  - ext/curb_postfield.c
42
- - ext/curb.rb
43
- - ext/curl.rb
42
+ - lib/curl.rb
44
43
  - ext/extconf.rb
44
+ - lib/curb.rb
45
45
  has_rdoc: true
46
46
  homepage: http://curb.rubyforge.org/
47
47
  post_install_message: