lib/r509/version.rb in r509-0.10.0 vs lib/r509/version.rb in r509-1.0
- old
+ new
@@ -1,4 +1,6 @@
+# A module for building an easy to use CA. Includes CSR, Certificate, and CRL
+# support.
module R509
- #The version of the r509 gem
- VERSION="0.10.0"
+ # The version of the r509 gem
+ VERSION = "1.0"
end