lamby 4.1.0 → 4.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: 3381e11a58b68451710f0a2986e158e74a32f179f0c4e4c3e5d62093f7abfbc0
4
- data.tar.gz: 5b09b23df9166c2e382b36e6d6b0243a9ad8af23bebd9cb931201e2be085a657
3
+ metadata.gz: fbf48cab613254b7bcdcf0b44471934f5aa2dfa6a1b3a4c367f2468bdf974abe
4
+ data.tar.gz: ffda31e411518be62e5473ed52c39b53a49fd8902b392be32ea88360cf95a1c7
5
5
  SHA512:
6
- metadata.gz: 6ddab5c17140f08741f7315db4b31284d3455f1084d79fb3c60dead8cd719dbb2ee6ab08afa69949ff2a241d4978d80b77bbb959136139466e911cdc04394d2b
7
- data.tar.gz: 58d6653787f54724ea2491707fe08b0dce63eb70a1794c6547754f0f5f78e43aa2e24ca88620f864c46a19bcd1443e0646053eda6b56b0431abd8b8b803d0047
6
+ metadata.gz: a7a22a26e51f93a2b732858198d142e9d51fbcdf61db745ffdfda84209b77e88a1525dde8edebd00e1955afddee26dfeabceeb353370db8328c1a774e213ab85
7
+ data.tar.gz: 910427c0ac907a06ddc767cb1c4d7d241dc8b6b1e640d6a6c4d57a43653fa569d1da61a496711102df209a5d93f61e3c4272555bfe0e96bc1e9c18d3656d41bf
@@ -1,23 +1,33 @@
1
1
  name: CI/CD
2
2
  on: [push]
3
3
  jobs:
4
- test:
5
- runs-on: ubuntu-latest
4
+ image:
5
+ name: Image
6
+ runs-on: ubuntu-20.04
6
7
  steps:
7
- - name: Checkout
8
- uses: actions/checkout@v2
9
- - name: Login to GitHub Container Registry
10
- uses: docker/login-action@v2
8
+ - uses: actions/checkout@v3
9
+ - uses: docker/login-action@v2
11
10
  with:
12
11
  registry: ghcr.io
13
12
  username: ${{ github.repository_owner }}
14
13
  password: ${{ secrets.GITHUB_TOKEN }}
15
- - name: Build & Run Development Container
16
- uses: devcontainers/ci@v0.2
14
+ - uses: devcontainers/ci@v0.3
17
15
  with:
18
16
  push: always
19
- imageName: ghcr.io/customink/lamby-devcontainer
20
- cacheFrom: ghcr.io/customink/lamby-devcontainer
17
+ imageName: ghcr.io/rails-lambda/lamby-devcontainer
18
+ cacheFrom: ghcr.io/rails-lambda/lamby-devcontainer
19
+ runCmd: echo DONE!
20
+ test:
21
+ runs-on: ubuntu-20.04
22
+ needs: image
23
+ steps:
24
+ - name: Checkout
25
+ uses: actions/checkout@v3
26
+ - name: Setup & Test
27
+ uses: devcontainers/ci@v0.3
28
+ with:
29
+ push: never
30
+ cacheFrom: ghcr.io/rails-lambda/lamby-devcontainer
21
31
  env: |
22
32
  CI
23
33
  runCmd: |
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  See this http://keepachangelog.com link for information on how we want this documented formatted.
4
4
 
5
+ ## v4.1.1
6
+
7
+ ### Changed
8
+
9
+ - New lamby.cloud site and GitHub community organization.
10
+
5
11
  ## v4.1.0
6
12
 
7
13
  ### Added
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lamby (4.1.0)
4
+ lamby (4.1.1)
5
5
  rack
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # Lamby [![Actions Status](https://github.com/customink/lamby/workflows/CI/CD/badge.svg)](https://github.com/customink/lamby/actions) [![Codespaces](https://img.shields.io/badge/Codespaces-✅-black)](https://github.com/features/codespaces)
1
+ # Lamby [![Actions Status](https://github.com/rails-lambda/lamby/workflows/CI/CD/badge.svg)](https://github.com/rails-lambda/lamby/actions) [![Codespaces](https://img.shields.io/badge/Codespaces-✅-black)](https://github.com/features/codespaces)
2
2
 
3
3
  <h2>Simple Rails &amp; AWS Lambda Integration using Rack</h2>
4
- <a href="https://lamby.custominktech.com"><img src="https://raw.githubusercontent.com/customink/lamby/master/images/social2.png" alt="Lamby: Simple Rails & AWS Lambda Integration using Rack." align="right" width="450" style="margin-left:1rem;margin-bottom:1rem;" /></a>
4
+ <a href="https://lamby.cloud"><img src="https://raw.githubusercontent.com/rails-lambda/lamby/master/images/social2.png" alt="Lamby: Simple Rails & AWS Lambda Integration using Rack." align="right" width="450" style="margin-left:1rem;margin-bottom:1rem;" /></a>
5
5
 
6
6
  Lamby is an [AWS Lambda Web Adapter](https://github.com/awslabs/aws-lambda-web-adapter) for Rack applications.
7
7
 
@@ -9,11 +9,11 @@ We support Lambda [Function URLs](https://docs.aws.amazon.com/lambda/latest/dg/l
9
9
 
10
10
  ## Quick Start
11
11
 
12
- https://lamby.custominktech.com/docs/quick-start
12
+ https://lamby.cloud/docs/quick-start
13
13
 
14
14
  ## Full Documentation
15
15
 
16
- https://lamby.custominktech.com/docs/anatomy
16
+ https://lamby.cloud/docs/anatomy
17
17
 
18
18
  ## Contributing
19
19
 
@@ -30,6 +30,6 @@ If you have the [Visual Studio Code Dev Container](https://marketplace.visualstu
30
30
 
31
31
  ## Code of Conduct
32
32
 
33
- Everyone interacting in the Lamby project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/customink/lamby/blob/master/CODE_OF_CONDUCT.md).
33
+ Everyone interacting in the Lamby project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rails-lambda/lamby/blob/master/CODE_OF_CONDUCT.md).
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/customink/lamby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/rails-lambda/lamby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
data/lamby.gemspec CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "lamby"
8
8
  spec.version = Lamby::VERSION
9
9
  spec.authors = ["Ken Collins"]
10
- spec.email = ["kcollins@customink.com"]
10
+ spec.email = ["ken@metaskills.net"]
11
11
  spec.summary = %q{Simple Rails & AWS Lambda Integration using Rack}
12
12
  spec.description = %q{Simple Rails & AWS Lambda Integration using Rack and various utilities.}
13
- spec.homepage = "https://github.com/customink/lamby"
13
+ spec.homepage = "https://github.com/rails-lambda/lamby"
14
14
  spec.license = "MIT"
15
15
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
16
16
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
data/lib/lamby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lamby
2
- VERSION = '4.1.0'
2
+ VERSION = '4.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lamby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Collins
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-23 00:00:00.000000000 Z
11
+ date: 2023-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -124,7 +124,7 @@ dependencies:
124
124
  version: '0'
125
125
  description: Simple Rails & AWS Lambda Integration using Rack and various utilities.
126
126
  email:
127
- - kcollins@customink.com
127
+ - ken@metaskills.net
128
128
  executables: []
129
129
  extensions: []
130
130
  extra_rdoc_files: []
@@ -162,7 +162,7 @@ files:
162
162
  - lib/lamby/ssm_parameter_store.rb
163
163
  - lib/lamby/version.rb
164
164
  - vendor/.keep
165
- homepage: https://github.com/customink/lamby
165
+ homepage: https://github.com/rails-lambda/lamby
166
166
  licenses:
167
167
  - MIT
168
168
  metadata: {}