extended_bundler-errors 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea6c77d51ab412c899e36249d18e3c572354ff148aab8b23b0254a4a2d4312c0
4
- data.tar.gz: 8ccfbfa5303d43996d9bdae9c112c7a8d77035bc92f7a6973f8fa0e856d1f25b
3
+ metadata.gz: dbbcdf11b72a113a9c7d6439ec36ff9dc499df88faf0e93b1729da3fabec6c6a
4
+ data.tar.gz: aea3cd82124cac39df336ccf7011aed91787aa51dfd1f2224ae500903456a6c6
5
5
  SHA512:
6
- metadata.gz: 659ba7ff72b6478b1ca283b6c4772fc69f93561857c1d91baca6bbc452b0ed74eb9f42169537bd515c1f0f12617234a335f8f03af3c543a83928239ff58bd97d
7
- data.tar.gz: 270456e67a833e629e2d743f87cd63b521cc0804abda7e3781b347cb44b19b5a92caefcc8b5337e7b6ddd15080ee90abde725ded8480e87ec668ab96c595211c
6
+ metadata.gz: 5f5ff976369dafc7af1b283b0c33487c9ecff6edf808816e46f70e9a6ebc1e0b906d86feef33c3c0f60f65b4c126575ed6d34c60cf8e1de92a7fb66207348f49
7
+ data.tar.gz: 46cfee80d5b6dc5465b30298904f6a04598211d0d83ede8489cac01a76987c92f823a855245831ce44d230eeaed080976aaf887eb07c01f014b51dbfbdc6ed13
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- extended_bundler-errors (0.2.2)
4
+ extended_bundler-errors (0.2.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -26,7 +26,7 @@ While this is a gem, you need to install it as a [Bundler plugin](https://bundle
26
26
 
27
27
  OR
28
28
 
29
- `bundler plugin install extended_bundler-errors --git=https://github.com/Shopify/extended_bundler-errors.git`
29
+ `bundler plugin install extended_bundler-errors --git=https://github.com/jules2689/extended_bundler-errors.git`
30
30
 
31
31
  ## Development
32
32
 
@@ -73,7 +73,7 @@ Note, this is an array of "matchers". We will try each one iteratively against t
73
73
 
74
74
  ## Contributing
75
75
 
76
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/extended_bundler-errors. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
76
+ Bug reports and pull requests are welcome on GitHub at https://github.com/jules2689/extended_bundler-errors. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
77
77
 
78
78
  ## License
79
79
 
@@ -81,4 +81,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
81
81
 
82
82
  ## Code of Conduct
83
83
 
84
- Everyone interacting in the ExtendedBundler::Errors project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/extended_bundler-errors/blob/master/CODE_OF_CONDUCT.md).
84
+ Everyone interacting in the ExtendedBundler::Errors project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/jules2689/extended_bundler-errors/blob/master/CODE_OF_CONDUCT.md).
@@ -1,6 +1,6 @@
1
1
  module ExtendedBundler
2
2
  module Errors
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.4"
4
4
  HOMEPAGE = "http://github.com/shopify/extended_bundler-errors"
5
5
  end
6
6
  end
@@ -0,0 +1,14 @@
1
+ -
2
+ versions:
3
+ max: 2.16.0
4
+ matching:
5
+ - "warning: implicit conversion loses integer precision: 'long' to 'int'"
6
+ messages:
7
+ en: |
8
+ {{bold:What is the problem?}}
9
+ Older OJ versions use Fixnum which is no longer available in Ruby 2.4
10
+
11
+ {{bold:What can I do?}}
12
+ One of the following should help:
13
+ - Downgrade your Ruby version
14
+ - Upgrade to at least OJ version 2.16.1
@@ -0,0 +1,13 @@
1
+ -
2
+ versions: all
3
+ matching:
4
+ - "openssl is missing. please install openssl."
5
+ - "checking for openssl/ssl.h... no"
6
+ messages:
7
+ en: |
8
+ {{bold:What is the problem?}}
9
+ You are missing an OpenSSL installation on your computer
10
+
11
+ {{bold:What can I do?}}
12
+ Linux: {{command:sudo apt-get update && sudo apt-get install libssl-dev}}
13
+ Mac: {{command:brew install openssl}}
@@ -0,0 +1,13 @@
1
+ -
2
+ versions: all
3
+ matching:
4
+ - "openssl is missing. please install openssl."
5
+ - "checking for openssl/ssl.h... no"
6
+ messages:
7
+ en: |
8
+ {{bold:What is the problem?}}
9
+ You are missing an OpenSSL installation on your computer
10
+
11
+ {{bold:What can I do?}}
12
+ Linux: {{command:sudo apt-get update && sudo apt-get install libssl-dev}}
13
+ Mac: {{command:brew install openssl}}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extended_bundler-errors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - jules2689
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-27 00:00:00.000000000 Z
11
+ date: 2018-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -77,7 +77,10 @@ files:
77
77
  - lib/extended_bundler/handlers/http_parser.yml
78
78
  - lib/extended_bundler/handlers/libv8.yml
79
79
  - lib/extended_bundler/handlers/mysql2.yml
80
+ - lib/extended_bundler/handlers/oj.yml
81
+ - lib/extended_bundler/handlers/openssl.yml
80
82
  - lib/extended_bundler/handlers/rmagick.yml
83
+ - lib/extended_bundler/handlers/semian.yml
81
84
  - lib/extended_bundler/handlers/sqlite3.yml
82
85
  - lib/extended_bundler/handlers/testing_stuff.yml
83
86
  - lib/extended_bundler/handlers/testing_stuff_2.yml