Sha256: ddf374074b30cea04de765b46f87312fdb383c274f2ec11b9fe6e7e1af39420e

Contents?: true

Size: 795 Bytes

Versions: 7

Compression:

Stored size: 795 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 'debugger'
  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

7 entries across 7 versions & 1 rubygems

Version Path
logical_model-0.6.6 Gemfile
logical_model-0.6.5 Gemfile
logical_model-0.6.4 Gemfile
logical_model-0.6.1 Gemfile
logical_model-0.6.0 Gemfile
logical_model-0.5.13 Gemfile
logical_model-0.5.12 Gemfile