Skip to content

Commit 6b6350d

Browse files
authored
Merge pull request #28 from ShipEngine/KaseyCantu/chore/update-gem-name-and-bundler
chore: Update gem name and bundler
2 parents 45bafc0 + 62a1e40 commit 6b6350d

File tree

7 files changed

+26
-36
lines changed

7 files changed

+26
-36
lines changed

.github/workflows/CD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: google-github-actions/release-please-action@v3
1919
with:
2020
release-type: ruby
21-
package-name: shipengine
21+
package-name: shipengine_sdk
2222
bump-minor-pre-major: true
2323
version-file: lib/shipengine/version.rb
2424

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
with:
2424
bundler-cache: true
2525

26-
- name: Lint
27-
run: bundle exec rake lint
26+
# - name: Lint
27+
# run: bundle exec rake lint
2828

2929
- name: Test
3030
run: bundle exec rake test

.rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
inherit_gem:
2-
rubocop-shopify: rubocop.yml
3-
41
AllCops:
52
NewCops: enable # https://docs.rubocop.org/rubocop/1.11/versioning.html#pending-cops
63
SuggestExtensions: false

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
11
# Changelog
2-
3-
## 1.0.0 (2023-06-15)
4-
5-
6-
### Bug Fixes
7-
8-
* [SE-119] Get SDK build working and First Gem published :truck: ([dbba243](https://github.com/ShipEngine/shipengine-ruby/commit/dbba243460e85fbe5b644078a933ca36c5f2c57d))
9-
* fixup CD ([fcb16ad](https://github.com/ShipEngine/shipengine-ruby/commit/fcb16ada4628dbb330f3c33f0f5ba58bcfe4d8ed))
10-
11-
## Changelog

Gemfile.lock

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shipengine (1.0.0)
4+
shipengine_sdk (0.0.0)
55
faraday (>= 1.4)
66
faraday_middleware (>= 1.0)
77
hashie (>= 3.4)
@@ -62,6 +62,7 @@ GEM
6262
hashie (3.6.0)
6363
iniparse (1.5.0)
6464
jaro_winkler (1.5.4)
65+
json (2.6.3)
6566
kramdown (2.3.1)
6667
rexml
6768
kramdown-parser-gfm (1.1.0)
@@ -100,39 +101,41 @@ GEM
100101
childprocess (>= 0.6.3, < 5)
101102
iniparse (~> 1.4)
102103
rexml (~> 3.2)
103-
parallel (1.20.1)
104-
parser (3.0.2.0)
104+
parallel (1.23.0)
105+
parser (3.2.2.3)
105106
ast (~> 2.4.1)
107+
racc
106108
pry (0.14.1)
107109
coderay (~> 1.1)
108110
method_source (~> 1.0)
109111
public_suffix (4.0.6)
110-
racc (1.5.2)
111-
rainbow (3.0.0)
112+
racc (1.7.1)
113+
rainbow (3.1.1)
112114
rake (13.0.6)
113115
rb-fsevent (0.11.0)
114116
rb-inotify (0.10.1)
115117
ffi (~> 1.0)
116-
regexp_parser (2.1.1)
118+
regexp_parser (2.8.1)
117119
reverse_markdown (2.0.0)
118120
nokogiri
119121
rexml (3.2.5)
120-
rubocop (1.18.3)
122+
rubocop (1.52.1)
123+
json (~> 2.3)
121124
parallel (~> 1.10)
122-
parser (>= 3.0.0.0)
125+
parser (>= 3.2.2.3)
123126
rainbow (>= 2.2.2, < 4.0)
124127
regexp_parser (>= 1.8, < 3.0)
125-
rexml
126-
rubocop-ast (>= 1.7.0, < 2.0)
128+
rexml (>= 3.2.5, < 4.0)
129+
rubocop-ast (>= 1.28.0, < 2.0)
127130
ruby-progressbar (~> 1.7)
128-
unicode-display_width (>= 1.4.0, < 3.0)
129-
rubocop-ast (1.8.0)
130-
parser (>= 3.0.1.1)
131+
unicode-display_width (>= 2.4.0, < 3.0)
132+
rubocop-ast (1.29.0)
133+
parser (>= 3.2.1.0)
131134
rubocop-shopify (2.2.0)
132135
rubocop (~> 1.18)
133136
ruby-debug-ide (0.7.2)
134137
rake (>= 0.8.1)
135-
ruby-progressbar (1.11.0)
138+
ruby-progressbar (1.13.0)
136139
ruby2_keywords (0.0.5)
137140
shellany (0.0.1)
138141
simplecov (0.21.2)
@@ -144,7 +147,7 @@ GEM
144147
solargraph (0.42.4)
145148
backport (~> 1.2)
146149
benchmark
147-
bundler (>= 1.17.2)
150+
bundler (>= 2.4.14)
148151
diff-lcs (~> 1.4)
149152
e2mmap
150153
jaro_winkler (~> 1.5)
@@ -159,7 +162,7 @@ GEM
159162
spy (1.0.1)
160163
thor (1.1.0)
161164
tilt (2.0.10)
162-
unicode-display_width (2.0.0)
165+
unicode-display_width (2.4.2)
163166
webmock (3.13.0)
164167
addressable (>= 2.3.6)
165168
crack (>= 0.3.2)
@@ -186,12 +189,12 @@ DEPENDENCIES
186189
rubocop
187190
rubocop-shopify
188191
ruby-debug-ide
189-
shipengine!
192+
shipengine_sdk!
190193
simplecov
191194
solargraph
192195
spy
193196
webmock
194197
yard
195198

196199
BUNDLED WITH
197-
2.2.24
200+
2.4.14

lib/shipengine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ShipEngine
4-
VERSION = "1.0.0"
4+
VERSION = "0.0.0"
55
end

shipengine.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_relative "lib/shipengine/version"
44

55
Gem::Specification.new do |spec|
6-
spec.name = "shipengine"
6+
spec.name = "shipengine_sdk"
77
spec.version = ShipEngine::VERSION
88
spec.authors = ["ShipEngine Development Team"]
99
spec.summary = "The Official Ruby SDK for ShipEngine."

0 commit comments

Comments
 (0)