bcodec 0.1.2 → 1.0.0

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 (8) hide show
  1. data/COPYING +616 -279
  2. data/INSTALL +6 -0
  3. data/README +3 -1
  4. data/lib/bcodec.rb +34 -27
  5. data/lib/bcodec/decode.rb +9 -14
  6. data/lib/bcodec/encode.rb +9 -14
  7. data/setup.rb +1585 -0
  8. metadata +7 -5
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0
2
+ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: bcodec
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.2
7
- date: 2006-12-15 00:00:00 +01:00
6
+ version: 1.0.0
7
+ date: 2007-07-01 00:00:00 +02:00
8
8
  summary: Ruby library for encoding and decoding bencoded data used in the BitTorrent protocol
9
9
  require_paths:
10
10
  - lib
11
- email: tochrioNO@SPAMrubyforge.org
11
+ email: tochrio+bcodecNO@SPAMrubyforge.org
12
12
  homepage: http://bcodec.rubyforge.org/
13
13
  rubyforge_project: bcodec
14
14
  description:
@@ -30,13 +30,15 @@ authors:
30
30
  - thomas
31
31
  files:
32
32
  - lib/bcodec
33
- - lib/bcodec.rb
34
33
  - lib/bcodec/encode.rb
35
34
  - lib/bcodec/decode.rb
35
+ - lib/bcodec.rb
36
36
  - test/test_encoding.rb
37
37
  - test/test_decoding.rb
38
38
  - README
39
39
  - COPYING
40
+ - setup.rb
41
+ - INSTALL
40
42
  test_files:
41
43
  - test/test_decoding.rb
42
44
  - test/test_encoding.rb