Sha256: f61f0bdb2183aab48e007ef909ad943adb2f4279c3cd249f33ab39172af584a7
Contents?: true
Size: 660 Bytes
Versions: 2
Compression:
Stored size: 660 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.1" gem "fluent-plugin-mysql-binlog", "~> 0.0.2" gem "mysql2", "~> 0.3.11" gem "slop" gem "treetop" group :development do gem "bundler" gem "jeweler" gem "rspec", '~> 3.0' #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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flydata-0.1.12 | Gemfile |
flydata-0.1.11 | Gemfile |