ruby-agi 0.0.3 → 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.
data/README CHANGED
@@ -8,7 +8,7 @@ Hopefully, you already understood I am not good at documentation.
8
8
  I truely appolize for that.
9
9
  If anybody want to give a hand to write documentation for this project would be greatly appreciated.
10
10
 
11
- Project homepage: http://rubyforge.org/projects/ruby-agi/
11
+ Project homepage: http://www.ruby-agi.org
12
12
 
13
13
  Please feel free to email me with your feature request, bug report or any suggession.
14
14
 
data/Release-Notes ADDED
@@ -0,0 +1,2 @@
1
+ This is the first stable version of ruby-agi.
2
+
data/extconf.rb ADDED
@@ -0,0 +1,2 @@
1
+ require 'mkmf'
2
+ create_makefile("Test")