Sha256: 7e3216527933345ff27e60b2ac2e7e1375d4ef78826641a75565d57f1065a5cf
Contents?: true
Size: 778 Bytes
Versions: 4
Compression:
Stored size: 778 Bytes
Contents
# encoding: UTF-8 source "http://rubygems.org" gem "activemodel" gem "activesupport" gem "typhoeus", '0.5.0.alpha' gem "ethon", "0.4.2" gem "kaminari", '~> 0.13.0' group :development, :test do gem 'rake' gem 'activerecord' gem "shoulda" gem "bundler", ">= 1.2.2" gem "jeweler", "~> 1.6.4" gem "rcov" gem "sqlite3-ruby" gem "sinatra", " ~> 1.2.6" gem "json" gem 'gemcutter' gem "rspec-rails" gem "guard-rspec" # guard notifications on Mac OS X gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i gem 'growl', :require => false if RUBY_PLATFORM =~ /darwin/i # guard notifications on Linux gem 'rb-inotify', :require => false if RUBY_PLATFORM =~ /linux/i gem 'libnotify', :require => false if RUBY_PLATFORM =~ /linux/i end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
logical_model-0.5.11 | Gemfile |
logical_model-0.5.10 | Gemfile |
logical_model-0.5.8 | Gemfile |
logical_model-0.5.7 | Gemfile |