Add bundler gem skeleton

This commit is contained in:
ragaskar
2011-04-29 20:01:40 -04:00
parent 9d5470ff55
commit 48c8d2cc1f
6 changed files with 38 additions and 33 deletions

5
lib/jasmine-core.rb Normal file
View File

@@ -0,0 +1,5 @@
module Jasmine
module Core
# Your code goes here...
end
end

View File

@@ -0,0 +1,5 @@
module Jasmine
module Core
VERSION = "0.0.1"
end
end