sp-tutorial 0.2.0 → 0.3.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sp-tutorial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
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-10-19 00:00:00 +02:00
12
+ date: 2009-11-26 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -53,7 +53,7 @@ dependencies:
53
53
  version: "0"
54
54
  version:
55
55
  - !ruby/object:Gem::Dependency
56
- name: wbzyl-sinatra-rdiscount
56
+ name: sinatra-rdiscount
57
57
  type: :runtime
58
58
  version_requirement:
59
59
  version_requirements: !ruby/object:Gem::Requirement
@@ -63,7 +63,7 @@ dependencies:
63
63
  version: "0"
64
64
  version:
65
65
  - !ruby/object:Gem::Dependency
66
- name: wbzyl-rack-codehighlighter
66
+ name: rack-codehighlighter
67
67
  type: :runtime
68
68
  version_requirement:
69
69
  version_requirements: !ruby/object:Gem::Requirement
@@ -84,9 +84,7 @@ extra_rdoc_files:
84
84
  - README.markdown
85
85
  files:
86
86
  - Rakefile
87
- - TODO
88
87
  - VERSION.yml
89
- - config.ru
90
88
  - lib/config.ru
91
89
  - lib/public/doc/Cyklop-otf-0_91.zip
92
90
  - lib/public/doc/ex/sp_lab01_zad.odt
@@ -94,7 +92,10 @@ files:
94
92
  - lib/public/doc/ex/sp_lab03_zad.odt
95
93
  - lib/public/doc/ex/sp_lab04_zad.odt
96
94
  - lib/public/doc/latexsheet.pdf
95
+ - lib/public/doc/short-math-guide.pdf
97
96
  - lib/public/doc/survival.pdf
97
+ - lib/public/doc/templates/article-bibliography.tex
98
+ - lib/public/doc/templates/article-hyperref.tex
98
99
  - lib/public/images/Thatll_Flat_Git_It_Vol_20.jpg
99
100
  - lib/public/images/alan_kay.jpg
100
101
  - lib/public/images/alan_perlis.jpg
@@ -138,6 +139,7 @@ files:
138
139
  - lib/public/stylesheets/uv.css
139
140
  - lib/sp-tutorial.rb
140
141
  - lib/views/answers.rdiscount
142
+ - lib/views/blogs.rdiscount
141
143
  - lib/views/exercises.rdiscount
142
144
  - lib/views/favicon.ico.rdiscount
143
145
  - lib/views/git.rdiscount
@@ -145,17 +147,24 @@ files:
145
147
  - lib/views/labs02.rdiscount
146
148
  - lib/views/labs03.rdiscount
147
149
  - lib/views/labs04.rdiscount
150
+ - lib/views/labs05.rdiscount
151
+ - lib/views/labs06.rdiscount
152
+ - lib/views/labs07.rdiscount
153
+ - lib/views/labs10.rdiscount
154
+ - lib/views/labs12.rdiscount
155
+ - lib/views/labs13.rdiscount
148
156
  - lib/views/latex.rdiscount
149
157
  - lib/views/layout.rdiscount
150
158
  - lib/views/ll.rdiscount
151
159
  - lib/views/main.rdiscount
152
160
  - lib/views/scripts.rdiscount
161
+ - lib/views/texlive.rdiscount
153
162
  - lib/views/unix-commands.rdiscount
154
163
  - lib/views/unix-guru.rdiscount
155
164
  - sp-tutorial.gemspec
156
165
  - README.markdown
157
166
  has_rdoc: true
158
- homepage: http://github.com/wbzyl/sp-tutorial
167
+ homepage: http://github.com/wbzyl/sp-ii
159
168
  licenses: []
160
169
 
161
170
  post_install_message:
@@ -181,6 +190,6 @@ rubyforge_project: sp-tutorial
181
190
  rubygems_version: 1.3.5
182
191
  signing_key:
183
192
  specification_version: 3
184
- summary: Notatki do wyklady z Srodowiska Programisty.
193
+ summary: Notatki do wykladu z Srodowiska Programisty.
185
194
  test_files: []
186
195
 
data/TODO DELETED
@@ -1,6 +0,0 @@
1
-
2
- Tagging:
3
-
4
- git tag -a -m "tagging version 0.1.0" 0.1.0
5
- git push --tags
6
-
data/config.ru DELETED
@@ -1,15 +0,0 @@
1
- $:.unshift('lib') unless $:.include?('lib')
2
-
3
- gem 'sp-tutorial'
4
- require 'sp-tutorial'
5
-
6
- gem 'rack-codehighlighter'
7
- require 'rack/codehighlighter'
8
-
9
- gem 'ultraviolet'
10
- require 'uv'
11
-
12
- use Rack::ShowExceptions
13
- use Rack::Lint
14
- use Rack::Codehighlighter, :ultraviolet, :element => 'pre>code', :markdown => true
15
- run WB::SPTutorial.new