rubicure 1.0.6 → 1.0.7

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
  SHA1:
3
- metadata.gz: b5ccdcd5715596e1eaa788d5122c7df902f776b4
4
- data.tar.gz: 6e4f87b89d06cacd22d4970eaf4cb6c9ccae9b3a
3
+ metadata.gz: c27ad4b82d1764f5d603254163deb7770038e08c
4
+ data.tar.gz: '06571585281d047a4411660cf6fc4aeca6cd5351'
5
5
  SHA512:
6
- metadata.gz: 4828994aeadfdde1946dfad4af750c0a39cb1c1cf5be19a96bf8201503f82c8a1e97cd1154328c28f7041fd9a14ed232b0e2c836be7292fecd8e2d9e8816e29a
7
- data.tar.gz: a92eccc19c509a5c97133f9c53f3a0b2b389f4125be589443ff53f0238db4e706a4a8c41fbff52868cad2ee1e75b7e01a01bd038a2b1102c99f3e85393b720a3
6
+ metadata.gz: 4d9a700e594ea80042b634982fa9b33fa23d8fca59b78f6ca4d242b12f6bb40ba06e5ccc6f66497a9f7b392991dae047c384e5ab704362fd516861c15e120cc7
7
+ data.tar.gz: 530ae67c98b59c76eb04fe997c3f333d8cfebd13c14067af287af2fdccf4e47147d3a094b1f62ab3f9e5aa89b6370591843c085f7ef22ad05ccacdc03db6648e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v1.0.6...master)
2
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.0.7...master)
3
+
4
+ ## v1.0.7
5
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.0.6...v1.0.7)
6
+
7
+ * Fixed that Cure parfait was not included in `Precure.a_la_mode`
8
+ * https://github.com/sue445/rubicure/pull/154
3
9
 
4
10
  ## v1.0.6
5
11
  [full changelog](http://github.com/sue445/rubicure/compare/v1.0.5...v1.0.6)
data/config/series.yml CHANGED
@@ -182,6 +182,7 @@ a_la_mode: &a_la_mode
182
182
  - cure_gelato
183
183
  - cure_macaron
184
184
  - cure_chocolat
185
+ - cure_parfait
185
186
  alamode:
186
187
  <<: *a_la_mode
187
188
  kirakira_precure_a_la_mode:
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "1.0.6".freeze
2
+ VERSION = "1.0.7".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: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-16 00:00:00.000000000 Z
11
+ date: 2017-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport