Skip to content

Commit df595f1

Browse files
committed
Use temporalio as the name of the gem
1 parent 7cb9919 commit df595f1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/temporalio.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file provides the main entry-point for the gem (based on the name).
2+
# All the gem internals are namespaced Temporal, temporalio is onle the name of the gem.
3+
require_relative './temporal'

temporal.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative './lib/temporal/version'
22

33
Gem::Specification.new do |spec|
4-
spec.name = 'temporal-ruby'
4+
spec.name = 'temporalio'
55
spec.version = Temporal::VERSION
66
spec.summary = 'Temporal.io Ruby SDK'
77
spec.description = 'An SDK for implementing Temporal.io workflows and activities in Ruby'

0 commit comments

Comments
 (0)