ey-core 3.6.5 → 3.6.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +3 -0
- data/bin/console +4 -0
- data/ey-core.gemspec +1 -1
- data/lib/ey-core/models/alert.rb +1 -0
- data/lib/ey-core/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e35b6754e9939050e7be6c083a26884b613323aa37b6c577b10807405d4a5cc
|
4
|
+
data.tar.gz: e83f6370326048c173d5939bc0302987bf735e841a1de01c6978cbeebe1ec739
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5198320753cf7b82d0fbb6b1300a8b205b33e2a3c28f132b86e6c15954afd9b3545fe31d736b39641c468dbd4e2afb692df110e39d1add08756ef7790167a333
|
7
|
+
data.tar.gz: efa59ea0336aa93161117bdaf3131dbdf8b389216c135569345335a691dd7c78e4b8f01841360ee2a3f478006776ffad249aec27df59dfb6bdfc057faa5ea932
|
data/.gitignore
CHANGED
data/bin/console
ADDED
data/ey-core.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["engineering@engineyard.com"]
|
11
11
|
gem.description = %q{Engine Yard Core API Ruby Client}
|
12
12
|
gem.summary = %q{Client library providing real and mock functionality for accessing Engine Yard's Core API}
|
13
|
-
gem.homepage = ""
|
13
|
+
gem.homepage = "https://github.com/engineyard/core-client-rb"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/ey-core/models/alert.rb
CHANGED
data/lib/ey-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ey-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.6.
|
4
|
+
version: 3.6.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Engine Yard Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -392,6 +392,7 @@ description: Engine Yard Core API Ruby Client
|
|
392
392
|
email:
|
393
393
|
- engineering@engineyard.com
|
394
394
|
executables:
|
395
|
+
- console
|
395
396
|
- ey-core
|
396
397
|
extensions: []
|
397
398
|
extra_rdoc_files: []
|
@@ -406,6 +407,7 @@ files:
|
|
406
407
|
- LICENSE.txt
|
407
408
|
- README.md
|
408
409
|
- Rakefile
|
410
|
+
- bin/console
|
409
411
|
- bin/ey-core
|
410
412
|
- docs/development.md
|
411
413
|
- examples/add_instance.rb
|
@@ -936,7 +938,7 @@ files:
|
|
936
938
|
- spec/tokens_spec.rb
|
937
939
|
- spec/untracked_servers_spec.rb
|
938
940
|
- spec/users_spec.rb
|
939
|
-
homepage:
|
941
|
+
homepage: https://github.com/engineyard/core-client-rb
|
940
942
|
licenses:
|
941
943
|
- MIT
|
942
944
|
metadata: {}
|