amazon_kamal 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8db14a7ce60a9ac6b3450f9d57d14b50948f681dfe5645bdd3a7fba0494fbcc3
4
- data.tar.gz: 38745a121879d8ea5050d04714d9f8b9abc79725ac739f73bbe774ccd9e14298
3
+ metadata.gz: c869ca7274baf1d3c95751d5e61a0525928998e07b2d82e76d6d393d22997c2a
4
+ data.tar.gz: f7eed8e025788a88c53ace6e86504f6a48fe87c9adecb974635d5e5c8807455e
5
5
  SHA512:
6
- metadata.gz: c8946f5804e3d6d75ba8756ae8611f6df87379de14ccef0165ea9d828156a5e58007c8db233ccad196de92ba032ef048997f3cc56f53bf832baa3ea262040c92
7
- data.tar.gz: 45c2f165d124a485cb8cde9aef14625b9cd3ed3ff6794827b78dab5affa6a4b04d08efd99a9f76835e60e86795fa6fae4be75549aaf5797276a091b320d07a25
6
+ metadata.gz: 3fd0f96ea5d079da9fdef9ec2a02fd191ad490c8e7bfa1e6055c93cbc935b11f2fb4c32aff2ddb673bf03a40ea8312f9863630470bf6f8c63e9d46ae69bfaca7
7
+ data.tar.gz: b89ee2cf36fcd5f7098e743a92e0576dc4d101ee4903dcc200dcec182436bb35bc63125b32e910b6797c15b62cf01293171fc29d18c8a4a0192dcb1408db0336
data/bin/amazon-kamal CHANGED
@@ -3,7 +3,6 @@
3
3
  # Prevent failures from being reported twice.
4
4
  Thread.report_on_exception = false
5
5
 
6
- require "bundler/setup"
7
6
  require "amazon_kamal"
8
7
 
9
8
  AmazonKamal::Cli::Main.start(ARGV)
@@ -1,3 +1,3 @@
1
1
  module AmazonKamal
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/amazon_kamal.rb CHANGED
@@ -1,3 +1,6 @@
1
+ module AmazonKamal
2
+ end
3
+
1
4
  require "kamal"
2
5
  require "zeitwerk"
3
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon_kamal
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
  - Aaron Baldwin
@@ -41,7 +41,10 @@ files:
41
41
  homepage: https://github.com/wwidea/amazon_kamal
42
42
  licenses:
43
43
  - MIT
44
- metadata: {}
44
+ metadata:
45
+ homepage_uri: https://github.com/wwidea/amazon_kamal
46
+ source_code_uri: https://github.com/wwidea/amazon_kamal
47
+ rubygems_mfa_required: 'true'
45
48
  rdoc_options: []
46
49
  require_paths:
47
50
  - lib