Sha256: e78c381a43738d3295941b6df359534076c6acb7038330efd04569a8e6da1d79
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
Contents
# encoding: UTF-8 source "http://rubygems.org" gem "activemodel" gem "activesupport" gem "typhoeus", "~> 0.2.4" gem "kaminari" group :development, :test do 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logical_model-0.2.9 | Gemfile |