Module: EasyLabs

Defined in:
lib/easy_sdk.rb,
lib/easy_sdk/version.rb

Overview

Easy Labs SDK for Ruby — name-reservation placeholder.

This gem (‘easy-sdk` 0.0.1) reserves the gem name while the Ruby SDK is finalized for its first real release at 0.1.0+. It does not expose any usable API surface yet — `require “easy_sdk”` is a no-op apart from defining `EasyLabs::VERSION`.

Track progress at github.com/itseasyco/easy-sdk-ruby.

Constant Summary collapse

PREVIEW_NOTICE =
<<~MSG
  The Easy Labs Ruby SDK is in active development.

  The 0.0.1 release on RubyGems is a name-reservation placeholder
  only; no public API is exposed yet. The first real release will be
  0.1.0+.

  Source:  https://github.com/itseasyco/easy-sdk-ruby
  Contact: support@itseasy.co
MSG
VERSION =
"0.0.1"