trema 0.3.1 → 0.3.2

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.
Files changed (3) hide show
  1. data/README.md +4 -0
  2. data/ruby/trema/version.rb +1 -1
  3. metadata +4 -4
data/README.md CHANGED
@@ -25,6 +25,7 @@ Trema supports GNU/Linux only. And it has been tested on the following environme
25
25
  * Ruby 1.8.7 (1.9.x is NOT supported yet)
26
26
  * Ubuntu 12.10, 12.04, 11.10, and 10.04 (i386/amd64, Desktop Edition)
27
27
  * Debian GNU/Linux 6.0 (i386/amd64)
28
+ * Fedora 16 (i386/x86_64)
28
29
 
29
30
  It may also run on other GNU/Linux distributions but is not tested and
30
31
  NOT SUPPORTED at this moment.
@@ -47,6 +48,9 @@ Getting Started
47
48
  (In Ubuntu 12.10)
48
49
  $ sudo apt-get install gcc make ruby1.8 rubygems1.8 ruby1.8-dev libpcap-dev libsqlite3-dev
49
50
 
51
+ (In Fedora 16)
52
+ $ sudo yum install gcc make ruby rubygems ruby-devel libpcap-devel libsqlite3x-devel
53
+
50
54
  2.Install Trema at the command prompt:
51
55
 
52
56
  $ sudo gem install trema
@@ -17,7 +17,7 @@
17
17
 
18
18
 
19
19
  module Trema
20
- VERSION = "0.3.1"
20
+ VERSION = "0.3.2"
21
21
  end
22
22
 
23
23
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trema
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yasuhito Takamiya
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: .
16
16
  cert_chain: []
17
17
 
18
- date: 2013-01-15 00:00:00 Z
18
+ date: 2013-01-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  prerelease: false