rubicure 1.1.9 → 1.1.10

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: 17232bba184551bb97068fcf0679289ea27af7f8253000d4f4e1a743fb9de5ca
4
- data.tar.gz: 0c43fc2d77dd19a7e623ceb2fe4790cc7cdc525192a033759e06e032d474b3fa
3
+ metadata.gz: 2ffadf92e1e7ba9ff7122b8d18f27c121ae4802e1b3a810f19fc86a24f3a3c73
4
+ data.tar.gz: 300c01502992419bf1236389816f1785ae082ac4b6a23c275ef9ff9027dfddd2
5
5
  SHA512:
6
- metadata.gz: 235bad0711d25a41375de0be2ecfaec596d2fbd81ae3874eaaa32adf18de2c67a140cff403084fc0b5c96c7400b152261e2e7f5df49f027cd7b583e25f3ed39f
7
- data.tar.gz: a220262229b9d6fcdbba9fe28a8241779cb0e9166488676c225e27ff82c59b60442222ebb49a1d0bd3c7fa78ddfe4b6b4335b6df44652f5625d277d897c5c205
6
+ metadata.gz: 296bab7591e619c5ec84968dbf384622f403e8d60d5c43cd858ef6f3ac251b2ade15d344e93e52386703466bd6f73bed8079ff50cbe395d155ae517facabd074
7
+ data.tar.gz: f7cc3633160fa25243aad92a55863e00484be887248c372ebbefe347f0c29680ed0a372bee7eafaab2fbb08f33d2858da5ffa319c104956782723152c92d346c
@@ -18,10 +18,21 @@ before_script:
18
18
  script:
19
19
  - bundle exec rspec
20
20
  - bundle exec ruby examples/all.rb
21
- - bundle exec rubocop
22
- - bundle exec rubydoctest README.md
23
21
  after_script:
24
22
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
23
+ stages:
24
+ - test
25
+ - lint
26
+ jobs:
27
+ include:
28
+ - stage: lint
29
+ rvm: 2.2.2
30
+ name: rubocop
31
+ script: bundle exec rubocop
32
+ - stage: lint
33
+ rvm: 2.2.2
34
+ name: rubydoctest
35
+ script: bundle exec rubydoctest README.md
25
36
  branches:
26
37
  only:
27
38
  - master
@@ -32,6 +43,7 @@ notifications:
32
43
  matrix:
33
44
  allow_failures:
34
45
  - rvm: ruby-head
46
+ - name: rubydoctest # TODO: Remove this after v1.2.0+
35
47
  include:
36
48
  - rvm: 2.6
37
49
  env: RUBYOPT="--jit"
@@ -1,5 +1,11 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v1.1.9...master)
2
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.1.10...master)
3
+
4
+ ## v1.1.10
5
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.1.9...v1.1.10)
6
+
7
+ * Fix typo in cure muse's attack message
8
+ * https://github.com/sue445/rubicure/pull/199
3
9
 
4
10
  ## v1.1.9
5
11
  [full changelog](http://github.com/sue445/rubicure/compare/v1.1.8...v1.1.9)
@@ -101,7 +101,7 @@ cure_muse: &cure_muse
101
101
  - |-
102
102
  おいで、シリー!
103
103
  シの音符の、シャイニングメロディ!
104
- プリキュア!スパーリングシャワー!!
104
+ プリキュア!スパークリングシャワー!!
105
105
  三拍子!1、2、3
106
106
  フィナーレ!
107
107
  - |-
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "1.1.9".freeze
2
+ VERSION = "1.1.10".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.1.9
4
+ version: 1.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-13 00:00:00.000000000 Z
11
+ date: 2019-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport