Sha256: 02df50d26afdfbacdf4200d2602a8b5965e0b818adf9314da7353a3978bdddb0
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in llt-tokenizer.gemspec gemspec gem 'coveralls', require: false gem 'llt-core', git: 'https://github.com/latin-language-toolkit/llt-core.git' gem 'llt-constants', git: 'https://github.com/latin-language-toolkit/llt-constants.git' gem 'llt-db_handler', git: 'https://github.com/latin-language-toolkit/llt-db_handler.git' gem 'llt-helpers', git: 'https://github.com/latin-language-toolkit/llt-helpers.git' gem 'llt-logger', git: 'https://github.com/latin-language-toolkit/llt-logger.git' gem 'llt-segmenter', git: 'https://github.com/latin-language-toolkit/llt-segmenter.git' gem 'llt-tokenizer', git: 'https://github.com/latin-language-toolkit/llt-tokenizer.git' # Dependencies of db_handler gem 'llt-core_extensions', git: 'https://github.com/latin-language-toolkit/llt-core_extensions.git' gem 'llt-form_builder', git: 'https://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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
llt-0.0.1 | Gemfile |