ruby-agi 0.0.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
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")