melaya 0.1.4 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/melaya.gemspec CHANGED
@@ -8,15 +8,20 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Melaya"]
9
9
  spec.email = ["sdk@melaya.org"]
10
10
 
11
- spec.summary = "Official Ruby SDK for the Melaya unified market-data & trading API"
12
- spec.description = "Access 70+ exchanges via Melaya's normalized REST and WebSocket API. " \
13
- "Market data, strategies, backtesting, sim trading, and streaming."
11
+ spec.summary = "Official Ruby SDK for Melaya Agent Builder and Mobile Device Control"
12
+ spec.description = "Official Ruby SDK for Melaya Agent Builder and Mobile Device Control. Includes preview Melaya Trading namespaces that are not yet generally available."
14
13
  spec.homepage = "https://melaya.org"
15
- spec.license = "MIT"
14
+ spec.license = "Apache-2.0"
15
+
16
+ spec.metadata = {
17
+ "homepage_uri" => "https://melaya.org",
18
+ "source_code_uri" => "https://github.com/melaya-labs/melaya",
19
+ "changelog_uri" => "https://github.com/melaya-labs/melaya/blob/main/CHANGELOG.md"
20
+ }
16
21
 
17
22
  spec.required_ruby_version = ">= 3.0.0"
18
23
 
19
- spec.files = Dir["lib/**/*.rb", "README.md", "melaya.gemspec"]
24
+ spec.files = Dir["lib/**/*.rb", "README.md", "LICENSE", "melaya.gemspec"]
20
25
  spec.require_paths = ["lib"]
21
26
 
22
27
  # stdlib only — no runtime gem dependencies
metadata CHANGED
@@ -1,40 +1,62 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: melaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Melaya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-19 00:00:00.000000000 Z
11
+ date: 2026-09-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Access 70+ exchanges via Melaya's normalized REST and WebSocket API.
14
- Market data, strategies, backtesting, sim trading, and streaming.
13
+ description: Official Ruby SDK for Melaya Agent Builder and Mobile Device Control.
14
+ Includes preview Melaya Trading namespaces that are not yet generally available.
15
15
  email:
16
16
  - sdk@melaya.org
17
17
  executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
+ - LICENSE
21
22
  - README.md
22
23
  - lib/melaya.rb
23
24
  - lib/melaya/account.rb
25
+ - lib/melaya/accounts.rb
26
+ - lib/melaya/assistant.rb
27
+ - lib/melaya/auth.rb
24
28
  - lib/melaya/backtest.rb
29
+ - lib/melaya/billing.rb
30
+ - lib/melaya/bugs.rb
31
+ - lib/melaya/connector_tools.rb
32
+ - lib/melaya/connectors.rb
33
+ - lib/melaya/credentials.rb
25
34
  - lib/melaya/errors.rb
35
+ - lib/melaya/evals.rb
36
+ - lib/melaya/events.rb
37
+ - lib/melaya/hitl.rb
26
38
  - lib/melaya/http_client.rb
27
39
  - lib/melaya/market.rb
40
+ - lib/melaya/namespaces.rb
41
+ - lib/melaya/phone.rb
42
+ - lib/melaya/pipelines.rb
43
+ - lib/melaya/projects.rb
44
+ - lib/melaya/runner.rb
28
45
  - lib/melaya/sim.rb
29
46
  - lib/melaya/strategies.rb
30
47
  - lib/melaya/stream.rb
48
+ - lib/melaya/team.rb
49
+ - lib/melaya/templates.rb
31
50
  - lib/melaya/trade.rb
32
51
  - lib/melaya/version.rb
33
52
  - melaya.gemspec
34
53
  homepage: https://melaya.org
35
54
  licenses:
36
- - MIT
37
- metadata: {}
55
+ - Apache-2.0
56
+ metadata:
57
+ homepage_uri: https://melaya.org
58
+ source_code_uri: https://github.com/melaya-labs/melaya
59
+ changelog_uri: https://github.com/melaya-labs/melaya/blob/main/CHANGELOG.md
38
60
  post_install_message:
39
61
  rdoc_options: []
40
62
  require_paths:
@@ -53,5 +75,5 @@ requirements: []
53
75
  rubygems_version: 3.5.22
54
76
  signing_key:
55
77
  specification_version: 4
56
- summary: Official Ruby SDK for the Melaya unified market-data & trading API
78
+ summary: Official Ruby SDK for Melaya Agent Builder and Mobile Device Control
57
79
  test_files: []