jt_tools 0.0.7 → 0.0.8

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: 110820f3c765883cb41d8be9ab041d2378e7bb02d2f0932274f0ea60130e616d
4
- data.tar.gz: c2507a76f727d277f1e58457ed3f3d47732f48fdc42dc66529c3c65b5311d709
3
+ metadata.gz: 572357ddd76795a8be4e63b9971170b929b88a13984bc19699cccb032360e6f0
4
+ data.tar.gz: 623a3189df117eaddd2b9e34a71133e258335db0c75fc21e229291c9a02c8110
5
5
  SHA512:
6
- metadata.gz: 0031d018dd400ecb1762a59e2a3a7907cada91ded4059b166bcd56fc6ab9995ab12caad80822750a269361c617abab31cb80612604bccd9771d112bc186ab445
7
- data.tar.gz: 8edd821baf1efc31ce37f31930daf29b3cb997cb9ce48db4937060cc77a142e9bea44b8a077ed80d51a52b17993e38fe4b13be717903d58b9653853fc2b81905
6
+ metadata.gz: 7c2dc7910b9bcf6c5b4581579ea39b2f8cf8f18f5eb908fa91eec5879836867931dd052aebe9804b565ca27c04955c237d9deb640cfe045637824d61fb7bb945
7
+ data.tar.gz: 31a9bf64622e847b3b29fba3294974a49775f4789441a2581ef8b60aba3f3708dc86f1646d9919fb57bf87815c624cf71fe4ce393845c82ec794e628e0e1984e
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  [![CircleCI](https://circleci.com/gh/jetthoughts/jt_tools.svg?style=svg)](https://circleci.com/gh/jetthoughts/jt_tools)
2
2
  [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjetthoughts%2Fjt_tools.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjetthoughts%2Fjt_tools?ref=badge_shield)
3
+ [![Gem Version](https://badge.fury.io/rb/jt_tools.svg)](https://badge.fury.io/rb/jt_tools)
3
4
 
4
5
  # JetThoughts Tools
5
6
 
@@ -182,7 +182,7 @@ jobs:
182
182
  source $BASH_ENV
183
183
  gem install bundler:$BUNDLER_VERSION
184
184
 
185
- - run: sudo apt-get update && sudo apt-get install cmake yamllint python3-setuptools python3-pkg-resources
185
+ - run: sudo apt-get update && sudo apt-get install cmake yamllint python3-setuptools python3-pkg-resources pkg-config
186
186
 
187
187
  - run:
188
188
  name: Run Gemfile tools update in separate branch
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "APP NAME",
3
2
  "scripts": {
4
3
  "postdeploy": "bin/heroku-postdeploy"
5
4
  },
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JtTools
4
- VERSION = "0.0.7"
4
+ VERSION = "0.0.8"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jt_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Keen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -85,7 +85,7 @@ metadata:
85
85
  homepage_uri: https://jtway.co
86
86
  source_code_uri: https://github.com/jetthoughts/jt-tools/
87
87
  changelog_uri: https://github.com/jetthoughts/jt-tools/
88
- post_install_message:
88
+ post_install_message:
89
89
  rdoc_options: []
90
90
  require_paths:
91
91
  - lib
@@ -100,8 +100,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
- rubygems_version: 3.1.3
104
- signing_key:
103
+ rubygems_version: 3.1.4
104
+ signing_key:
105
105
  specification_version: 4
106
106
  summary: Setup development scripts to manage code base effectively
107
107
  test_files: []