From e720f256bc4653139d7459268dada3890f56d970 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 20 Sep 2012 13:16:19 +0200 Subject: added Gemfile and gemspec not sure i want to package this - but gemspec serves as gem list for bundler and doc for now --- lib/leap_ca/version.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/leap_ca/version.rb (limited to 'lib') diff --git a/lib/leap_ca/version.rb b/lib/leap_ca/version.rb new file mode 100644 index 0000000..47b9df2 --- /dev/null +++ b/lib/leap_ca/version.rb @@ -0,0 +1,3 @@ +module LeapCA + VERSION = "0.0.1" +end -- cgit v1.2.3