ubuntu_ami 0.4.3 → 0.4.5
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.
- checksums.yaml +4 -4
- data/lib/ubuntu_ami/version.rb +1 -1
- data/lib/ubuntu_ami.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7478b9edc80983b43047540a08d14defff4aecb4f1447125b6b7959422aa9bc
|
4
|
+
data.tar.gz: 0b777e5e522d85e4977b1b5e0f40f1d8cf74f3223ec31a2b723aed14ef344751
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae445e0ef42236866a29d5cb9aebdb541154f492ff5a84e71f98c967880679e4110f15cfe7b76d2e25882198276ca29b55d33e32b57a84f5fcd178a7e95247fc
|
7
|
+
data.tar.gz: 9de7c2e0dbb47afb5a934b054bd5a7ed71fef427f7986c247edf5fce5b5ed17f315eb455a8623da95dfe4f44f13f428fbd8c74aa2f5260795c89c6fb201f4602
|
data/lib/ubuntu_ami/version.rb
CHANGED
data/lib/ubuntu_ami.rb
CHANGED
@@ -58,7 +58,7 @@ class Ubuntu
|
|
58
58
|
# === Returns
|
59
59
|
# String:: The full URL to the released AMIs.
|
60
60
|
def url
|
61
|
-
"http://
|
61
|
+
"http://cloud-images.ubuntu.com/query/#{release_name}/server/released.current.txt"
|
62
62
|
end
|
63
63
|
|
64
64
|
# Reads the URL for processing.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ubuntu_ami
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshua Timberman
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Retrieves AMI information from Canonical's Ubuntu release list.Also provides
|
14
14
|
a knife plugin to retrieve the list.
|
@@ -25,7 +25,7 @@ homepage: https://github.com/jtimberman/ubuntu_ami
|
|
25
25
|
licenses:
|
26
26
|
- Apache-2.0
|
27
27
|
metadata: {}
|
28
|
-
post_install_message:
|
28
|
+
post_install_message:
|
29
29
|
rdoc_options: []
|
30
30
|
require_paths:
|
31
31
|
- lib
|
@@ -40,8 +40,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '0'
|
42
42
|
requirements: []
|
43
|
-
rubygems_version: 3.1.
|
44
|
-
signing_key:
|
43
|
+
rubygems_version: 3.1.6
|
44
|
+
signing_key:
|
45
45
|
specification_version: 4
|
46
46
|
summary: Retrieves AMI information from Canonical's Ubuntu release list.
|
47
47
|
test_files: []
|