Skip to content

Commit 824891c

Browse files
committed
Update bundler and clean up version again
1 parent cfa2bcc commit 824891c

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shipengine_sdk (1.0.0)
4+
shipengine_sdk (0.0.0)
55
faraday (>= 1.4)
66
faraday_middleware (>= 1.0)
77
hashie (>= 3.4)
@@ -109,7 +109,7 @@ GEM
109109
coderay (~> 1.1)
110110
method_source (~> 1.0)
111111
public_suffix (4.0.6)
112-
racc (1.5.2)
112+
racc (1.7.1)
113113
rainbow (3.1.1)
114114
rake (13.0.6)
115115
rb-fsevent (0.11.0)

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

0 commit comments

Comments
 (0)