rabbit-slide-rabbit-theme-benchmark-en 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -17,5 +17,17 @@
17
17
 
18
18
  require "rabbit/task/slide"
19
19
 
20
+ spec = nil
20
21
  Rabbit::Task::Slide.new do |task|
22
+ spec = task.spec
23
+ end
24
+
25
+ desc "Tag #{spec.version}"
26
+ task :tag do
27
+ sh("git", "tag", "-a", "-m", "#{spec.version} released!!!", spec.version.to_s)
28
+ end
29
+
30
+ desc "Release #{spec.version}"
31
+ task :release => [:publish, :tag] do
32
+ sh("git", "push", "--tags")
21
33
  end
@@ -4,7 +4,7 @@ tags:
4
4
  - rabbit
5
5
  base_name: theme-benchmark
6
6
  presentation_date:
7
- version: 1.0.2
7
+ version: 1.0.3
8
8
  licenses:
9
9
  - GPLv3+
10
10
  - GFDL
@@ -12,7 +12,7 @@ licenses:
12
12
  author:
13
13
  markup_language: :rd
14
14
  name: Rabbit
15
- email: lavie@rabbit-shockers.org
15
+ email: lavie@rabbit-shocker.org
16
16
  rubygems_user: rabbit
17
17
  slideshare_user:
18
18
  speaker_deck_user:
@@ -37,7 +37,7 @@ For benchmarking a theme
37
37
  ! Description List
38
38
 
39
39
  :Lavie:The mascot of Rabbit
40
- :Shockers:Rabbit User's Group
40
+ :Rabbit Shocker:Rabbit User's Group
41
41
 
42
42
  ! Image
43
43
 
@@ -47,7 +47,7 @@ For benchmarking a theme
47
47
  : Lavie
48
48
  The mascot of Rabbit
49
49
 
50
- : Shockers
50
+ : Rabbit Shocker
51
51
  Rabbit User's Group
52
52
 
53
53
  = Desc. List + Enum.
@@ -98,12 +98,19 @@ For benchmarking a theme
98
98
  You take the ((*red pill*)), you stay in Wonderland and
99
99
  I show you how deep the ((*rabbit-hole*)) goes.
100
100
 
101
- = Quotation with item.
101
+ = Quotation with item
102
102
 
103
103
  # blockquote
104
104
  Itemization in quotation
105
105
  * Level 1
106
106
 
107
+ = Quotation with avatar
108
+
109
+ # blockquote
110
+ # avatar = lavie.png
111
+
112
+ Rabbit is a presentation tool for programmer, especially Rubyist.
113
+
107
114
  = Table
108
115
 
109
116
  # RT
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-slide-rabbit-theme-benchmark-en
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-02 00:00:00.000000000 Z
12
+ date: 2012-09-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rabbit
@@ -31,7 +31,7 @@ description: ! 'It''s a slide for checking a Rabbit''s theme. It contains many
31
31
 
32
32
  elements. So it''s useful for confirming your theme.'
33
33
  email:
34
- - lavie@rabbit-shockers.org
34
+ - lavie@rabbit-shocker.org
35
35
  executables: []
36
36
  extensions: []
37
37
  extra_rdoc_files: []
@@ -44,8 +44,8 @@ files:
44
44
  - lavie.png
45
45
  - theme-benchmark.rab
46
46
  - theme-benchmark.hiki
47
- - pdf/theme-benchmark-en.pdf
48
- homepage: http://slide.rabbit-shockers.org/rabbit/#{@slide.id}/
47
+ - pdf/theme-benchmark-en-theme-benchmark.pdf
48
+ homepage: http://slide.rabbit-shocker.org/authors/rabbit/theme-benchmark-en/
49
49
  licenses:
50
50
  - GPLv3+
51
51
  - GFDL
Binary file