rabbit-slide-myokoym-rubyhiroba-2014 2014.9.21.0
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 +7 -0
- data/.rabbit +1 -0
- data/README.rdoc +21 -0
- data/Rakefile +17 -0
- data/config.yaml +21 -0
- data/my-icon.png +0 -0
- data/pdf/rubyhiroba-2014-travis-yml-tips.pdf +0 -0
- data/ruby-kaja-2013.jpg +0 -0
- data/travis-yml-tips.rab +246 -0
- metadata +80 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 41c613915bc1d098228bd236348593a9d43731b2
|
4
|
+
data.tar.gz: 9b675afe22af4586a47abb570a6a094de69472a5
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: f9396122507ba91528b15c18258137c88b224873876bda73360968f3e4c8cd6fac93ff6dd0f5884f16d4c273e1ed0117539e5f3960dcd555514988ab57355a85
|
7
|
+
data.tar.gz: 3e3d0c801a59c1c3d4c29c385d25537c7303cb95e243a714b5371690ac8e2fb106e40c06e3e456aa359e1c130a0a4df866aac436097f8ae75ac916d5474b73c6
|
data/.rabbit
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
travis-yml-tips.rab
|
data/README.rdoc
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
= My .travis.yml Tips
|
2
|
+
|
3
|
+
== For author
|
4
|
+
|
5
|
+
=== Show
|
6
|
+
|
7
|
+
rake
|
8
|
+
|
9
|
+
=== Publish
|
10
|
+
|
11
|
+
rake publish
|
12
|
+
|
13
|
+
== For viewers
|
14
|
+
|
15
|
+
=== Install
|
16
|
+
|
17
|
+
gem install rabbit-slide-myokoym-rubyhiroba-2014
|
18
|
+
|
19
|
+
=== Show
|
20
|
+
|
21
|
+
rabbit rabbit-slide-myokoym-rubyhiroba-2014.gem
|
data/Rakefile
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
require "rabbit/task/slide"
|
2
|
+
|
3
|
+
# Edit ./config.yaml to customize meta data
|
4
|
+
|
5
|
+
spec = nil
|
6
|
+
Rabbit::Task::Slide.new do |task|
|
7
|
+
spec = task.spec
|
8
|
+
# task.spec.files += Dir.glob("doc/**/*.*")
|
9
|
+
# task.spec.files -= Dir.glob("private/**/*.*")
|
10
|
+
task.spec.add_runtime_dependency("nyankosakana")
|
11
|
+
end
|
12
|
+
|
13
|
+
desc "Tag #{spec.version}"
|
14
|
+
task :tag do
|
15
|
+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
|
16
|
+
sh("git", "push", "--tags")
|
17
|
+
end
|
data/config.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
---
|
2
|
+
id: rubyhiroba-2014
|
3
|
+
base_name: travis-yml-tips
|
4
|
+
tags:
|
5
|
+
- rabbit
|
6
|
+
presentation_date: 2014/09/21
|
7
|
+
version: 2014.9.21.0
|
8
|
+
licenses:
|
9
|
+
- CC BY 4.0
|
10
|
+
slideshare_id:
|
11
|
+
speaker_deck_id:
|
12
|
+
ustream_id:
|
13
|
+
vimeo_id:
|
14
|
+
youtube_id:
|
15
|
+
author:
|
16
|
+
markup_language: :rd
|
17
|
+
name: Masafumi Yokoyama
|
18
|
+
email: myokoym@gmail.com
|
19
|
+
rubygems_user: myokoym
|
20
|
+
slideshare_user: myokoym
|
21
|
+
speaker_deck_user: myokoym
|
data/my-icon.png
ADDED
Binary file
|
Binary file
|
data/ruby-kaja-2013.jpg
ADDED
Binary file
|
data/travis-yml-tips.rab
ADDED
@@ -0,0 +1,246 @@
|
|
1
|
+
= My .travis.yml Tips
|
2
|
+
|
3
|
+
: author
|
4
|
+
Masafumi Yokoyama
|
5
|
+
: institution
|
6
|
+
Ruby-GNOME2 Project Team
|
7
|
+
: content-source
|
8
|
+
RubyHiroba 2014
|
9
|
+
: date
|
10
|
+
2014/09/21
|
11
|
+
: allotted-time
|
12
|
+
5m
|
13
|
+
: theme
|
14
|
+
nyankosakana
|
15
|
+
|
16
|
+
= Self Introduction
|
17
|
+
|
18
|
+
# image
|
19
|
+
# src = my-icon.png
|
20
|
+
# relative_width = 40
|
21
|
+
# align = right
|
22
|
+
# relative_argin_right = -10
|
23
|
+
|
24
|
+
* @myokoym
|
25
|
+
* みょこやまー
|
26
|
+
* Ruby札幌
|
27
|
+
|
28
|
+
= Ruby Kaja 2013
|
29
|
+
|
30
|
+
# image
|
31
|
+
# src = ruby-kaja-2013.jpg
|
32
|
+
# relative_height = 100
|
33
|
+
|
34
|
+
= よろしくお願いします。\n\nm(_ _)m
|
35
|
+
|
36
|
+
= Theme
|
37
|
+
|
38
|
+
* Configuration for Travis CI
|
39
|
+
|
40
|
+
= .travis.yml
|
41
|
+
|
42
|
+
== property
|
43
|
+
|
44
|
+
: as_large_as_possible
|
45
|
+
true
|
46
|
+
|
47
|
+
= Agenda
|
48
|
+
|
49
|
+
* Getting Started
|
50
|
+
* Choosing Ruby versions
|
51
|
+
* Configuring your build
|
52
|
+
|
53
|
+
= Agenda
|
54
|
+
|
55
|
+
* ((*Getting Started*))
|
56
|
+
* Choosing Ruby versions
|
57
|
+
* Configuring your build
|
58
|
+
|
59
|
+
= Getting Started
|
60
|
+
|
61
|
+
(1) Edit Rakefile
|
62
|
+
(2) Enable your projects
|
63
|
+
(3) Push .travis.yml
|
64
|
+
|
65
|
+
= 1. Edit Rakefile
|
66
|
+
|
67
|
+
# coderay ruby
|
68
|
+
|
69
|
+
require "bundler/gem_tasks"
|
70
|
+
|
71
|
+
desc "Run test"
|
72
|
+
task :test do
|
73
|
+
Bundler::GemHelper.install_tasks
|
74
|
+
ruby("test/run-test.rb")
|
75
|
+
end
|
76
|
+
|
77
|
+
task :default => :test
|
78
|
+
|
79
|
+
= 2. Enable your projects
|
80
|
+
|
81
|
+
https://travis-ci.org/profile/myokoym
|
82
|
+
|
83
|
+
= 3. Push .travis.yml
|
84
|
+
|
85
|
+
% editor .travis.yml
|
86
|
+
% git add .travis.yml
|
87
|
+
% git commit -m "travis: Enable"
|
88
|
+
% git push
|
89
|
+
|
90
|
+
= Agenda
|
91
|
+
|
92
|
+
* Getting Started
|
93
|
+
* ((*Choosing Ruby versions*))
|
94
|
+
* Configuring your build
|
95
|
+
|
96
|
+
= Ruby 1.9.3
|
97
|
+
|
98
|
+
# coderay yaml
|
99
|
+
|
100
|
+
rvm:
|
101
|
+
- 1.9.3
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
= Ruby 2.0.0
|
108
|
+
|
109
|
+
# coderay yaml
|
110
|
+
|
111
|
+
rvm:
|
112
|
+
- 2.0.0
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
= Ruby 2.1.x
|
119
|
+
|
120
|
+
# coderay yaml
|
121
|
+
|
122
|
+
rvm:
|
123
|
+
- 2.1
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
= 1.9.3, 2.0.0 and 2.1
|
130
|
+
|
131
|
+
# coderay yaml
|
132
|
+
|
133
|
+
rvm:
|
134
|
+
- 1.9.3
|
135
|
+
- 2.0.0
|
136
|
+
- 2.1
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
= ruby-head
|
141
|
+
|
142
|
+
# coderay yaml
|
143
|
+
|
144
|
+
rvm:
|
145
|
+
- ruby-head
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
= ruby-head
|
152
|
+
|
153
|
+
# coderay bash
|
154
|
+
|
155
|
+
$ ruby --version
|
156
|
+
ruby 2.2.0dev
|
157
|
+
(2014-09-20 trunk 47652)
|
158
|
+
[x86_64-linux]
|
159
|
+
|
160
|
+
= 2.2.0dev!
|
161
|
+
|
162
|
+
== property
|
163
|
+
|
164
|
+
: as_large_as_possible
|
165
|
+
true
|
166
|
+
|
167
|
+
= JRuby
|
168
|
+
|
169
|
+
# coderay yaml
|
170
|
+
|
171
|
+
rvm:
|
172
|
+
- jruby-19mode
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
= Rubinius
|
179
|
+
|
180
|
+
# coderay yaml
|
181
|
+
|
182
|
+
rvm:
|
183
|
+
- rbx-2
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
= Agenda
|
190
|
+
|
191
|
+
* Getting Started
|
192
|
+
* Choosing Ruby versions
|
193
|
+
* ((*Configuring your build*))
|
194
|
+
|
195
|
+
= allow_failures
|
196
|
+
|
197
|
+
# coderay yaml
|
198
|
+
|
199
|
+
matrix:
|
200
|
+
allow_failures:
|
201
|
+
- rvm: ruby-head
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
= fast_finish
|
207
|
+
|
208
|
+
# coderay yaml
|
209
|
+
|
210
|
+
matrix:
|
211
|
+
allow_failures:
|
212
|
+
- rvm: ruby-head
|
213
|
+
fast_finish: true
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
= before_install
|
218
|
+
|
219
|
+
# coderay yaml
|
220
|
+
|
221
|
+
before_install:
|
222
|
+
- sudo apt-get update -qq
|
223
|
+
- sudo apt-get install -qq -y ...
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
= GUI
|
228
|
+
|
229
|
+
# coderay yaml
|
230
|
+
|
231
|
+
env:
|
232
|
+
global:
|
233
|
+
- DISPLAY=":99.0"
|
234
|
+
before_script:
|
235
|
+
- sh -e /etc/init.d/xvfb start
|
236
|
+
after_script:
|
237
|
+
- sh -e /ext/init.d/xvfb stop
|
238
|
+
|
239
|
+
= References
|
240
|
+
|
241
|
+
* Travis CI: Building a Ruby Project
|
242
|
+
* (('note:http://docs.travis-ci.com/user/languages/ruby/'))
|
243
|
+
* Travis CI: Configuring your build
|
244
|
+
* (('note:http://docs.travis-ci.com/user/build-configuration/'))
|
245
|
+
* ruby-gnome2/.travis.yml
|
246
|
+
* (('note:https://github.com/ruby-gnome2/ruby-gnome2/blob/master/.travis.yml'))
|
metadata
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-myokoym-rubyhiroba-2014
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2014.9.21.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Masafumi Yokoyama
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-09-20 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rabbit
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 2.0.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.0.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: nyankosakana
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
description: ''
|
42
|
+
email:
|
43
|
+
- myokoym@gmail.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- ".rabbit"
|
49
|
+
- README.rdoc
|
50
|
+
- Rakefile
|
51
|
+
- config.yaml
|
52
|
+
- my-icon.png
|
53
|
+
- pdf/rubyhiroba-2014-travis-yml-tips.pdf
|
54
|
+
- ruby-kaja-2013.jpg
|
55
|
+
- travis-yml-tips.rab
|
56
|
+
homepage: http://slide.rabbit-shocker.org/authors/myokoym/rubyhiroba-2014/
|
57
|
+
licenses:
|
58
|
+
- CC BY 4.0
|
59
|
+
metadata: {}
|
60
|
+
post_install_message:
|
61
|
+
rdoc_options: []
|
62
|
+
require_paths:
|
63
|
+
- lib
|
64
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - ">="
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0'
|
74
|
+
requirements: []
|
75
|
+
rubyforge_project:
|
76
|
+
rubygems_version: 2.2.2
|
77
|
+
signing_key:
|
78
|
+
specification_version: 4
|
79
|
+
summary: My .travis.yml Tips
|
80
|
+
test_files: []
|