Skip to content

Commit

Permalink
Goodbye Grape.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jan 1, 2015
1 parent 8d67776 commit 6128bfb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Gemfile
@@ -1,8 +1,3 @@
source "http://rubygems.org"

gemspec

# Until a new Grape release is out:
gem 'grape',
:git => 'git://github.com/intridea/grape.git',
:ref => '212c96cdfb253a59bc93790808c568e559d04468'
3 changes: 2 additions & 1 deletion lib/maitre_d.rb
@@ -1,4 +1,5 @@
require 'grape'
require 'sliver'
require 'multi_json'

module MaitreD
end
7 changes: 5 additions & 2 deletions maitre_d.gemspec
Expand Up @@ -17,8 +17,11 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']

s.add_runtime_dependency 'sliver', '~> 0.0.4'
s.add_runtime_dependency 'multi_json', '>= 1.3.0'

s.add_development_dependency 'combustion', '0.5.1'
s.add_development_dependency 'kensa', '1.3.0'
s.add_development_dependency 'rails', '3.1.3'
s.add_development_dependency 'rspec-rails', '2.7.0'
s.add_development_dependency 'rails', '~> 4.1.0'
s.add_development_dependency 'rspec-rails', '~> 3.1.0'
end

0 comments on commit 6128bfb

Please sign in to comment.