Skip to content

Commit c9d24e8

Browse files
fern-supportjsklan
andauthored
Update gemspec version, re-fernignore (#204)
* manually update version in gemspec * nit --------- Co-authored-by: jsklan <[email protected]>
1 parent 29426e6 commit c9d24e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.fernignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ test/
88
.github/workflows
99
README.md
1010
Gemfile.lock
11+
square.gemspec
1112
lib/square/file_param.rb

square.gemspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# frozen_string_literal: true
2+
3+
require_relative "lib/square/version"
4+
15
Gem::Specification.new do |s|
26
s.name = 'square.rb'
3-
s.version = '44.0.1.20250820'
7+
s.version = Square::VERSION
48
s.summary = 'square'
59
s.description = ''
610
s.authors = ['Square Developer Platform']

0 commit comments

Comments
 (0)