Sha256: bfc51060ee051deee8188aebd7585e58de8b2b0a8b15a5d05a12d233fe936a7b
Contents?: true
Size: 625 Bytes
Versions: 4
Compression:
Stored size: 625 Bytes
Contents
source "http://rubygems.org" source "https://rubygems.flydata.com" gem "rest-client", "~> 1.6.7" gem "i18n", "~> 0.6.5" gem "activesupport", "~> 4.0.0" gem "json", "~> 1.8.0" gem "highline", "~> 1.6.19" gem "fluentd", "0.10.46" gem "ruby-binlog", ">= 1.0.0" gem "fluent-plugin-mysql-binlog", "~> 0.0.2" gem "mysql2", "~> 0.3.11" group :development do gem "bundler" gem "jeweler" gem "rspec" #gem "autotest" #gem "autotest-standalone" #gem "autotest-notification" gem 'timecop' gem "sqlite3" gem 'ruby-prof' gem 'activemodel', '~> 4.0.0' gem 'activerecord', '~> 4.0.0' gem 'protected_attributes' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
flydata-0.1.6 | Gemfile |
flydata-0.1.5 | Gemfile |
flydata-0.1.4 | Gemfile |
flydata-0.1.3 | Gemfile |