attago 0.1.0 → 0.1.1

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +15 -0
  3. data/README.md +10 -3
  4. data/lib/attago/version.rb +1 -1
  5. metadata +8 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90446f07e1eb80c83339dfe22a11073a29d8407d8dd1339b602fa9aeb6cd53c3
4
- data.tar.gz: aa45cf4c90dca3fbeb0be2816c5d6fd733f40c9d25ce428800c29fa9cb728d09
3
+ metadata.gz: 3bb2717765a732bc3bec2e446345252e770853456bebed59bb218aa87ddee43c
4
+ data.tar.gz: 46146ad4bb5d1f029f0ea436da163e5db86802f5c4017c7a952b6b0c2b42d1df
5
5
  SHA512:
6
- metadata.gz: 5383151b402e020df0f63e70334e7e40d1e5e689edfbfbed9c245794d394d839bb9fdf9f8472795432943fcf5e5c2a6f9fdcc1adcc3258011f4be9d6bd29d901
7
- data.tar.gz: 839aee72e606fdc9547eb040b111b027ace186636407b765f5d43656d8b31d1a716856da2cfab31ff5c47c09a1e4943fead6874e3ad069ecb9cebe65127b2906
6
+ metadata.gz: 1e135527263777d34e05f69fa736f0f6647b176459249442c3ee107c7fad978f57dbeabf13d0fe4d60cf7e6dfa60809d5c34bf0e80d27c07ee42bf010a3bb125
7
+ data.tar.gz: 62d236c27761ac2c9a3aa121ec080b9d3817fad099c2f6e2efc65d7d0e6b54dcfcce818bf281dc3efa408b03b67f9b341bf2728c6da7dbcdafbbb99cfcf82ec1
data/LICENSE ADDED
@@ -0,0 +1,15 @@
1
+ Copyright (c) 2026 AttaGo
2
+
3
+ All rights reserved.
4
+
5
+ This software and associated documentation files (the "Software") may not be
6
+ copied, modified, merged, published, distributed, sublicensed, or sold without
7
+ the prior written permission of the copyright holder.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
15
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,13 +1,16 @@
1
1
  # attago
2
2
 
3
3
  [![CI](https://github.com/AttaGo/attago-rb-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/AttaGo/attago-rb-sdk/actions/workflows/ci.yml)
4
- [![Gem Version](https://badge.fury.io/rb/attago.svg)](https://badge.fury.io/rb/attago)
4
+ [![Gem Version](https://badge.fury.io/rb/attago.svg)](https://rubygems.org/gems/attago)
5
5
 
6
6
  Ruby SDK for the [AttaGo](https://attago.bid) crypto trading dashboard API.
7
+ Available on [RubyGems](https://rubygems.org/gems/attago).
7
8
 
8
9
  Go/No-Go crypto trading signals, alert subscriptions, x402 payments, webhook
9
- HMAC verification, and MCP JSON-RPC 2.0 -- **zero runtime dependencies**
10
- (stdlib only).
10
+ HMAC verification, and MCP JSON-RPC 2.0.
11
+
12
+ - [API Documentation](https://attago.bid/docs)
13
+ - [Source Code](https://github.com/AttaGo/attago-rb-sdk)
11
14
 
12
15
  ## Install
13
16
 
@@ -250,3 +253,7 @@ bundle exec rake test
250
253
  # Run conformance tests (requires live API)
251
254
  ATTAGO_BASE_URL=https://api.attago.bid ATTAGO_API_KEY=ak_... bundle exec rake conformance
252
255
  ```
256
+
257
+ ## License
258
+
259
+ All rights reserved. See [LICENSE](LICENSE) for details.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Attago
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attago
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - AttaGo
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: base64
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '0.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '0.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -74,6 +74,7 @@ executables: []
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
+ - LICENSE
77
78
  - README.md
78
79
  - lib/attago.rb
79
80
  - lib/attago/agent.rb
@@ -95,7 +96,8 @@ files:
95
96
  - lib/attago/webhooks.rb
96
97
  - lib/attago/x402.rb
97
98
  homepage: https://attago.bid
98
- licenses: []
99
+ licenses:
100
+ - Nonstandard
99
101
  metadata:
100
102
  homepage_uri: https://attago.bid
101
103
  source_code_uri: https://github.com/AttaGo/attago-rb-sdk