Skip to content

Commit 0cd02e6

Browse files
authored
Merge pull request #13 from y-bonfire/develop
3.0.10
2 parents 9161415 + dfbb334 commit 0cd02e6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_gem.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Build Gem
44
on:
55
push:
66
branches: [ main, develop ]
7+
pull_request:
8+
branches: [ main ]
79
workflow_dispatch:
810

911
jobs:

google_drive.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'google_drive_maintained'
3-
spec.version = '3.0.9'
3+
spec.version = '3.0.10'
44
spec.authors = ['Hiroshi Ichikawa']
55
spec.email = ['gimite+github@gmail.com']
66
spec.summary = 'Access and manipulate spreadsheets and files in Google Drive easily.'

0 commit comments

Comments
 (0)