planetscale 0.1.0 → 0.2.0

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: '08676f6db7d2320ebf4bdcc91fe73d5232154cad5034eccc4cc33d4785210e10'
4
- data.tar.gz: efc1fcab97e5988842003792217056782a9a910977bb7b5a6532dc3f73c25f28
3
+ metadata.gz: 75a7625f54d62ba53119f75de1c50eeec931ab0944beff8cfaf213bbc8baea24
4
+ data.tar.gz: 224fd41e4e83af46608ec01fef0afb2491ccd37d2bba9d76bcf883907a4dc518
5
5
  SHA512:
6
- metadata.gz: 52a7c7101a2852f7844cba913a90cccb11b9b0601b7de3ca98d0167cf00606cd598489c58f5070f3e77d0f1ccb534d2a55b56b70ce015ef3577557e4ae2c4017
7
- data.tar.gz: 9ee252ca561dca3d4a3d6dbb863dc01941bc88458ca8f4078d3a3ef319c78437ef04ba6fe7b29d7b56dfddbffe38bdb1e0ce18a05cd8fc83bd6e3a10d79d16b4
6
+ metadata.gz: df90088ff0a81ae63a4543be8ced05ed64dba65c356fc40a03516ea4129708ee46f9d8acb3b8257b07c6de97be08435e4bbdcc2446cb6b3b7f18f2c629df3aa8
7
+ data.tar.gz: ff219e6061e33586589b98e509f41c30dbf60dbdf5886ff5c59881162f0fe9ea2e2c5c617f291df90f4a422f1b1e8cc293a5d19f0a99e09f7e0f75c9f28f2139
@@ -1,4 +1,4 @@
1
- name: Ruby Gem
1
+ name: Ruby Gem - Run Tests
2
2
 
3
3
  on:
4
4
  push:
@@ -13,12 +13,11 @@ jobs:
13
13
  steps:
14
14
  - uses: actions/checkout@v2
15
15
  - name: Set up Ruby 2.7
16
- uses: actions/setup-ruby@v1
16
+ uses: ruby/setup-ruby@v1
17
17
  with:
18
- ruby-version: 2.7.x
19
- - name: Bundle and Test
18
+ ruby-version: 2.7.3
19
+ bundler-cache: true
20
+ - name: Build and Test
20
21
  run: |
21
- gem install bundler
22
- bundle install
23
22
  go build -v -buildmode=c-shared -o proxy/planetscale-linux.so
24
23
  bundle exec rake test
@@ -1,4 +1,4 @@
1
- name: Ruby Gem
1
+ name: Ruby Gem - Build + Publish
2
2
 
3
3
  on:
4
4
  push:
@@ -15,9 +15,10 @@ jobs:
15
15
  - uses: nickvanw/actions-setup-docker@master
16
16
 
17
17
  - name: Set up Ruby 2.7
18
- uses: actions/setup-ruby@v1
18
+ uses: ruby/setup-ruby@v1
19
19
  with:
20
- ruby-version: 2.7.x
20
+ ruby-version: 2.7.3
21
+ bundler-cache: true
21
22
 
22
23
  - name: Add SHORT_SHA env property with commit short sha
23
24
  run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlanetScale
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.0'
5
5
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: planetscale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Van Wiggeren
8
8
  - Mike Coutermarsh
9
9
  - David Graham
10
- autorequire:
10
+ autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2021-05-18 00:00:00.000000000 Z
13
+ date: 2021-05-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -82,7 +82,7 @@ dependencies:
82
82
  - - "~>"
83
83
  - !ruby/object:Gem::Version
84
84
  version: '1'
85
- description:
85
+ description:
86
86
  email:
87
87
  - nick@planetscale.com
88
88
  executables: []
@@ -127,6 +127,10 @@ files:
127
127
  - lib/planetscale/version.rb
128
128
  - planetscale.gemspec
129
129
  - proxy.go
130
+ - proxy/planetscale-darwin.h
131
+ - proxy/planetscale-darwin.so
132
+ - proxy/planetscale-linux.h
133
+ - proxy/planetscale-linux.so
130
134
  - vendor/github.com/armon/circbuf/.gitignore
131
135
  - vendor/github.com/armon/circbuf/LICENSE
132
136
  - vendor/github.com/armon/circbuf/README.md
@@ -473,7 +477,7 @@ metadata:
473
477
  source_code_uri: https://github.com/planetscale/planetscale-ruby
474
478
  changelog_uri: https://github.com/planetscale/planetscale-ruby
475
479
  github_repo: ssh://github.com/planetscale/planetscale-ruby
476
- post_install_message:
480
+ post_install_message:
477
481
  rdoc_options: []
478
482
  require_paths:
479
483
  - lib
@@ -488,8 +492,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
488
492
  - !ruby/object:Gem::Version
489
493
  version: '0'
490
494
  requirements: []
491
- rubygems_version: 3.1.4
492
- signing_key:
495
+ rubygems_version: 3.1.6
496
+ signing_key:
493
497
  specification_version: 4
494
498
  summary: Ruby client for PlanetScale Databases
495
499
  test_files: []