Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kennedy and Kris Windham authored and Thing-3 committed Mar 12, 2012
1 parent b3ad816 commit e6a4a67
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions rquery.gemspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
Gem::Specification.new do |s|
s.name = 'rquery'
s.version = '0.1.0'
s.summary = "rQuery accepts json and converts to AR query"
s.description = ""
s.summary = "Queries for your restful api!"
s.description = "Rquery is a ruby gem that will allow you to pass queries into your restful api as json. It will take the json formatted queries and convert them into an orm or datasource specific query (currently only ActiveRecord is supported)."
s.authors = ["Tom Wilson, Kris Windham, Andrew Kennedy"]
s.email = 'team@jackrussellsoftware.com'
s.files = ["lib/rquery.rb"]
s.homepage = 'https://github.com/jackruss/rquery'

# s.add_dependency 'rspec', '~> 2.8.0'
# s.add_dependency 'sinatra', '~> 1.3.2'
# s.add_dependency 'rack', '~> 1.4.1'
# s.add_dependency 'rack-test', '~> 0.6.1'
# s.add_dependency 'sqlite3', '~> 1.3.5'
# s.add_dependency 'activerecord', '~> 3.2.2'
s.add_dependency 'json', '~> 1.6.3'
end

0 comments on commit e6a4a67

Please sign in to comment.