Skip to content

Instantly share code, notes, and snippets.

@alex-cellcity
Created August 3, 2012 09:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-cellcity/3246364 to your computer and use it in GitHub Desktop.
Save alex-cellcity/3246364 to your computer and use it in GitHub Desktop.
Gemfile for tnpfk api
source 'http://rubygems.org'
gem 'actionmailer', '2.3.8'
gem 'actionpack', '2.3.8'
gem 'activerecord', '2.3.8'
gem 'activeresource', '2.3.8'
gem 'activesupport', '2.3.8'
gem 'addressable', '2.2.6'
gem 'akami', '1.0.0'
gem 'apns', '0.9.0'
gem 'bitly', '0.5.1'
gem 'builder', '3.0.0'
gem 'c2dm', '0.1.6'
# gem 'chikamichi-marshalize', :git => 'git://github.com/chikamichi/marshalize.git'
# gem install chikamichi-marshalize --source http://gems.github.com
gem 'chronic', '0.2.3'
gem 'compass', '0.10.2'
gem 'configuration', '1.1.0'
gem 'crack', '0.1.8'
gem 'cucumber', '1.0.2'
gem 'daemon_controller', '0.2.5'
gem 'daemons', '1.1.3'
gem 'diff-lcs', '1.1.2'
gem 'elif', '0.1.0'
gem 'em-proxy', '0.1.2'
gem 'em-websocket', '0.3.0'
gem 'eventmachine', '0.12.10'
gem 'facebooker', '1.0.74'
gem 'fastthread', '1.0.7'
gem 'file-tail', '1.0.5'
gem 'geokit', '1.5.0'
gem 'gherkin', '2.4.5'
# gem 'gioext-sinatra-memcache', '0.1.0'
# gem install gioext-sinatra-memcache --source http://gems.github.com
gem 'google-geo', '2.3'
gem 'gyoku', '0.4.4'
gem 'haml', '3.0.13'
gem 'hoe', '2.6.1'
gem 'hpricot', '0.8.2'
gem 'http_router', '0.3.13'
gem 'httparty', '0.7.8'
gem 'httpi', '0.9.5'
gem 'i18n', '0.4.1'
gem 'json', '1.5.3'
gem 'json_pure', '1.4.3'
gem 'launchy', '0.3.5'
gem 'mail', '2.2.5'
gem 'memcache', '1.2.12'
gem 'memcache-client', '1.8.5'
gem 'mime-types', '1.16'
gem 'mysql', '2.8.1'
gem 'mysql2', '0.1.9'
gem 'nokogiri', '1.4.2'
gem 'nori', '1.0.2'
gem 'oauth', '0.4.1'
gem 'padrino', '0.9.14'
gem 'padrino-admin', '0.9.14'
gem 'padrino-core', '0.9.14'
gem 'padrino-gen', '0.9.14'
gem 'padrino-helpers', '0.9.14'
gem 'padrino-mailer', '0.9.14'
gem 'passenger', '3.0.5'
gem 'polyglot', '0.3.1'
gem 'pony', '1.0'
gem 'quick_magick', '0.8.0'
gem 'rack', '1.1.0'
gem 'rails', '2.3.8'
gem 'rake', '0.8.7'
gem 'request-log-analyzer', '1.10.0'
gem 'rest-client', '1.6.3'
gem 'riddle', '1.0.11'
gem 'rspec', '2.6.0'
gem 'rspec-core', '2.6.4'
gem 'rspec-expectations', '2.6.0'
gem 'rspec-mocks', '2.6.0'
gem 'rubyforge', '2.0.4'
gem 'rubygems-update', '1.3.7'
gem 'rufus-scheduler', '2.0.6'
gem 'savon', '0.9.5'
gem 'scout', '5.5.3'
gem 'shotgun', '0.8'
gem 'sinatra', '1.0'
gem 'spruz', '0.2.2'
gem 'sqlite3-ruby', '1.3.1'
gem 'term-ansicolor', '1.0.6'
gem 'thin', '1.2.7'
gem 'thor', '0.13.7'
gem 'tilt', '1.2.2'
gem 'tmail', '1.2.7.1'
gem 'treetop', '1.4.8'
gem 'url_mount', '0.2.1'
gem 'wasabi', '1.0.0'
gem 'xml-simple', '1.0.12'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment