We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb9919 commit df595f1Copy full SHA for df595f1
lib/temporalio.rb
@@ -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
@@ -1,7 +1,7 @@
require_relative './lib/temporal/version'
Gem::Specification.new do |spec|
4
- spec.name = 'temporal-ruby'
+ spec.name = 'temporalio'
5
spec.version = Temporal::VERSION
6
spec.summary = 'Temporal.io Ruby SDK'
7
spec.description = 'An SDK for implementing Temporal.io workflows and activities in Ruby'
0 commit comments