Skip to content

Commit d86c60f

Browse files
committed
🤖 👮 v2
1 parent 44769ac commit d86c60f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/squake/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# typed: true
1+
# typed: strict
22
# frozen_string_literal: true
33

44
module Squake

sorbet/tapioca/require.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# typed: true
1+
# typed: strict
22
# frozen_string_literal: true
33

44
require 'byebug'

squake.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.name = 'squake'
77
spec.version = Squake::VERSION
88
spec.summary = 'The industry solution for sustainable travel and logistics.'
9-
spec.description = 'This gem provides an interface for the SQUAKE API to calculate and compensate carbon emissions.' # rubocop:disable Layout/LineLength
9+
spec.description = 'This gem provides an interface for the SQUAKE API to calculate and compensate carbon emissions.'
1010
spec.author = 'SQUAKE'
1111
spec.email = 'oss@squake.earth'
1212
spec.files = Dir[

0 commit comments

Comments
 (0)