Skip to content

Commit

Permalink
Add gem base
Browse files Browse the repository at this point in the history
Created the base for the gem.
  • Loading branch information
Spaceghost committed Dec 20, 2011
1 parent 7088d6f commit af10f2b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.gem
.bundle
Gemfile.lock
pkg/*
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "http://rubygems.org"

# Specify your gem's dependencies in ../Monoceros.gemspec
gemspec
5 changes: 5 additions & 0 deletions Monoceros.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require "../Monoceros/version"

module ../Monoceros
# Your code goes here...
end
3 changes: 3 additions & 0 deletions Monoceros/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module ../Monoceros
VERSION = "0.0.1"
end
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require "bundler/gem_tasks"
Empty file added features/.gitkeep
Empty file.
Empty file added lib/.gitkeep
Empty file.
Empty file added spec/.gitkeep
Empty file.

0 comments on commit af10f2b

Please sign in to comment.