ruby-iarm 0.0.1 → 0.0.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/CHANGELOG CHANGED
@@ -1 +1,2 @@
1
+ v0.0.2. Move unneeded files from bin to test
1
2
  v0.0.1. First version
data/Manifest CHANGED
@@ -3,9 +3,9 @@ LICENSE
3
3
  README
4
4
  README.textile
5
5
  Rakefile
6
- bin/IARMserver.rb
7
- bin/chattest.rb
8
- bin/chattest_sniffer.rb
6
+ example/IARMserver.rb
7
+ example/chattest.rb
8
+ example/chattest_sniffer.rb
9
9
  lib/iarm.rb
10
10
  lib/iarm/client.rb
11
11
  lib/iarm/msg.rb
@@ -16,6 +16,7 @@ lib/iarm/msg/timeout.rb
16
16
  lib/iarm/msg/topic.rb
17
17
  lib/iarm/server.rb
18
18
  lib/iarm/timer.rb
19
+ ruby-iarm.gemspec
19
20
  test/performance_test.rb
20
21
  test/test_iarm.rb
21
22
  Manifest
File without changes
File without changes
File without changes
data/ruby-iarm.gemspec CHANGED
@@ -2,16 +2,15 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ruby-iarm}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = [""]
9
9
  s.date = %q{2010-06-07}
10
10
  s.description = %q{}
11
11
  s.email = %q{}
12
- s.executables = ["IARMserver.rb", "chattest.rb", "chattest_sniffer.rb"]
13
- s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README", "README.textile", "bin/IARMserver.rb", "bin/chattest.rb", "bin/chattest_sniffer.rb", "lib/iarm.rb", "lib/iarm/client.rb", "lib/iarm/msg.rb", "lib/iarm/msg/channel_member.rb", "lib/iarm/msg/join.rb", "lib/iarm/msg/part.rb", "lib/iarm/msg/timeout.rb", "lib/iarm/msg/topic.rb", "lib/iarm/server.rb", "lib/iarm/timer.rb"]
14
- s.files = ["CHANGELOG", "LICENSE", "README", "README.textile", "Rakefile", "bin/IARMserver.rb", "bin/chattest.rb", "bin/chattest_sniffer.rb", "lib/iarm.rb", "lib/iarm/client.rb", "lib/iarm/msg.rb", "lib/iarm/msg/channel_member.rb", "lib/iarm/msg/join.rb", "lib/iarm/msg/part.rb", "lib/iarm/msg/timeout.rb", "lib/iarm/msg/topic.rb", "lib/iarm/server.rb", "lib/iarm/timer.rb", "test/performance_test.rb", "test/test_iarm.rb", "Manifest", "ruby-iarm.gemspec"]
12
+ s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README", "README.textile", "lib/iarm.rb", "lib/iarm/client.rb", "lib/iarm/msg.rb", "lib/iarm/msg/channel_member.rb", "lib/iarm/msg/join.rb", "lib/iarm/msg/part.rb", "lib/iarm/msg/timeout.rb", "lib/iarm/msg/topic.rb", "lib/iarm/server.rb", "lib/iarm/timer.rb"]
13
+ s.files = ["CHANGELOG", "LICENSE", "README", "README.textile", "Rakefile", "example/IARMserver.rb", "example/chattest.rb", "example/chattest_sniffer.rb", "lib/iarm.rb", "lib/iarm/client.rb", "lib/iarm/msg.rb", "lib/iarm/msg/channel_member.rb", "lib/iarm/msg/join.rb", "lib/iarm/msg/part.rb", "lib/iarm/msg/timeout.rb", "lib/iarm/msg/topic.rb", "lib/iarm/server.rb", "lib/iarm/timer.rb", "ruby-iarm.gemspec", "test/performance_test.rb", "test/test_iarm.rb", "Manifest"]
15
14
  s.homepage = %q{}
16
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ruby-iarm", "--main", "README"]
17
16
  s.require_paths = ["lib"]
data/test/test_iarm.rb CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- require '../iarm'
2
+ require "#{File.dirname(__FILE__)}/../lib/iarm"
3
3
  require 'test/unit'
4
4
 
5
5
  Thread.abort_on_exception = true
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-iarm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - ""
@@ -21,10 +21,8 @@ dependencies: []
21
21
 
22
22
  description: ""
23
23
  email: ""
24
- executables:
25
- - IARMserver.rb
26
- - chattest.rb
27
- - chattest_sniffer.rb
24
+ executables: []
25
+
28
26
  extensions: []
29
27
 
30
28
  extra_rdoc_files:
@@ -32,9 +30,6 @@ extra_rdoc_files:
32
30
  - LICENSE
33
31
  - README
34
32
  - README.textile
35
- - bin/IARMserver.rb
36
- - bin/chattest.rb
37
- - bin/chattest_sniffer.rb
38
33
  - lib/iarm.rb
39
34
  - lib/iarm/client.rb
40
35
  - lib/iarm/msg.rb
@@ -51,9 +46,9 @@ files:
51
46
  - README
52
47
  - README.textile
53
48
  - Rakefile
54
- - bin/IARMserver.rb
55
- - bin/chattest.rb
56
- - bin/chattest_sniffer.rb
49
+ - example/IARMserver.rb
50
+ - example/chattest.rb
51
+ - example/chattest_sniffer.rb
57
52
  - lib/iarm.rb
58
53
  - lib/iarm/client.rb
59
54
  - lib/iarm/msg.rb
@@ -64,10 +59,10 @@ files:
64
59
  - lib/iarm/msg/topic.rb
65
60
  - lib/iarm/server.rb
66
61
  - lib/iarm/timer.rb
62
+ - ruby-iarm.gemspec
67
63
  - test/performance_test.rb
68
64
  - test/test_iarm.rb
69
65
  - Manifest
70
- - ruby-iarm.gemspec
71
66
  has_rdoc: true
72
67
  homepage: ""
73
68
  licenses: []