Sha256: e224925cd0d1c6810249c628466ad02dc0ca38616c87545777416d13d8464c1b

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in llt-tokenizer.gemspec
gemspec

gem 'coveralls', require: false

gem 'llt-core', git: 'git://github.com/latin-language-toolkit/llt-core.git'
gem 'llt-constants', git: 'git://github.com/latin-language-toolkit/llt-constants.git'
gem 'llt-db_handler', git: 'git://github.com/latin-language-toolkit/llt-db_handler.git'
gem 'llt-helpers', git: 'git://github.com/latin-language-toolkit/llt-helpers.git'
gem 'llt-logger', git: 'git://github.com/latin-language-toolkit/llt-logger.git'
gem 'llt-segmenter', git: 'git://github.com/latin-language-toolkit/llt-segmenter.git'
gem 'llt-tokenizer', git: 'git://github.com/latin-language-toolkit/llt-tokenizer.git'

# Dependencies of db_handler
gem 'llt-core_extensions', git: 'git://github.com/latin-language-toolkit/llt-core_extensions.git'
gem 'llt-form_builder', git: 'git://github.com/latin-language-toolkit/llt-form_builder.git'

platform :ruby do
  gem 'pg'
end

platform :jruby do
  gem 'activerecord-jdbcpostgresql-adapter'
  gem 'jruby-httpclient'
end

gem 'pry'
gem 'array_scanner'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
llt-0.0.3 Gemfile
llt-0.0.2 Gemfile