omniauth-vimeo 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 696c75009b5957f36a737b949c804af1d53401e8
4
- data.tar.gz: 0c3278f10b5c07ed42b87643520844190303e62a
2
+ SHA256:
3
+ metadata.gz: d25b6d7989596849b3f645269447686441f3d50f0f57fc2cddbd64a1eea5a232
4
+ data.tar.gz: 792f2edff9fa7486e33e73816db0a74526cc6e2769bf0f9c4c834cb360d5135a
5
5
  SHA512:
6
- metadata.gz: 98316c9c0d7f4fb5a87116c5b401a35a65a33c6d36b052dfd6c9fcb3349b98d7db1cb11711022055999e88d122456424f4263ba2078e0d57122da93701a1f035
7
- data.tar.gz: 0071eec603f58418348d2e9e1482ca13c1a00959687feb4561d45089980d4e144747f1aab808ade244e08fcf50bc7ea2a1edd44cbcc9d6ab75bba7a3ecfee8bf
6
+ metadata.gz: 1f6b69652163b2d87342949656e49d6346e485473447bca20eb9c1933d6b277835d52e044ddd72299b0c3a20b01ad64cd84065eca996c5ff9b95ef06e543f0a2
7
+ data.tar.gz: 7d4586fe2293b6ac5de7d735478de4cf262ef849a151cf121726c23c28967ee7d001ed9eacf9cf85df9abded44093294336852e1828985eaaa82e0bdd8d9d6f6
@@ -0,0 +1,35 @@
1
+ name: Ruby
2
+
3
+ on:
4
+ schedule:
5
+ - cron: '0 0 * * 0'
6
+ push:
7
+ branches: [ main ]
8
+ pull_request:
9
+ branches: [ main ]
10
+
11
+ jobs:
12
+ test:
13
+ strategy:
14
+ fail-fast: false
15
+ matrix:
16
+ os: [macos-latest, ubuntu-latest]
17
+ ruby-version: [2.6, 2.7, 3.0]
18
+ runs-on: ${{ matrix.os }}
19
+ continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
20
+ steps:
21
+ - uses: actions/checkout@v2
22
+ - name: Set up Ruby ${{ matrix.ruby-version }}
23
+ uses: ruby/setup-ruby@v1
24
+ with:
25
+ ruby-version: ${{ matrix.ruby-version }}
26
+ - name: Build
27
+ run: |
28
+ bundle config --global ignore_messages true
29
+ gem install bundler
30
+ bundle install --jobs 4 --retry 3
31
+ - name: Test
32
+ run: |
33
+ bundle exec rake
34
+ env:
35
+ CI: true
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.2.1
1
+ 2.5.0
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,13 +1,73 @@
1
- # Contributor Code of Conduct
1
+ # Contributor Covenant Code of Conduct
2
2
 
3
- As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
3
+ ## Our Pledge
4
4
 
5
- We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ education, socio-economic status, nationality, personal appearance, race,
10
+ religion, or sexual identity and orientation.
6
11
 
7
- Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
12
+ ## Our Standards
8
13
 
9
- Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
10
16
 
11
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
12
22
 
13
- This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at ich@abwesend.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72
+
73
+ [homepage]: https://www.contributor-covenant.org
data/Changes.md CHANGED
@@ -1,3 +1,8 @@
1
+ 2.0.2 / 2021-10-22
2
+ ==================
3
+ - support for Ruby 3
4
+ - move from TravisCI to GitHub Actions
5
+
1
6
  2.0.0 / 2012-06-23
2
7
  ==================
3
8
  - implemented new OAuth2 API
data/README.md CHANGED
@@ -106,7 +106,7 @@ Open the following URL and connect your Vimeo account with your application:
106
106
 
107
107
  ## Supported Rubies
108
108
 
109
- OmniAuth Vimeo is tested under 2.0 and above
109
+ OmniAuth Vimeo is tested under 2.3, 2.4, 2.5, JRuby (head) and Rubinius and ruby-head.
110
110
 
111
111
  [![Build Status](https://secure.travis-ci.org/beanieboi/omniauth-vimeo.png?branch=master)](http://travis-ci.org/beanieboi/omniauth-vimeo)
112
112
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Vimeo
3
- VERSION = "2.0.1"
3
+ VERSION = "2.0.2"
4
4
  end
5
5
  end
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
16
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
17
17
  gem.require_paths = ["lib"]
18
18
 
19
- gem.required_ruby_version = '~> 2.0'
19
+ gem.required_ruby_version = '>= 2.0'
20
20
 
21
21
  gem.add_dependency 'omniauth-oauth2'
22
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-vimeo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Fritsch
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-05 00:00:00.000000000 Z
11
+ date: 2021-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -59,10 +59,10 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - ".github/workflows/ruby.yml"
62
63
  - ".gitignore"
63
64
  - ".rspec"
64
65
  - ".ruby-version"
65
- - ".travis.yml"
66
66
  - CODE_OF_CONDUCT.md
67
67
  - CONTRIBUTING.md
68
68
  - Changes.md
@@ -79,13 +79,13 @@ homepage: https://github.com/beanieboi/omniauth-vimeo
79
79
  licenses:
80
80
  - MIT
81
81
  metadata: {}
82
- post_install_message:
82
+ post_install_message:
83
83
  rdoc_options: []
84
84
  require_paths:
85
85
  - lib
86
86
  required_ruby_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - "~>"
88
+ - - ">="
89
89
  - !ruby/object:Gem::Version
90
90
  version: '2.0'
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -94,12 +94,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  - !ruby/object:Gem::Version
95
95
  version: 1.3.6
96
96
  requirements: []
97
- rubyforge_project:
98
- rubygems_version: 2.4.5
99
- signing_key:
97
+ rubygems_version: 3.2.22
98
+ signing_key:
100
99
  specification_version: 4
101
100
  summary: OmniAuth strategy for Vimeo
102
101
  test_files:
103
102
  - spec/omniauth/strategies/vimeo_spec.rb
104
103
  - spec/spec_helper.rb
105
- has_rdoc:
data/.travis.yml DELETED
@@ -1,11 +0,0 @@
1
- language: ruby
2
-
3
- script: rspec spec
4
-
5
- rvm:
6
- - 2.0.0
7
- - 2.1.0
8
- - 2.2.1
9
- - jruby-19mode
10
- - rbx-2
11
- - ruby-head