rubicure 1.1.9 → 1.1.10
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 +4 -4
- data/.travis.yml +14 -2
- data/CHANGELOG.md +7 -1
- data/config/girls/008_suite.yml +1 -1
- data/lib/rubicure/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ffadf92e1e7ba9ff7122b8d18f27c121ae4802e1b3a810f19fc86a24f3a3c73
|
|
4
|
+
data.tar.gz: 300c01502992419bf1236389816f1785ae082ac4b6a23c275ef9ff9027dfddd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 296bab7591e619c5ec84968dbf384622f403e8d60d5c43cd858ef6f3ac251b2ade15d344e93e52386703466bd6f73bed8079ff50cbe395d155ae517facabd074
|
|
7
|
+
data.tar.gz: f7cc3633160fa25243aad92a55863e00484be887248c372ebbefe347f0c29680ed0a372bee7eafaab2fbb08f33d2858da5ffa319c104956782723152c92d346c
|
data/.travis.yml
CHANGED
|
@@ -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"
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## master
|
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v1.1.
|
|
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)
|
data/config/girls/008_suite.yml
CHANGED
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: 1.1.
|
|
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-
|
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|