extended_bundler-errors 0.2.4 → 0.2.5

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: dbbcdf11b72a113a9c7d6439ec36ff9dc499df88faf0e93b1729da3fabec6c6a
4
- data.tar.gz: aea3cd82124cac39df336ccf7011aed91787aa51dfd1f2224ae500903456a6c6
3
+ metadata.gz: d42bf1ba3b5f0e02c93429a1647eb6c45fe79c35c830ff136e379a140970230d
4
+ data.tar.gz: 219bf366c4579a08fd74e24d7e9212d1a3f41f6aafa6ddcb08a4b0d65d219aac
5
5
  SHA512:
6
- metadata.gz: 5f5ff976369dafc7af1b283b0c33487c9ecff6edf808816e46f70e9a6ebc1e0b906d86feef33c3c0f60f65b4c126575ed6d34c60cf8e1de92a7fb66207348f49
7
- data.tar.gz: 46cfee80d5b6dc5465b30298904f6a04598211d0d83ede8489cac01a76987c92f823a855245831ce44d230eeaed080976aaf887eb07c01f014b51dbfbdc6ed13
6
+ metadata.gz: 9528f317e0ace7a265c9b48d695aa327132f6340347fcd5e1bbfa0f19372eb93a7708507e4b95d159bf2ab78e5f0ae241a06f6d888e35fe0483b5fd6489f47dd
7
+ data.tar.gz: 181769e84ac8de141994902e12c6dd9f9cb15ae85162092237a03083d30f499ff559c0c6e000e1dfb58b89f2797ab2bc4723f3b8015e2b661cd89b1a00eefd97
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- extended_bundler-errors (0.2.4)
4
+ extended_bundler-errors (0.2.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,6 +1,6 @@
1
1
  module ExtendedBundler
2
2
  module Errors
3
- VERSION = "0.2.4"
3
+ VERSION = "0.2.5"
4
4
  HOMEPAGE = "http://github.com/shopify/extended_bundler-errors"
5
5
  end
6
6
  end
@@ -0,0 +1,26 @@
1
+ -
2
+ versions: all
3
+ matching:
4
+ - "libgda is missing"
5
+ - "checking for libgda/sql-parser/gda-sql-parser.h... no"
6
+ messages:
7
+ en: |
8
+ You are missing the libgda library
9
+
10
+ One of the following commands may help:
11
+
12
+ Ubuntu:
13
+ - {{command:apt-get install build-essential}}
14
+ - {{command:apt-get install libgda-5.0-dev}}
15
+
16
+ Mac:
17
+ - {{command:brew install libgda}}
18
+ - {{command:export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig}}
19
+ - You should consider adding that {{command:PKG_CONFIG_PATH}} entry to your environment (bash profile, zshrc, etc)
20
+
21
+ *Other solution*
22
+ {{command:sudo rm -rf /Library/Developer/CommandLineTools/}}
23
+ {{command:xcode-select --install}}
24
+
25
+ Other:
26
+ You can also check https://github.com/GNOME/libgda for more info on how to install
@@ -9,9 +9,9 @@
9
9
  One of the following commands may help:
10
10
 
11
11
  Ubuntu:
12
- - `apt-get install build-essential`
13
- - `apt-get install libgmp-dev`
12
+ - {{command:apt-get install build-essential}}
13
+ - {{command:apt-get install libgmp-dev}}
14
14
 
15
15
  Mac:
16
- - `xcode-select --install`
17
- - `brew uninstall gmp` and `brew install gmp`
16
+ - {{command:xcode-select --install}}
17
+ - {{command:brew uninstall gmp}} and {{command:brew install gmp}}
@@ -0,0 +1,31 @@
1
+ -
2
+ versions: all
3
+ matching:
4
+ - "mini_racer_extension.cc: In function 'VALUE"
5
+ messages:
6
+ en: |
7
+ To install mini-racer you will need a version of gcc that supports C++11 (gcc 4.8)
8
+
9
+ If {{command:gcc --version}} is less than {{info:4.8.0}}, then you may need to run:
10
+ {{command:sudo apt-get install python-software-properties}}
11
+ {{command:sudo add-apt-repository ppa:ubuntu-toolchain-r/test}}
12
+ {{command:sudo apt-get update}}
13
+ {{command:sudo apt-get install gcc-4.8}}
14
+ {{command:sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50}}
15
+
16
+ In Travis CI, add:
17
+ {{command:- sudo: required}}
18
+ {{command:- dist: trusty}}
19
+
20
+ This link explains more:
21
+ https://github.com/discourse/mini_racer#travis-ci
22
+ -
23
+ versions: all
24
+ matching:
25
+ - "include/v8.h: No such file or directory"
26
+ messages:
27
+ en: |
28
+ There may be an issue install with v8.
29
+ Try running:
30
+
31
+ {{command:gem uninstall libv8}} and then retry installing {{info:mini_racer}}
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - jules2689
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-05 00:00:00.000000000 Z
11
+ date: 2018-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -74,8 +74,10 @@ files:
74
74
  - lib/extended_bundler/errors.rb
75
75
  - lib/extended_bundler/errors/formatter.rb
76
76
  - lib/extended_bundler/errors/version.rb
77
+ - lib/extended_bundler/handlers/gda.yml
77
78
  - lib/extended_bundler/handlers/http_parser.yml
78
79
  - lib/extended_bundler/handlers/libv8.yml
80
+ - lib/extended_bundler/handlers/mini_racer.yml
79
81
  - lib/extended_bundler/handlers/mysql2.yml
80
82
  - lib/extended_bundler/handlers/oj.yml
81
83
  - lib/extended_bundler/handlers/openssl.yml