talkfilters 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
File without changes
File without changes
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: talkfilters
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
6
+ version: 0.0.2
7
7
  date: 2007-05-13 00:00:00 -07:00
8
8
  summary: Ruby interface to GNU Talkfilters
9
9
  require_paths:
@@ -29,7 +29,8 @@ post_install_message:
29
29
  authors:
30
30
  - Erik Hollensbe
31
31
  files:
32
- - lib/talkfilters.c
32
+ - ext/talkfilters/talkfilters.c
33
+ - ext/talkfilters/extconf.rb
33
34
  test_files: []
34
35
 
35
36
  rdoc_options: []
@@ -39,7 +40,7 @@ extra_rdoc_files: []
39
40
  executables: []
40
41
 
41
42
  extensions:
42
- - lib/extconf.rb
43
+ - ext/talkfilters/extconf.rb
43
44
  requirements: []
44
45
 
45
46
  dependencies: []