Gemfile in milkode-0.7.1 vs Gemfile in milkode-0.8.0

- old
+ new

@@ -1,11 +1,24 @@ source "http://rubygems.org" + # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" # gemspec +gem 'termcolor','>= 1.2.0' +gem 'rroonga','>= 1.1.0' +gem 'rack','>=1.3.4' +gem 'sinatra', '>=1.2.6' +gem 'launchy', '>=0.3.7' +gem 'coderay', '>=1.0.5' +gem 'thin', '>=1.2.10' +gem 'archive-zip', '>=0.4.0' +gem 'haml', '>=3.1.2' +gem 'sass', '>=3.1.3' +gem 'thor', '~> 0.15.0' + # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. -# group :development do -# gem "bundler" -# gem "jeweler" -# end +group :development do + gem "bundler" + gem "jeweler" +end