Sha256: cf09d285db80114e056c7b7a02f41b3cc149019bbd7718488a585dccf3f4657a
Contents?: true
Size: 771 Bytes
Versions: 3
Compression:
Stored size: 771 Bytes
Contents
# encoding: UTF-8 source "http://rubygems.org" gem "activemodel" gem "activesupport" gem "typhoeus", git: "git@github.com:dwaynemac/typhoeus.git" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
logical_model-0.2.20 | Gemfile |
logical_model-0.2.19 | Gemfile |
logical_model-0.2.18 | Gemfile |