rubicure 0.4.10 → 0.4.11

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: fea95f74c46b67bc3745b2c00f88c8c6d4cd45aa
4
- data.tar.gz: e99cf5eedf5517797ebae264bdab22d12ea8a346
3
+ metadata.gz: 12bf2afe25f2d7cf6ae935c73a611fc695f30de1
4
+ data.tar.gz: 27629dc67b594366c5ce1fe566b7056d1491c6d5
5
5
  SHA512:
6
- metadata.gz: 53a7dffc8b6ddec2fa6c5e5ce4a7d889667e7183a32af0fff2550dd384bf5268a228c206f20ca399505b3ade78175812f5bdf8674dde078bb6258a496f5a0573
7
- data.tar.gz: 81cbb9763e20f14f21d8feb81734338b95206af92a4603cec82208ec8df5d9d00e1fbf85b10483cbc9dad8c0658d14ae96aeab239483d007308f4001921b6947
6
+ metadata.gz: c08d4fbf4658014889725c657db399e9e1f866e230ba958ca1b06ac4b209873314cf648d1fe31336bb0589cfd971794b75909116f608e1492a3b07c43103940b
7
+ data.tar.gz: 7b7bd2eceff16ddfb263ffd1e0645e7777f2ac261395ce09fa7712acc887d74d226f451db65ef4e453ebc9348edfb158453cb9ceffe73c798ee58a317da177af
data/.travis.yml CHANGED
@@ -3,7 +3,7 @@ rvm:
3
3
  - 2.0
4
4
  - 2.1
5
5
  - 2.2
6
- - 2.3.1
6
+ - 2.3.2
7
7
  - ruby-head
8
8
  bundler_args: "--jobs=2"
9
9
  cache: bundler
data/CHANGELOG.md CHANGED
@@ -1,8 +1,15 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v0.4.10...master)
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
@@ -18,8 +18,6 @@ cure_heart: &cure_heart
18
18
  attack_messages:
19
19
  - |-
20
20
  あなたに届け!マイスイートハート!
21
- - |-
22
- あなたに届け!マイスイートハート!
23
21
  transform_calls:
24
22
  - love_link
25
23
  cure_diamond: &cure_diamond
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "0.4.10"
2
+ VERSION = "0.4.11"
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: 0.4.10
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-15 00:00:00.000000000 Z
11
+ date: 2016-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport