Sha256: eace4302756aa3cbfdd5191524071ef500b3dc0c56850b3294ac34280331e4a2

Contents?: true

Size: 568 Bytes

Versions: 1

Compression:

Stored size: 568 Bytes

Contents

source 'https://rubygems.org'

gem 'hashie', '>= 1.2'
gem 'liquid'

gem 'imperator-ext', '>= 0.2.0' #, path: '/Users/kmandrup/private/repos/imperator-ext' #, :git => 'git://github.com/kristianmandrup/imperator-ext.git'
gem 'focused_controller', :git => 'git://github.com/kristianmandrup/focused_controller.git'

gem 'i18n', '>= 0.6'
gem 'rails', '>= 3.1'

group :test do
	gem 'mongoid', '>= 3.1'
end

group :development do
  gem "rspec",    ">= 2.11"
  gem "rdoc",     ">= 3.12"
  gem "bundler",  ">= 1.1.0"
  gem "jeweler",  ">= 1.8.4"
  gem "simplecov",">= 0.5"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
controll-0.3.2 Gemfile