Sha256: 654db65d67131a7aec9c8325ac310ed86bfcd11f2caef1127ab710d9498ce7ec

Contents?: true

Size: 538 Bytes

Versions: 53

Compression:

Stored size: 538 Bytes

Contents

source 'https://rubygems.org'

# Include a bunch of language encoding settings.
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL="en_US.UTF-8"

Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8

gemspec

group :test do
  gem 'debugger2' unless RUBY_VERSION < "2.0"
  gem 'coveralls', require: false
  gem 'growl'
end

group :development do
  gem 'guard-rspec'
  gem 'rake'
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
polytexnic-1.5.16 Gemfile
polytexnic-1.5.15 Gemfile
polytexnic-1.5.14 Gemfile
polytexnic-1.5.13 Gemfile
polytexnic-1.5.12 Gemfile
polytexnic-1.5.11 Gemfile
polytexnic-1.5.10 Gemfile
polytexnic-1.5.9 Gemfile
polytexnic-1.5.8 Gemfile
polytexnic-1.5.7 Gemfile
polytexnic-1.5.6 Gemfile
polytexnic-1.5.5 Gemfile
polytexnic-1.5.4 Gemfile
polytexnic-1.5.3 Gemfile
polytexnic-1.5.2 Gemfile
polytexnic-1.5.1 Gemfile
polytexnic-1.5.0 Gemfile
polytexnic-1.4.1 Gemfile
polytexnic-1.4.0 Gemfile
polytexnic-1.3.5 Gemfile