Rakefile in io_splice-1.0.0 vs Rakefile in io_splice-2.0.0
- old
+ new
@@ -135,17 +135,17 @@
uri = URI.parse('http://raa.ruby-lang.org/regist.rhtml')
form = {
:name => s.name,
:short_description => s.summary,
:version => s.version.to_s,
- :status => 'experimental',
+ :status => 'stable',
:owner => s.authors.first,
:email => s.email,
:category_major => 'Library',
:category_minor => 'System',
:url => s.homepage,
:download => 'http://rubyforge.org/frs/?group_id=5626',
- :license => 'LGPL', # LGPLv3, actually, but RAA is ancient...
+ :license => 'LGPL',
:description_style => 'Plain',
:description => desc,
:pass => password,
:submit => 'Update',
}