extended_bundler-errors 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f3b291909fcba238b39265ed82f5132764e893995a3030988663ddc425884e9
4
- data.tar.gz: bcd43c9e98dcd5f0bea34ea00a20740e4c68399b0d1a252ca39dddd137820ecf
3
+ metadata.gz: 2a5a20e856ce625789bf558555c9c3ba342febe0e72ea0aa56f1dbdb8e4c0640
4
+ data.tar.gz: 69afa2db663faaa1182a23c8454830d47c05d37c9db3d83591d105b1c0fd91d8
5
5
  SHA512:
6
- metadata.gz: 3d674bf636351668ba380efe77b3f72354fa941ea42fdcca3dc422a48c69f387eb43c19cdf1b4a9ed7d7a33163d8e27a5a4a8fe76e444d5fff20d20f44b686de
7
- data.tar.gz: 7c0fe4b8865915928a50d0694b1042e59fbfe6723d1bd897c4d6c80bbb665bd7f8b1f1a03047d63289b0b6d180274e8cc36b2c359d81be8c52fc13fe116c26c5
6
+ metadata.gz: 27f7e0cbad2dd73d8d67527b4a7d356e10a22bedd973cbc4976aa922e5ec8ad72cb0b5934b13c73849bbe9e99aeeec14cb7be1b66e6b16df5f939a2fc1442d5e
7
+ data.tar.gz: eb1597c9dfd25744800e2e1aae31f35c4494642375bc9e8cdbcd9f16a65edbf4044e278808ffc5c8d318f82f3b06695581ff0d40017b297bacf6a8324e72582b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- extended_bundler-errors (0.3.0)
4
+ extended_bundler-errors (0.3.1)
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.3.0"
3
+ VERSION = "0.3.1"
4
4
  HOMEPAGE = "http://github.com/jules2689/extended_bundler-errors"
5
5
  end
6
6
  end
@@ -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 solution*
22
- {{command:sudo rm -rf /Library/Developer/CommandLineTools/}}
23
- {{command:xcode-select --install}}
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.0
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-20 00:00:00.000000000 Z
11
+ date: 2018-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler