Sha256: aef46b7c218bcc6f3c65a25841b0bfc6cf59d1f1c598fa7b9ca782881da650fb
Contents?: true
Size: 890 Bytes
Versions: 12
Compression:
Stored size: 890 Bytes
Contents
source "http://rubygems.org" source "https://rubygems.flydata.com" gem "rest-client", '~> 1.6', '>= 1.6.7' gem "i18n", '~> 0.6', '>= 0.6.5' gem "activesupport", '~> 4.0.0' gem "json", '~> 1.8', '>= 1.8.0' gem "highline", '~> 1.6', '>= 1.6.19' gem "fluentd", "0.10.46" gem "ruby-binlog", '~> 1.0', '>= 1.0.1' gem "fluent-plugin-mysql-binlog", '~> 0.0', '>= 0.0.2' gem "mysql2", '~> 0.3', '>= 0.3.11' gem "slop", '~> 3.4', '>= 3.4.6' gem "treetop", '~> 1.5', '>= 1.5.3' group :development do gem "jeweler", '~> 1.8', '>= 1.8.8' gem "rspec", '~> 3.0' #gem "autotest" #gem "autotest-standalone" #gem "autotest-notification" gem 'timecop', '~> 0.7', '>= 0.7.1' gem "sqlite3", '~> 1.3', '>= 1.3.9' gem 'ruby-prof', '~> 0.15', '>= 0.15.1' gem 'activemodel', '~> 4.0', '>= 4.0.0' gem 'activerecord', '~> 4.0', '>= 4.0.0' gem 'protected_attributes', '~> 1.0', '>= 1.0.8' end
Version data entries
12 entries across 12 versions & 1 rubygems