rabbit-theme-sprk2012 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rd ADDED
@@ -0,0 +1,32 @@
1
+ = 札幌Ruby会議2012
2
+
3
+ 札幌Ruby会議2012用のテーマ
4
+
5
+ == 作者向け
6
+
7
+ === 表示
8
+
9
+ rake
10
+
11
+ === 公開
12
+
13
+ rake publish
14
+
15
+ == 利用者用
16
+
17
+ === インストール
18
+
19
+ gem install rabbit-theme-sprk2012
20
+
21
+ === 表示
22
+
23
+ rabbit -t rabbit-theme-sprk2012 rabbit-theme-benchmark-ja.gem
24
+
25
+ == ライセンス
26
+
27
+ CC BY-ND 3.0
28
+
29
+ 原著作者:
30
+
31
+ * テーマ: Kouhei Sutou
32
+ * 背景画像: mayuco
data/Rakefile ADDED
@@ -0,0 +1,16 @@
1
+ require "rabbit/task/theme"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ spec = nil
6
+ Rabbit::Task::Theme.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("DEPENDED THEME")
11
+ end
12
+
13
+ desc "Tag the current version"
14
+ task :tag do
15
+ sh("git", "tag", "-a", "-m", "#{spec.version} released!!!", spec.version.to_s)
16
+ end
data/config.yaml ADDED
@@ -0,0 +1,14 @@
1
+ ---
2
+ id: sprk2012
3
+ tags:
4
+ - sprk2012
5
+ version: 1.0.0
6
+ licenses:
7
+ - CC BY-ND 3.0
8
+ author:
9
+ markup_language: :rd
10
+ name: Rabbit
11
+ email: lavie@rabbit-shocker.org
12
+ rubygems_user: rabbit
13
+ slideshare_user:
14
+ speaker_deck_user: