pcaprub 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/pcaprub.rb +2 -2
  3. data/pcaprub.gemspec +56 -0
  4. metadata +2 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -1,5 +1,5 @@
1
- require File.expand_path('./lib/extconf.rb')
1
+ require File.dirname(__FILE__) + "/extconf.rb"
2
2
 
3
3
  module Pcaprub
4
- VERSION="0.6.0"
4
+ VERSION="0.6.1"
5
5
  end
@@ -0,0 +1,56 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{pcaprub}
8
+ s.version = "0.6.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["shadowbq"]
12
+ s.date = %q{2010-02-04}
13
+ s.description = %q{libpcap bindings for ruby}
14
+ s.email = %q{shadowbq@gmail.com}
15
+ s.extensions = ["lib/extconf.rb"]
16
+ s.extra_rdoc_files = [
17
+ "LICENSE",
18
+ "README.rdoc"
19
+ ]
20
+ s.files = [
21
+ ".document",
22
+ ".gitignore",
23
+ "LICENSE",
24
+ "Makefile",
25
+ "README.rdoc",
26
+ "Rakefile",
27
+ "VERSION",
28
+ "lib/extconf.rb",
29
+ "lib/pcaprub.c",
30
+ "lib/pcaprub.rb",
31
+ "mkmf.log",
32
+ "pcaprub.gemspec",
33
+ "test/helper.rb",
34
+ "test/test_pcaprub.rb"
35
+ ]
36
+ s.homepage = %q{http://github.com/shadowbq/pcaprub}
37
+ s.rdoc_options = ["--charset=UTF-8"]
38
+ s.require_paths = ["lib"]
39
+ s.rubygems_version = %q{1.3.5}
40
+ s.summary = %q{libpcap bindings for ruby}
41
+ s.test_files = [
42
+ "test/helper.rb",
43
+ "test/test_pcaprub.rb"
44
+ ]
45
+
46
+ if s.respond_to? :specification_version then
47
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
48
+ s.specification_version = 3
49
+
50
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
51
+ else
52
+ end
53
+ else
54
+ end
55
+ end
56
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pcaprub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shadowbq
@@ -34,6 +34,7 @@ files:
34
34
  - lib/pcaprub.c
35
35
  - lib/pcaprub.rb
36
36
  - mkmf.log
37
+ - pcaprub.gemspec
37
38
  - test/helper.rb
38
39
  - test/test_pcaprub.rb
39
40
  has_rdoc: true