extended_bundler-errors 0.3.0 → 0.3.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/extended_bundler/errors/version.rb +1 -1
- data/lib/extended_bundler/handlers/gda.yml +9 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a5a20e856ce625789bf558555c9c3ba342febe0e72ea0aa56f1dbdb8e4c0640
|
|
4
|
+
data.tar.gz: 69afa2db663faaa1182a23c8454830d47c05d37c9db3d83591d105b1c0fd91d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27f7e0cbad2dd73d8d67527b4a7d356e10a22bedd973cbc4976aa922e5ec8ad72cb0b5934b13c73849bbe9e99aeeec14cb7be1b66e6b16df5f939a2fc1442d5e
|
|
7
|
+
data.tar.gz: eb1597c9dfd25744800e2e1aae31f35c4494642375bc9e8cdbcd9f16a65edbf4044e278808ffc5c8d318f82f3b06695581ff0d40017b297bacf6a8324e72582b
|
data/Gemfile.lock
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
matching:
|
|
4
4
|
- "libgda is missing"
|
|
5
5
|
- "checking for libgda/sql-parser/gda-sql-parser.h... no"
|
|
6
|
+
- "checking for libgda/sql-parser/gda-sql-parser.h... -------------------- no"
|
|
6
7
|
messages:
|
|
7
8
|
en: |
|
|
8
9
|
You are missing the libgda library
|
|
@@ -18,9 +19,14 @@
|
|
|
18
19
|
- {{command:export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig}}
|
|
19
20
|
- You should consider adding that {{command:PKG_CONFIG_PATH}} entry to your environment (bash profile, zshrc, etc)
|
|
20
21
|
|
|
21
|
-
*Other
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
*Other solutions*
|
|
23
|
+
|
|
24
|
+
Xcode Command Line Tools:
|
|
25
|
+
- {{command:sudo rm -rf /Library/Developer/CommandLineTools/}}
|
|
26
|
+
- {{command:xcode-select --install}}
|
|
27
|
+
|
|
28
|
+
Bundler Config:
|
|
29
|
+
- {{command:bundle config build.gda --with-cflags="'""$(pkg-config --cflags libgda-5.0)""'" --with-ldflags="'""$(pkg-config --libs libgda-5.0)""'"}}
|
|
24
30
|
|
|
25
31
|
Other:
|
|
26
32
|
You can also check https://github.com/GNOME/libgda for more info on how to install
|
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.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jules2689
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|