lib/ruboto/description.rb in ruboto-0.10.0.rc.1 vs lib/ruboto/description.rb in ruboto-0.10.0
- old
+ new
@@ -1,8 +1,8 @@
module Ruboto
DESCRIPTION = <<EOF
Ruboto (JRuby on Android) is a platform for developing full stand-alone apps for
Android using the Ruby language and libraries. It includes support libraries
and generators for creating projects, classes, tests, and more. The complete
-APIs of Android, Java, and Ruby is available to you using the Ruby language.
+APIs of Android, Java, and Ruby are available to you using the Ruby language.
EOF
end