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.
- data/README.md +4 -0
- data/ruby/trema/version.rb +1 -1
- 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
|
data/ruby/trema/version.rb
CHANGED
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:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
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-
|
|
18
|
+
date: 2013-01-16 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
prerelease: false
|