Add bundler gem skeleton
This commit is contained in:
5
lib/jasmine-core.rb
Normal file
5
lib/jasmine-core.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
module Jasmine
|
||||
module Core
|
||||
# Your code goes here...
|
||||
end
|
||||
end
|
||||
5
lib/jasmine-core/version.rb
Normal file
5
lib/jasmine-core/version.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
module Jasmine
|
||||
module Core
|
||||
VERSION = "0.0.1"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user