wbzyl-seminarium 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 3
3
+ :patch: 4
4
4
  :major: 0
data/config.ru CHANGED
@@ -11,6 +11,9 @@ require 'coderay'
11
11
  gem 'wbzyl-rack-codehighlighter'
12
12
  require 'rack/codehighlighter'
13
13
 
14
+ gem 'ultraviolet'
15
+ require 'uv'
16
+
14
17
  use Rack::ShowExceptions
15
18
  #use Rack::Lint
16
19
  use Rack::Codehighlighter, :ultraviolet
@@ -7,10 +7,6 @@ body {
7
7
  margin: 40px 0px 0px 42px;
8
8
  padding: 0 0 11px 22px;
9
9
  line-height: 1.6;
10
- /* -moz-border-radius: 11px; */
11
- border-color: black;
12
- border-right: 4px inset;
13
- border-bottom: 4px inset;
14
10
  background-color: red;
15
11
  background: transparent url(src/body.png) repeat-y;
16
12
  }
@@ -13,7 +13,7 @@ module Seminarium
13
13
  rdiscount :"/info/#{params[:title]}", :layout => :info
14
14
  end
15
15
 
16
- get '/slides/:title' do
16
+ get '/slajdy/:title' do
17
17
  erb :"slides/#{params[:title]}", :layout => :slides
18
18
  end
19
19
  end
@@ -4,4 +4,4 @@
4
4
 
5
5
  ## Prezentacje
6
6
 
7
- 1. {%= link_to "Modularne aplikacje WWW", "/slides/modular-applications-www" %}
7
+ 1. {%= link_to "Modularne aplikacje WWW", "/slajdy/modularne-aplikacje-www" %}
File without changes
data/lib/views/slides.erb CHANGED
@@ -10,7 +10,7 @@
10
10
  <!--
11
11
  <meta name="stepselector" content="li:not(.nostep)" />
12
12
  -->
13
- <%= stylesheet_link_tag "/stylesheets/slides.css", "/stylesheets/projection.css", "/stylesheets/coderay.css" %>
13
+ <%= stylesheet_link_tag "/stylesheets/slides.css", "/stylesheets/projection.css", "/stylesheets/uv.css" %>
14
14
 
15
15
  <title>Rack, Middleware, Sinatra, Rails, Gems</title>
16
16
  </head>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wbzyl-seminarium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wlodek Bzyl
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-31 00:00:00 -07:00
12
+ date: 2009-06-01 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -122,9 +122,9 @@ files:
122
122
  - lib/views/info.rdiscount
123
123
  - lib/views/info/index.rdiscount
124
124
  - lib/views/info/styl-naukowy.rdiscount
125
+ - lib/views/slajdy/index.erb
126
+ - lib/views/slajdy/modularne-aplikacje-www.erb
125
127
  - lib/views/slides.erb
126
- - lib/views/slides/index.erb
127
- - lib/views/slides/modularne-aplikacje-www.erb
128
128
  - seminarium-2009.rb
129
129
  - README.markdown
130
130
  has_rdoc: false