adamaig-ruby_activeworld 0.1-linux → 0.2-linux
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/ruby_activeworld.c +1864 -0
- metadata +2 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adamaig-ruby_activeworld
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "0.
|
4
|
+
version: "0.2"
|
5
5
|
platform: linux
|
6
6
|
authors:
|
7
7
|
- Adam Ingram-Goble
|
@@ -25,6 +25,7 @@ files:
|
|
25
25
|
- README
|
26
26
|
- examples/configs.yml
|
27
27
|
- examples/sample_event_bot.rb
|
28
|
+
- ext/ruby_activeworld.c
|
28
29
|
- lib/ruby_activeworld_enums.rb
|
29
30
|
- lib/ruby_activeworld_support.rb
|
30
31
|
- lib/ruby_aw.rb
|
@@ -40,8 +41,6 @@ rdoc_options:
|
|
40
41
|
- --inline-source
|
41
42
|
- --title
|
42
43
|
- RubyActiveworlds
|
43
|
-
- --main
|
44
|
-
- README
|
45
44
|
require_paths:
|
46
45
|
- ext
|
47
46
|
- lib
|