rubicure 4.0.1 → 4.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
2
  SHA256:
3
- metadata.gz: 6fec9c38763f8b79a57f81758f0b8280cdbd6e0511cef2b88d167a59edebc59c
4
- data.tar.gz: ca58937006fd9259ca46aa7749b6efbd05ad5ba5e79176d28949a3632380e246
3
+ metadata.gz: 97fe60ff21785f4d7dd19f1d30231de7fac99e5bbc48fafe557374ea57096d1e
4
+ data.tar.gz: f99f24bd6e475b873f578400101fc230f051f43a6ac6d9bf9f6117dcddab2b50
5
5
  SHA512:
6
- metadata.gz: a42453d7005f79b555784464c08338d570fb03899f8214e1327585e9135b4708a9952e7fa964a77d9797a396adf671ca20ed0e3e8b4cfd1f9464110d4fbbde6f
7
- data.tar.gz: 68bae40d7c24f9485827aacb034b652fc62e48511969a90fdff41725dbcde78bd7c0b78bdf39588b71e43ef2a85762485bfd309106baf4c6221a603b803dce27
6
+ metadata.gz: d2d2ef3610feea02e95433fad5547c5c5a55384d84590e6f6df789d93b3947044ee75c87275ac9665e623ec1f07c9a69d40c90f96676e21bfd180e2829fc8925
7
+ data.tar.gz: 3102a371eb76c9820936a827f5366513f7a1a9bfae1662db13ca85da8a7f8425df2eb8d65edb34c1f5d76421f4f3fcc3e164d9e45cdd57484382ff8720697009
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v4.0.1...master)
2
+ [full changelog](http://github.com/sue445/rubicure/compare/v4.0.2...master)
3
+
4
+ ## v4.0.2
5
+ [full changelog](http://github.com/sue445/rubicure/compare/v4.0.1...v4.0.2)
6
+
7
+ * Add Wonderful Precure's ended_date
8
+ * https://github.com/sue445/rubicure/pull/327
3
9
 
4
10
  ## v4.0.1
5
11
  [full changelog](http://github.com/sue445/rubicure/compare/v4.0.0...v4.0.1)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Rubicure (Ruby + Precure)
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/rubicure.svg)](http://badge.fury.io/rb/rubicure)
4
- [![Build Status](https://github.com/sue445/rubicure/workflows/test/badge.svg?branch=master)](https://github.com/sue445/rubicure/actions?query=workflow%3Atest)
4
+ [![test](https://github.com/sue445/rubicure/actions/workflows/test.yml/badge.svg)](https://github.com/sue445/rubicure/actions/workflows/test.yml)
5
5
  [![Code Climate](https://codeclimate.com/github/sue445/rubicure.png)](https://codeclimate.com/github/sue445/rubicure)
6
6
  [![Coverage Status](https://coveralls.io/repos/sue445/rubicure/badge.png)](https://coveralls.io/r/sue445/rubicure)
7
7
 
@@ -118,7 +118,7 @@ and [more aliases!](config/series.yml)
118
118
 
119
119
  ```ruby
120
120
  >> Precure.now
121
- => {series_name: "wonderful", title: "わんだふるぷりきゅあ!", started_date: #<Date: 2024-02-04 ((2460345j,0s,0n),+0s,-Infj)>, girls: ["cure_wonderful", "cure_friendy", "cure_nyammy", "cure_lillian"]}
121
+ => {series_name: "wonderful", title: "わんだふるぷりきゅあ!", started_date: #<Date: 2024-02-04 ((2460345j,0s,0n),+0s,-Infj)>, ended_date: #<Date: 2025-01-26 ((2460702j,0s,0n),+0s,-Infj)>, girls: ["cure_wonderful", "cure_friendy", "cure_nyammy", "cure_lillian"]}
122
122
 
123
123
  # -2013/1/27 : smile precure
124
124
  # 2013/2/5 - : dokidoki precure
data/config/series.yml CHANGED
@@ -276,7 +276,7 @@ wonderful: &wonderful
276
276
  series_name: wonderful
277
277
  title: わんだふるぷりきゅあ!
278
278
  started_date: 2024-02-04
279
- # ended_date: 2025-01-
279
+ ended_date: 2025-01-26
280
280
  girls:
281
281
  - cure_wonderful
282
282
  - cure_friendy
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "4.0.1".freeze
2
+ VERSION = "4.0.2".freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubicure
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-16 00:00:00.000000000 Z
10
+ date: 2025-01-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport