Sha256: 567edd1e516b7a1f2e4fe2d09f5899a8a0155126e7d51235aa145de9cb48fd32
Contents?: true
Size: 721 Bytes
Versions: 6
Compression:
Stored size: 721 Bytes
Contents
# encoding: UTF-8 source "http://rubygems.org" gem "activemodel" gem "activesupport" gem "typhoeus", "~> 0.2.4" gem "kaminari", '~> 0.13.0' group :development, :test do gem 'activerecord' gem "shoulda" gem "bundler", "~> 1.0.10" gem "jeweler", "~> 1.6.4" gem "rcov" gem "sqlite3-ruby" gem "sinatra", " ~> 1.2.6" gem "json" 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
logical_model-0.2.16 | Gemfile |
logical_model-0.2.15 | Gemfile |
logical_model-0.2.14 | Gemfile |
logical_model-0.2.12 | Gemfile |
logical_model-0.2.11 | Gemfile |
logical_model-0.2.10 | Gemfile |