Skip to content

Commit 8134b76

Browse files
committed
Modernize gem.
1 parent aa2344d commit 8134b76

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/workflows/documentation.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches:
66
- main
77

8-
# Allows you to run this workflow manually from the Actions tab:
9-
workflow_dispatch:
10-
118
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages:
129
permissions:
1310
contents: read

examples/streaming_upload/falcon.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Released under the MIT License.
44
# Copyright, 2024, by Peter Schrammel.
5+
# Copyright, 2024, by Samuel Williams.
56

67
load :rack, :supervisor
78

examples/streaming_upload/gems.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# frozen_string_literal: true
2+
3+
# Released under the MIT License.
4+
# Copyright, 2024, by Peter Schrammel.
5+
# Copyright, 2024, by Samuel Williams.
6+
17
source 'https://rubygems.org'
28

39
gem "falcon"

falcon.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.version = Falcon::VERSION
88

99
spec.summary = "A fast, asynchronous, rack-compatible web server."
10-
spec.authors = ["Samuel Williams", "Janko Marohnić", "Bryan Powell", "Claudiu Garba", "Kyle Tam", "Mitsutaka Mimura", "Sho Ito", "Colby Swandale", "Daniel Evans", "Kent Gruber", "Michael Adams", "Mikel Kew", "Nick Janetakis", "Olle Jonsson", "Peter Schrammel", "Sh Lin", "Tad Thorley", "Tasos Latsas"]
10+
spec.authors = ["Samuel Williams", "Janko Marohnić", "Bryan Powell", "Claudiu Garba", "Kyle Tam", "Mitsutaka Mimura", "Sho Ito", "Colby Swandale", "Daniel Evans", "Kent Gruber", "Michael Adams", "Mikel Kew", "Nick Janetakis", "Olle Jonsson", "Peter Schrammel", "Santiago Bartesaghi", "Sh Lin", "Tad Thorley", "Tasos Latsas"]
1111
spec.license = "MIT"
1212

1313
spec.cert_chain = ['release.cert']

license.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright, 2017-2023, by Samuel Williams.
3+
Copyright, 2017-2024, by Samuel Williams.
44
Copyright, 2018, by Kent Gruber.
55
Copyright, 2018, by Janko Marohnić.
66
Copyright, 2018, by Tad Thorley.
@@ -18,6 +18,7 @@ Copyright, 2020, by Tasos Latsas.
1818
Copyright, 2021, by Olle Jonsson.
1919
Copyright, 2023, by Nick Janetakis.
2020
Copyright, 2024, by Peter Schrammel.
21+
Copyright, 2024, by Santiago Bartesaghi.
2122

2223
Permission is hereby granted, free of charge, to any person obtaining a copy
2324
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)