lib/universa.rb in universa-0.1.0 vs lib/universa.rb in universa-0.1.1
- old
+ new
@@ -1,5 +1,14 @@
require "universa/version"
+require "universa/errors"
+require "universa/umi"
+# The Universa gem
+#
+# Currently, only direct access to the Java API is available:
+#
+# - class {UMI}. Use it to get direct access to the Java API
+#
+# Ruby-wrappers and tools are not yet available. Still direct access could be all you need at the time.
+#
module Universa
- # Your code goes here...
end