Skip to content

Commit

Permalink
Modernize gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 30, 2024
1 parent aa2344d commit 8134b76
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- main

# Allows you to run this workflow manually from the Actions tab:
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages:
permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions examples/streaming_upload/falcon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Released under the MIT License.
# Copyright, 2024, by Peter Schrammel.
# Copyright, 2024, by Samuel Williams.

load :rack, :supervisor

Expand Down
6 changes: 6 additions & 0 deletions examples/streaming_upload/gems.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2024, by Peter Schrammel.
# Copyright, 2024, by Samuel Williams.

source 'https://rubygems.org'

gem "falcon"
2 changes: 1 addition & 1 deletion falcon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.version = Falcon::VERSION

spec.summary = "A fast, asynchronous, rack-compatible web server."
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"]
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"]
spec.license = "MIT"

spec.cert_chain = ['release.cert']
Expand Down
3 changes: 2 additions & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright, 2017-2023, by Samuel Williams.
Copyright, 2017-2024, by Samuel Williams.
Copyright, 2018, by Kent Gruber.
Copyright, 2018, by Janko Marohnić.
Copyright, 2018, by Tad Thorley.
Expand All @@ -18,6 +18,7 @@ Copyright, 2020, by Tasos Latsas.
Copyright, 2021, by Olle Jonsson.
Copyright, 2023, by Nick Janetakis.
Copyright, 2024, by Peter Schrammel.
Copyright, 2024, by Santiago Bartesaghi.

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

0 comments on commit 8134b76

Please sign in to comment.