Sha256: e35b76833c815ccfcc6e6bf6ff6e3972ae4ded0eb2700090475b8efc927ba892

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 Bytes

Contents

source 'http://rubygems.org'

gem 'rails',        '~> 3.2.1'
gem 'iqvoc',        '~> 4.0.0'#, :path => '../iqvoc'
gem 'iqvoc_skosxl', '~> 2.0.0'#, :path => '../iqvoc_skosxl'

group :development, :test do
  platforms :ruby do
    gem 'mysql2'
    gem 'sqlite3'
  end
  platforms :jruby do
    gem 'activerecord-jdbcsqlite3-adapter'
    gem 'activerecord-jdbcmysql-adapter'
  end
end

group :test do
  gem 'test-unit'
  gem 'spork'
  gem 'spork-testunit'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.0.3 Gemfile
iqvoc_inflectionals-2.0.2 Gemfile
iqvoc_inflectionals-2.0.1 Gemfile
iqvoc_inflectionals-2.0.0 Gemfile