rubicure 0.4.10 → 0.4.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/CHANGELOG.md +8 -1
- data/config/girls/010_dokidoki.yml +0 -2
- data/lib/rubicure/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12bf2afe25f2d7cf6ae935c73a611fc695f30de1
|
4
|
+
data.tar.gz: 27629dc67b594366c5ce1fe566b7056d1491c6d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c08d4fbf4658014889725c657db399e9e1f866e230ba958ca1b06ac4b209873314cf648d1fe31336bb0589cfd971794b75909116f608e1492a3b07c43103940b
|
7
|
+
data.tar.gz: 7b7bd2eceff16ddfb263ffd1e0645e7777f2ac261395ce09fa7712acc887d74d226f451db65ef4e453ebc9348edfb158453cb9ceffe73c798ee58a317da177af
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,15 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.11...master)
|
3
|
+
|
4
|
+
## v0.4.11
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.10...v0.4.11)
|
6
|
+
|
7
|
+
* Remove duplicate attack
|
8
|
+
* https://github.com/sue445/rubicure/pull/123
|
3
9
|
|
4
10
|
## v0.4.10
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.9...v0.4.10)
|
12
|
+
|
6
13
|
* Bugfix: Cure flora can not transform with `princess_engage!`
|
7
14
|
* https://github.com/sue445/rubicure/issues/119
|
8
15
|
* https://github.com/sue445/rubicure/pull/120
|
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: 0.4.
|
4
|
+
version: 0.4.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|