Sha256: 5f21e7b9d7ce0d7147a2e4f019f80d8c5793aff857b145b36b6dc166aadf51f1
Contents?: true
Size: 740 Bytes
Versions: 6
Compression:
Stored size: 740 Bytes
Contents
# encoding: UTF-8 source "http://rubygems.org" gem "activemodel" gem "activesupport" gem "typhoeus", '0.5.0.alpha' gem "kaminari", '~> 0.13.0' group :development, :test do gem 'activerecord' gem "shoulda" gem "bundler", "~> 1.1.3" 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
logical_model-0.3.3 | Gemfile |
logical_model-0.3.2 | Gemfile |
logical_model-0.3.1 | Gemfile |
logical_model-0.3.0 | Gemfile |
logical_model-0.2.22 | Gemfile |
logical_model-0.2.21 | Gemfile |