rubicure 3.2.5 → 3.2.6

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: 7fbf3073deda314990975a23c4db0b9ee29e5cb5def5a35dc88af3f427e95093
4
- data.tar.gz: 0b7b6579681014ac9423e879df9901364c456e94aa59f1ae1830fb0b9500701b
3
+ metadata.gz: 02a703aa1c976f1bea03672c5434573ca5317abea3f6c6952c99e6e8f518925a
4
+ data.tar.gz: 8a041af81e852cc812c830d469523ed633cec29e1cf17786956f4b11488d3073
5
5
  SHA512:
6
- metadata.gz: ce2e440cabb12b30f918b78b6aaabcebba13731d293e70d772fddbedf2ea016f80ab4523f09d6277b2c6c44754174177963e979dac76cf88df5ec0c2999ad350
7
- data.tar.gz: 5bf5ce4f5e9f0f537b2b0f7956cb3edee18cf6b5fa77dad7ffadaff0cfb5a3a42743f5b975f5f97ef0ce3c9703df997661ca6039d83b8493ec99699197d10346
6
+ metadata.gz: 7b48982ff9869e3e6d9cb69705d637231e09c41eb53a9655285b9156883530c06e1b8050f51d1e3eeb84316a69bfb83277039794c1c9cc117f27ed1cf963f680
7
+ data.tar.gz: b29762732d9d7b5e43cd6fec5756ec069cabd60e5929b0fd73064c64a3febee2dea0a4a0ce5b23651dd0f846ac8c90d7a7067a40970471257cdd4e24cf273254
@@ -40,9 +40,9 @@ jobs:
40
40
  - run: bundle exec yard
41
41
 
42
42
  - name: Setup Pages
43
- uses: actions/configure-pages@v3
43
+ uses: actions/configure-pages@v4
44
44
  - name: Upload artifact
45
- uses: actions/upload-pages-artifact@v2
45
+ uses: actions/upload-pages-artifact@v3
46
46
  with:
47
47
  # Upload entire repository
48
48
  path: './doc'
@@ -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.5...master)
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
@@ -262,7 +262,7 @@ hirogaru_sky: &hirogaru_sky
262
262
  series_name: hirogaru_sky
263
263
  title: ひろがるスカイ!プリキュア
264
264
  started_date: 2023-02-05
265
- # ended_date: 2024-01-
265
+ ended_date: 2024-01-28
266
266
  girls:
267
267
  - cure_sky
268
268
  - cure_prism
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "3.2.5".freeze
2
+ VERSION = "3.2.6".freeze
3
3
  end
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.5
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: 2023-10-05 00:00:00.000000000 Z
11
+ date: 2024-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport