Skip to content

Commit

Permalink
Fixes on license (#2)
Browse files Browse the repository at this point in the history
* Update LICENSE.txt

* Update microsoft_teams_incoming_webhook_ruby.gemspec

* Update .rubocop.yml

* Update .rubocop.yml

* Update ci.yml

* Update .rubocop.yml

* Update microsoft_teams_incoming_webhook_ruby.gemspec

* Update version.rb
  • Loading branch information
pedrofurtado authored May 6, 2022
1 parent d6bb4bd commit 66d97fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0]
ruby-version: [2.6, 2.7, 3.0]
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
steps:
Expand Down
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ AllCops:
Gemspec/RequiredRubyVersion:
Enabled: false

Style/OpenStructUse:
Enabled: false

Style/Documentation:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Pedro Furtado
Copyright (c) Kevin Chandler

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
2 changes: 1 addition & 1 deletion lib/microsoft_teams_incoming_webhook_ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MicrosoftTeamsIncomingWebhookRuby
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit 66d97fe

Please sign in to comment.