rubicure 1.0.0.pre3 → 1.0.0.pre4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +3 -1
- data/CHANGELOG.md +11 -1
- data/config/girls/014_a_la_mode.yml +110 -0
- data/config/series.yml +19 -1
- data/lib/rubicure/version.rb +1 -1
- data/rubicure.gemspec +5 -0
- data/spec/core_spec.rb +1 -1
- data/spec/series_spec.rb +1 -0
- metadata +3 -6
- data/examples/all.rb +0 -26
- data/examples/common.rb +0 -18
- data/examples/maho_girls.gif +0 -0
- data/examples/maho_girls.rb +0 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6915349c8dcc03f08e33175e3cf8b4ad953644ac
|
4
|
+
data.tar.gz: b11cab3b0e800afae4b990470d6f3255b49ee5cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17068e42dcec9d06df6f3bbb7e75492b70ed689e8f8a73eed46c62d6232281831a15f9e5355789dfffc2f1dbab9738ed98f36dfbf7f61f906c02de789b4bf6c4
|
7
|
+
data.tar.gz: dd63f8bdde078948873addb6e33a0ca7615c2adcd4b439ac5de475fc189f703633602853bbd31ff1cfe9086e41b23808b5c992d3c05ff917dd8a9f6505c0f5a8
|
data/.travis.yml
CHANGED
@@ -6,7 +6,9 @@ rvm:
|
|
6
6
|
- ruby-head
|
7
7
|
bundler_args: "--jobs=2"
|
8
8
|
cache: bundler
|
9
|
-
before_install:
|
9
|
+
before_install:
|
10
|
+
- gem update --system --no-document
|
11
|
+
- gem install bundler -v 1.11.2
|
10
12
|
before_script:
|
11
13
|
- export CODECLIMATE_REPO_TOKEN=8e9db6ee5f3818e87287a6393086c2ccb9b1b83106c5bfb972211abefd2fe162
|
12
14
|
- export CI=true
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,5 @@
|
|
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.13...master)
|
3
3
|
|
4
4
|
## v1.0.0
|
5
5
|
|
@@ -24,6 +24,16 @@
|
|
24
24
|
* https://github.com/sue445/rubicure/pull/138
|
25
25
|
* https://github.com/sue445/rubicure/issues/136
|
26
26
|
|
27
|
+
### Others
|
28
|
+
* Exclude examples/ from gem file
|
29
|
+
* https://github.com/sue445/rubicure/pull/140
|
30
|
+
|
31
|
+
## v0.4.13
|
32
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.12...v0.4.13)
|
33
|
+
|
34
|
+
* Add ended_date of Mahogirls precure
|
35
|
+
* https://github.com/sue445/rubicure/pull/139
|
36
|
+
|
27
37
|
## v0.4.12
|
28
38
|
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.11...v0.4.12)
|
29
39
|
|
@@ -0,0 +1,110 @@
|
|
1
|
+
cure_whip: &cure_whip
|
2
|
+
girl_name: cure_whip
|
3
|
+
human_name: 宇佐美いちか
|
4
|
+
precure_name: キュアホイップ
|
5
|
+
cast_name: 美山加恋
|
6
|
+
color: pink
|
7
|
+
created_date: 2017-02-05 # episode 1
|
8
|
+
birthday: 1/7
|
9
|
+
transform_message: |-
|
10
|
+
キュアラモード・デコレーション!
|
11
|
+
ショートケーキ!
|
12
|
+
元気と笑顔を!
|
13
|
+
レッツ・ラ・まぜまぜ!
|
14
|
+
キュアホイップ!できあがり!
|
15
|
+
# extra_names:
|
16
|
+
attack_messages:
|
17
|
+
- |
|
18
|
+
キラキラキラル・キラキラル!
|
19
|
+
transform_calls:
|
20
|
+
- cure_la_mode_decoration
|
21
|
+
cure_custard: &cure_custard
|
22
|
+
girl_name: cure_custard
|
23
|
+
human_name: 有栖川ひまり
|
24
|
+
precure_name: キュアカスタード
|
25
|
+
cast_name: 福原遥
|
26
|
+
color: yellow
|
27
|
+
created_date: 2017-02-12 # episode 2
|
28
|
+
birthday: 4/16
|
29
|
+
transform_message: |-
|
30
|
+
キュアラモード・デコレーション!
|
31
|
+
プリン!
|
32
|
+
知性と勇気を!
|
33
|
+
レッツ・ラ・まぜまぜ!
|
34
|
+
キュアカスタード!できあがり!
|
35
|
+
# extra_names:
|
36
|
+
attack_messages:
|
37
|
+
- |
|
38
|
+
キラキラキラル・キラキラル!
|
39
|
+
transform_calls:
|
40
|
+
- cure_la_mode_decoration
|
41
|
+
cure_gelato: &cure_gelato
|
42
|
+
girl_name: cure_gelato
|
43
|
+
human_name: 立神あおい
|
44
|
+
precure_name: キュアジェラート
|
45
|
+
cast_name: 村中知
|
46
|
+
color: blue
|
47
|
+
created_date: 2017-02-19 # episode 3
|
48
|
+
birthday: 8/27
|
49
|
+
transform_message: |-
|
50
|
+
キュアラモード・デコレーション!
|
51
|
+
アイス!
|
52
|
+
自由と情熱を!
|
53
|
+
レッツ・ラ・まぜまぜ!
|
54
|
+
キュアジェラート!できあがり!
|
55
|
+
# extra_names:
|
56
|
+
attack_messages:
|
57
|
+
- |
|
58
|
+
キラキラキラル・キラキラル!
|
59
|
+
transform_calls:
|
60
|
+
- cure_la_mode_decoration
|
61
|
+
cure_macaroon: &cure_macaroon
|
62
|
+
girl_name: cure_macaroon
|
63
|
+
human_name: 琴爪ゆかり
|
64
|
+
precure_name: キュアマカロン
|
65
|
+
cast_name: 藤田咲
|
66
|
+
color: purple
|
67
|
+
created_date: 2017-03-05 # episode 5
|
68
|
+
birthday: 6/11
|
69
|
+
transform_message: |-
|
70
|
+
キュアラモード・デコレーション!
|
71
|
+
マカロン!
|
72
|
+
美しさとときめきを!
|
73
|
+
レッツ・ラ・まぜまぜ!
|
74
|
+
キュアマカロン!できあがり!
|
75
|
+
# extra_names:
|
76
|
+
attack_messages:
|
77
|
+
- |
|
78
|
+
キラキラキラル・キラキラル!
|
79
|
+
transform_calls:
|
80
|
+
- cure_la_mode_decoration
|
81
|
+
cure_chocolat: &cure_chocolat
|
82
|
+
girl_name: cure_chocolat
|
83
|
+
human_name: 剣城あきら
|
84
|
+
precure_name: キュアショコラ
|
85
|
+
cast_name: 森なな子
|
86
|
+
color: red
|
87
|
+
created_date: 2017-03-12 # episode 6
|
88
|
+
birthday: 9/24
|
89
|
+
transform_message: |-
|
90
|
+
キュアラモード・デコレーション!
|
91
|
+
チョコレート!
|
92
|
+
強さと愛を!
|
93
|
+
レッツ・ラ・まぜまぜ!
|
94
|
+
キュアショコラ!できあがり!
|
95
|
+
# extra_names:
|
96
|
+
attack_messages:
|
97
|
+
- |
|
98
|
+
キラキラキラル・キラキラル!
|
99
|
+
transform_calls:
|
100
|
+
- cure_la_mode_decoration
|
101
|
+
whip:
|
102
|
+
<<: *cure_whip
|
103
|
+
custard:
|
104
|
+
<<: *cure_custard
|
105
|
+
gelato:
|
106
|
+
<<: *cure_gelato
|
107
|
+
macaroon:
|
108
|
+
<<: *cure_macaroon
|
109
|
+
chocolat:
|
110
|
+
<<: *cure_chocolat
|
data/config/series.yml
CHANGED
@@ -163,10 +163,28 @@ maho_girls: &maho_girls
|
|
163
163
|
series_name: maho_girls
|
164
164
|
title: 魔法つかいプリキュア!
|
165
165
|
started_date: 2016-02-07
|
166
|
-
|
166
|
+
ended_date: 2017-01-29
|
167
167
|
girls:
|
168
168
|
- cure_miracle
|
169
169
|
- cure_magical
|
170
170
|
- cure_felice
|
171
171
|
maho_girls_precure:
|
172
172
|
<<: *maho_girls
|
173
|
+
#######################################################
|
174
|
+
a_la_mode: &a_la_mode
|
175
|
+
series_name: a_la_mode
|
176
|
+
title: キラキラ☆プリキュアアラモード
|
177
|
+
started_date: 2017-02-05
|
178
|
+
# ended_date: 2018-01-
|
179
|
+
girls:
|
180
|
+
- cure_whip
|
181
|
+
- cure_custard
|
182
|
+
- cure_gelato
|
183
|
+
- cure_macaroon
|
184
|
+
- cure_chocolat
|
185
|
+
alamode:
|
186
|
+
<<: *a_la_mode
|
187
|
+
kirakira_precure_a_la_mode:
|
188
|
+
<<: *a_la_mode
|
189
|
+
kirakira_precure_alamode:
|
190
|
+
<<: *a_la_mode
|
data/lib/rubicure/version.rb
CHANGED
data/rubicure.gemspec
CHANGED
@@ -16,6 +16,11 @@ Gem::Specification.new do |spec|
|
|
16
16
|
spec.required_ruby_version = ">= 2.2.2"
|
17
17
|
|
18
18
|
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
19
|
+
|
20
|
+
%w(examples/).each do |exclude_dir|
|
21
|
+
spec.files.reject! { |filename| filename.start_with?(exclude_dir) }
|
22
|
+
end
|
23
|
+
|
19
24
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
20
25
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
21
26
|
spec.require_paths = ["lib"]
|
data/spec/core_spec.rb
CHANGED
data/spec/series_spec.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.0.0.
|
4
|
+
version: 1.0.0.pre4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -268,13 +268,10 @@ files:
|
|
268
268
|
- config/girls/011_happiness_charge.yml
|
269
269
|
- config/girls/012_go_princess.yml
|
270
270
|
- config/girls/013_maho_girls.yml
|
271
|
+
- config/girls/014_a_la_mode.yml
|
271
272
|
- config/girls/movie.yml
|
272
273
|
- config/movies.yml
|
273
274
|
- config/series.yml
|
274
|
-
- examples/all.rb
|
275
|
-
- examples/common.rb
|
276
|
-
- examples/maho_girls.gif
|
277
|
-
- examples/maho_girls.rb
|
278
275
|
- lib/rubicure.rb
|
279
276
|
- lib/rubicure/concerns/util.rb
|
280
277
|
- lib/rubicure/core.rb
|
data/examples/all.rb
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
require "rubicure"
|
2
|
-
|
3
|
-
Precure.each_with_series do |series|
|
4
|
-
puts <<EOS
|
5
|
-
====================
|
6
|
-
title: #{series.title}
|
7
|
-
broadcast: #{series.started_date} - #{series.try(:ended_date)}
|
8
|
-
girls: #{series.girls.count}
|
9
|
-
EOS
|
10
|
-
|
11
|
-
series.girls.each do |girl|
|
12
|
-
puts <<EOS
|
13
|
-
------------------------
|
14
|
-
human_name: #{girl.human_name}
|
15
|
-
human_full_name: #{girl.human_full_name}
|
16
|
-
precure_name: #{girl.precure_name}
|
17
|
-
cast_name: #{girl.cast_name}
|
18
|
-
color: #{girl.color}
|
19
|
-
extra_names: #{girl[:extra_names]}
|
20
|
-
state_names: #{girl.state_names}
|
21
|
-
attack_messages: #{girl.attack_messages}
|
22
|
-
transform_message:
|
23
|
-
#{girl.transform_message}
|
24
|
-
EOS
|
25
|
-
end
|
26
|
-
end
|
data/examples/common.rb
DELETED
data/examples/maho_girls.gif
DELETED
Binary file
|
data/examples/maho_girls.rb
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
require "rubicure"
|
2
|
-
require_relative "./common"
|
3
|
-
|
4
|
-
code = <<~RUBY
|
5
|
-
puts Precure.maho_girls.title
|
6
|
-
|
7
|
-
@mirai = Cure.miracle
|
8
|
-
puts @mirai.name
|
9
|
-
|
10
|
-
@mirai.cure_up_rapapa! :diamond
|
11
|
-
puts @mirai.name
|
12
|
-
@mirai.attack!
|
13
|
-
|
14
|
-
@mirai.humanize!
|
15
|
-
puts @mirai.name
|
16
|
-
|
17
|
-
@mirai.cure_up_rapapa! :ruby
|
18
|
-
puts @mirai.name
|
19
|
-
@mirai.attack!
|
20
|
-
RUBY
|
21
|
-
|
22
|
-
run code
|