ubuntu_ami 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- 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: b518bacf38590de737094e84b83ff8a4e3b649e1f349dc95495d938cb7b72f5f
|
4
|
+
data.tar.gz: eda00b4efd7c909cc369a72c870acf097ac9d73e0a6b30f00db77d25dc633bd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bdcb5b299f0fcc723258d396743ab486ff460e996ad5246d93dd03aa6ac80fab04fca0ea4454058381515756882062d8ddda46923f5b37f8dbd757f0a6ae931
|
7
|
+
data.tar.gz: 97b02a0d3a5d72b6200845e95cecb032a89f1076e82b7485404c6080dc7b65ab10169316dead6a522c28f8939428104f7408f8eac5d2096c2c2b5eb7ed8b3a40
|
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.4
|
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: []
|