adamaig-ruby_activeworld 0.1-linux → 0.2-linux

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 (2) hide show
  1. data/ext/ruby_activeworld.c +1864 -0
  2. 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.1"
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