Skip to content

Commit

Permalink
Extracted Grape::Entity into the grape-entity gem. Required to start …
Browse files Browse the repository at this point in the history
…the work needed for ruby-grape#294
  • Loading branch information
idyll committed Jan 13, 2013
1 parent 11576c8 commit 8552884
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 969 deletions.
3 changes: 2 additions & 1 deletion grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rack-mount'
s.add_runtime_dependency 'rack-accept'
s.add_runtime_dependency 'activesupport'
# s.add_runtime_dependency 'rack-jsonp'
s.add_runtime_dependency 'grape-entity', '>= 0.2.0'
# s.add_runtime_dependency 'rack-jsonp',
s.add_runtime_dependency 'multi_json', '>= 1.3.2'
s.add_runtime_dependency 'multi_xml', '>= 0.5.2'
s.add_runtime_dependency 'hashie', '~> 1.2'
Expand Down
389 changes: 0 additions & 389 deletions lib/grape/entity.rb

This file was deleted.

Loading

0 comments on commit 8552884

Please sign in to comment.