rubicure 3.2.5 → 3.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/pages.yml +2 -2
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +7 -1
- data/README.md +1 -1
- data/config/series.yml +1 -1
- data/lib/rubicure/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02a703aa1c976f1bea03672c5434573ca5317abea3f6c6952c99e6e8f518925a
|
4
|
+
data.tar.gz: 8a041af81e852cc812c830d469523ed633cec29e1cf17786956f4b11488d3073
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b48982ff9869e3e6d9cb69705d637231e09c41eb53a9655285b9156883530c06e1b8050f51d1e3eeb84316a69bfb83277039794c1c9cc117f27ed1cf963f680
|
7
|
+
data.tar.gz: b29762732d9d7b5e43cd6fec5756ec069cabd60e5929b0fd73064c64a3febee2dea0a4a0ce5b23651dd0f846ac8c90d7a7067a40970471257cdd4e24cf273254
|
data/.github/workflows/pages.yml
CHANGED
@@ -40,9 +40,9 @@ jobs:
|
|
40
40
|
- run: bundle exec yard
|
41
41
|
|
42
42
|
- name: Setup Pages
|
43
|
-
uses: actions/configure-pages@
|
43
|
+
uses: actions/configure-pages@v4
|
44
44
|
- name: Upload artifact
|
45
|
-
uses: actions/upload-pages-artifact@
|
45
|
+
uses: actions/upload-pages-artifact@v3
|
46
46
|
with:
|
47
47
|
# Upload entire repository
|
48
48
|
path: './doc'
|
data/.github/workflows/test.yml
CHANGED
@@ -29,6 +29,7 @@ jobs:
|
|
29
29
|
- "3.0"
|
30
30
|
- "3.1"
|
31
31
|
- "3.2"
|
32
|
+
- "3.3"
|
32
33
|
gemfile:
|
33
34
|
- activesupport_5_0
|
34
35
|
- activesupport_5_1
|
@@ -54,7 +55,6 @@ jobs:
|
|
54
55
|
with:
|
55
56
|
ruby-version: ${{ matrix.ruby }}
|
56
57
|
bundler-cache: true
|
57
|
-
rubygems: latest
|
58
58
|
cache-version: 1
|
59
59
|
|
60
60
|
- name: bundle update
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v3.2.
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v3.2.6...master)
|
3
|
+
|
4
|
+
## v3.2.6
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v3.2.5...v3.2.6)
|
6
|
+
|
7
|
+
* Add `ended_date` of Hirogaru Sky Precure
|
8
|
+
* https://github.com/sue445/rubicure/pull/301
|
3
9
|
|
4
10
|
## v3.2.5
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v3.2.4...v3.2.5)
|
data/README.md
CHANGED
@@ -118,7 +118,7 @@ and [more aliases!](config/series.yml)
|
|
118
118
|
|
119
119
|
```ruby
|
120
120
|
>> Precure.now
|
121
|
-
=> {:series_name=>"hirogaru_sky", :title=>"ひろがるスカイ!プリキュア", :started_date=>#<Date: 2023-02-05 ((2459981j,0s,0n),+0s,-Infj)>, :girls=>["cure_sky", "cure_prism", "cure_wing", "cure_butterfly", "cure_majesty"]}
|
121
|
+
=> {:series_name=>"hirogaru_sky", :title=>"ひろがるスカイ!プリキュア", :started_date=>#<Date: 2023-02-05 ((2459981j,0s,0n),+0s,-Infj)>, :ended_date=>#<Date: 2024-01-28 ((2460338j,0s,0n),+0s,-Infj)>, :girls=>["cure_sky", "cure_prism", "cure_wing", "cure_butterfly", "cure_majesty"]}
|
122
122
|
|
123
123
|
# -2013/1/27 : smile precure
|
124
124
|
# 2013/2/5 - : dokidoki precure
|
data/config/series.yml
CHANGED
data/lib/rubicure/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubicure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|