get_xkcd 0.2.2 → 0.2.5

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: 3a493e46ec65a877444a775562fd0d40a1ce81690e40341b510a2371a87bafe4
4
- data.tar.gz: 00cf057e1be9bfc51f0c1d8660c8293949b405e0db103b3aee580a5ac716f47f
3
+ metadata.gz: 9fea246af85bfa7d8ce276aca78547df3c0d8a18011372303ae797f2d32cb98f
4
+ data.tar.gz: fdda9225484aabc24f8e3c1df761f7f3b38762f9f72e72c0c4a7f68fa4c02bae
5
5
  SHA512:
6
- metadata.gz: a49e8321ca2adb50f46a9b6e0cd3ee7a12774e38018ff5618eabd7873c089f0b317f363254320fde27b8e618cc11f33dd607d9abc23f1dac2af56945cd8e61b1
7
- data.tar.gz: 3c9ab6dffcba5dd3addef67a80be690d5cd6aef4451f5295d1803114c84498d4a1eaa8aa907def8e1b4988e3b4c1c96074626d80d870efdc0aa5f39abce7ad11
6
+ metadata.gz: 801bc619bf01fe25e99444d31f6c02234549e0035c8413bdf179453850c3192d7a8fb14cb099c28b0f3ea4b1cc089ba1f68b50b32c20a025e6af256d446829c6
7
+ data.tar.gz: c71cd32616d8620cdeafa0c4a0b2887be297fac054e0a154736b87acb514269a6758fbde68993e584aa35f2efd1842a1dfecfa70b4f1aba3e9e0ed39abb6d5b6
@@ -7,14 +7,17 @@ jobs:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
9
  - uses: actions/checkout@v3
10
- - name: Bundle Install
11
- run: bundle install
10
+ - name: Set up Ruby 2.6
11
+ uses: ruby/setup-ruby@v1
12
+ with:
13
+ ruby-version: 3.0
14
+ - run: bundle install
12
15
  - name: Set Credentials
13
16
  run: |
14
17
  mkdir -p $HOME/.gem
15
18
  touch $HOME/.gem/credentials
16
19
  chmod 0600 $HOME/.gem/credentials
17
- printf -- "---\n:github: ${RUBYGEMS_API_KEY}\n" > $HOME/.gem/credentials
20
+ printf -- "---\n:rubygems_api_key: ${RUBYGEMS_API_KEY}\n" > $HOME/.gem/credentials
18
21
  env:
19
22
  GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20
23
  RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # 0.2.5
2
+
3
+ * Fixing credentials creation in workflow
4
+
5
+ # 0.2.4
6
+
7
+ * Another workflow fix
8
+
9
+ # 0.2.3
10
+
11
+ * More workflow fixes
12
+
1
13
  # 0.2.2
2
14
 
3
15
  * Changes the Gem publishing workflow:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- get_xkcd (0.2.2)
4
+ get_xkcd (0.2.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GetXkcd
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: get_xkcd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - superchilled
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  requirements: []
62
- rubygems_version: 3.2.3
62
+ rubygems_version: 3.3.7
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: A small Ruby library to interact with the XKCD API