buildkite-sdk 0.0.1 → 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.
data/project.json CHANGED
@@ -48,7 +48,7 @@
48
48
  "commands": ["gem push buildkite-sdk-$VERSION.gem"],
49
49
  "cwd": "dist/sdks/ruby",
50
50
  "env": {
51
- "VERSION": "0.0.1"
51
+ "VERSION": "0.1.1"
52
52
  }
53
53
  },
54
54
  "cache": false
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildkite-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Christian Nunciato
7
+ - Buildkite
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-03-05 00:00:00.000000000 Z
10
+ date: 2025-03-17 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ostruct
@@ -23,9 +23,9 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: 0.1.0
26
- description: A Ruby SDK for Buildkite!
26
+ description: A Ruby SDK for Buildkite.
27
27
  email:
28
- - chris.nunciato@buildkite.com
28
+ - support@buildkite.com
29
29
  executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
@@ -38,6 +38,7 @@ files:
38
38
  - lib/buildkite.rb
39
39
  - lib/buildkite/version.rb
40
40
  - lib/environment.rb
41
+ - lib/schema.rb
41
42
  - project.json
42
43
  - sig/buildkite.rbs
43
44
  homepage: https://buildkite.com