Sha256: 41bfa2aebc5d3b06b67e62b362b6763ebe5bc807e93335451bfee07f96d8528d
Contents?: true
Size: 641 Bytes
Versions: 1
Compression:
Stored size: 641 Bytes
Contents
source "http://rubygems.org" 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.35" gem "ruby-binlog", ">= 1.0.0", :git => "https://github.com/hapyrus/ruby-binlog.git" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flydata-0.1.0 | Gemfile |