Sha256: b7b3d6d267e6546508f4654e0381bc5e6daf0ec5f7266a40c95078377a3b6f78

Contents?: true

Size: 502 Bytes

Versions: 3

Compression:

Stored size: 502 Bytes

Contents

source "http://rubygems.org"

# The Ardtweeno Application Gateway
gem "ardtweeno"

# Utility
gem "rake"
gem "nokogiri"
gem "rack", ">= 1.1"
gem "foreman"
gem "json"
gem "typhoeus", ">= 0.6.3"

# For the Database
gem "mongo", ">= 1.6.2"
gem "bson_ext", ">= 1.6.2"

# For Testing
gem "rack-test"
gem "test-unit"
gem "rspec", :require => "spec"

# For the SerialParser 
gem "serialport", ">= 1.1.0"

# For the HTTP REST API
gem "sinatra", ">= 1.3.3"
gem "thin", ">= 1.5.0"
gem "rufus-scheduler", ">= 2.0"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ardtweeno-0.3.1 Gemfile
ardtweeno-0.3.0 Gemfile
ardtweeno-0.2.5 Gemfile