Skip to content

Commit

Permalink
Branching from mjai project.
Browse files Browse the repository at this point in the history
  • Loading branch information
gimite committed Apr 25, 2012
0 parents commit 4b7dbfa
Show file tree
Hide file tree
Showing 17 changed files with 2,337 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gemfile.lock
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "http://rubygems.org"
gemspec :name => "mjai-manue"
gem "mjai", :path => "../mjai"
9 changes: 9 additions & 0 deletions bin/mjai-manue
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env ruby

require "rubygems"
require "bundler/setup"

require "mjai/manue/mjai_manue_command"


Mjai::Manue::MjaiManueCommand.execute(ARGV)
Loading

0 comments on commit 4b7dbfa

Please sign in to comment.