slide-em-up 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  require "albino"
2
+ require "digest/sha1"
2
3
  require "erubis"
3
4
  require "redcarpet"
4
5
  require "yajl"
@@ -1,3 +1,3 @@
1
1
  module SlideEmUp
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
@@ -3,7 +3,11 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <title><%= meta.title %></title>
6
- <% (theme.css + meta.css).each do |css| %>
6
+ <% css_files = theme.css + meta.css %>
7
+ <% if css = css_files.delete("css/reset.css") %>
8
+ <link rel="stylesheet" href="<%= css %>">
9
+ <% end %>
10
+ <% css_files.each do |css| %>
7
11
  <link rel="stylesheet" href="<%= css %>">
8
12
  <% end %>
9
13
  <link rel="stylesheet" href="css/pygments/colorful.css">
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slide-em-up
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- version: 0.1.6
9
+ - 7
10
+ version: 0.1.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bruno Michel
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-05 00:00:00 +02:00
18
+ date: 2011-07-03 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -41,11 +41,11 @@ dependencies:
41
41
  requirements:
42
42
  - - ~>
43
43
  - !ruby/object:Gem::Version
44
- hash: 1
44
+ hash: 45
45
45
  segments:
46
46
  - 1
47
- - 7
48
- version: "1.7"
47
+ - 17
48
+ version: "1.17"
49
49
  type: :runtime
50
50
  version_requirements: *id002
51
51
  - !ruby/object:Gem::Dependency
@@ -101,11 +101,11 @@ dependencies:
101
101
  requirements:
102
102
  - - ~>
103
103
  - !ruby/object:Gem::Version
104
- hash: 3
104
+ hash: 5
105
105
  segments:
106
106
  - 2
107
- - 0
108
- version: "2.0"
107
+ - 3
108
+ version: "2.3"
109
109
  type: :development
110
110
  version_requirements: *id006
111
111
  description: Slide'em up is a presentation tool that displays markdown-formatted slides
@@ -121,27 +121,27 @@ files:
121
121
  - README.md
122
122
  - Gemfile
123
123
  - bin/slide-em-up
124
- - lib/slide-em-up/presentation.rb
124
+ - lib/slide-em-up.rb
125
125
  - lib/slide-em-up/slides_api.rb
126
+ - lib/slide-em-up/presentation.rb
126
127
  - lib/slide-em-up/version.rb
127
- - lib/slide-em-up.rb
128
- - themes/html5rocks/css/sea_wave.css
129
- - themes/html5rocks/css/moon.css
130
- - themes/html5rocks/css/sand.css
131
- - themes/html5rocks/css/default.css
132
- - themes/html5rocks/README
133
- - themes/html5rocks/index.erb
134
- - themes/html5rocks/js/slides.js
135
- - themes/common/css/pygments/colorful.css
136
- - themes/common/fonts/crimson_text_bold.ttf
137
- - themes/common/fonts/crimson_text_semibold.ttf
138
128
  - themes/common/fonts/league_gothic-webfont.ttf
139
129
  - themes/common/fonts/crimson_text.ttf
140
- - themes/3d_slideshow/css/reset.css
141
- - themes/3d_slideshow/css/main.css
142
- - themes/3d_slideshow/README
130
+ - themes/common/fonts/crimson_text_bold.ttf
131
+ - themes/common/fonts/crimson_text_semibold.ttf
132
+ - themes/common/css/pygments/colorful.css
143
133
  - themes/3d_slideshow/index.erb
144
134
  - themes/3d_slideshow/js/slideshow.js
135
+ - themes/3d_slideshow/css/main.css
136
+ - themes/3d_slideshow/css/reset.css
137
+ - themes/3d_slideshow/README
138
+ - themes/html5rocks/index.erb
139
+ - themes/html5rocks/js/slides.js
140
+ - themes/html5rocks/css/sand.css
141
+ - themes/html5rocks/css/moon.css
142
+ - themes/html5rocks/css/default.css
143
+ - themes/html5rocks/css/sea_wave.css
144
+ - themes/html5rocks/README
145
145
  has_rdoc: true
146
146
  homepage: http://github.com/nono/slide-em-up
147
147
  licenses: []