Sha256: 93a7bb49ca887b07b83cd2af0e624aebbc78b6ebc0a7d09c1725bb808190d60c

Contents?: true

Size: 592 Bytes

Versions: 41

Compression:

Stored size: 592 Bytes

Contents

begin
  require ::File.expand_path '../picky/picky', __FILE__
rescue LoadError => e
  # Give up and inform the user.
  #
  puts <<-NOTE

Picky tried to compile its source on your system but failed.

If you are trying to develop for it, please run the specs first:
bundle exec rake
(You might need to set ulimit -n 3000 for the tests to run)

Please add an issue: https://github.com/floere/picky/issues/
and copy anything into it that you think is helpful. Thanks!

See related issue: https://github.com/floere/picky/issues/81

The problem reported by the compiler was:
#{e}

NOTE
  exit 1
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
picky-4.31.3 lib/try_compile.rb
picky-4.31.2 lib/try_compile.rb
picky-4.31.1 lib/try_compile.rb
picky-4.31.0 lib/try_compile.rb
picky-4.30.0 lib/try_compile.rb
picky-4.29.0 lib/try_compile.rb
picky-4.28.1 lib/try_compile.rb
picky-4.27.1 lib/try_compile.rb
picky-4.27.0 lib/try_compile.rb
picky-4.26.2 lib/try_compile.rb
picky-4.26.1 lib/try_compile.rb
picky-4.26.0 lib/try_compile.rb
picky-4.25.3 lib/try_compile.rb
picky-4.25.2 lib/try_compile.rb
picky-4.25.1 lib/try_compile.rb
picky-4.25.0 lib/try_compile.rb
picky-4.24.0 lib/try_compile.rb
picky-4.23.2 lib/try_compile.rb
picky-4.23.1 lib/try_compile.rb
picky-4.23.0 lib/try_compile.rb