wbzyl-sinatra-math 0.0.4 → 0.0.5
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.
- data/README.markdown +5 -0
- data/VERSION.yml +1 -1
- data/config.rb +2 -2
- data/lib/public/stylesheets/app.css +1 -1
- data/lib/public/stylesheets/src/{background.png → sqrt2.png} +0 -0
- data/lib/views/layout2.erb +3 -3
- data/sinatra-math.gemspec +2 -2
- metadata +2 -2
data/README.markdown
CHANGED
data/VERSION.yml
CHANGED
data/config.rb
CHANGED
|
File without changes
|
data/lib/views/layout2.erb
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
5
5
|
|
|
6
|
+
<%= stylesheet_link_tag "/stylesheets/app.css" %>
|
|
7
|
+
|
|
6
8
|
<!-- does not work
|
|
7
9
|
|
|
8
|
-
<link charset="utf-8" href="/stylesheets/
|
|
10
|
+
<link charset="utf-8" href="/stylesheets/app.css" media="screen" rel="stylesheet" type="text/css">
|
|
9
11
|
|
|
10
12
|
-->
|
|
11
13
|
|
|
12
|
-
<%= stylesheet_link_tag "/stylesheets/app.css" %>
|
|
13
|
-
|
|
14
14
|
<title><%= @title %></title>
|
|
15
15
|
</head>
|
|
16
16
|
|
data/sinatra-math.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{sinatra-math}
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.5"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Wlodek Bzyl"]
|
|
@@ -36,7 +36,7 @@ These applications can be used to play with:
|
|
|
36
36
|
"examples/rapp.ru",
|
|
37
37
|
"examples/sqrt2.ru",
|
|
38
38
|
"lib/public/stylesheets/app.css",
|
|
39
|
-
"lib/public/stylesheets/src/
|
|
39
|
+
"lib/public/stylesheets/src/sqrt2.png",
|
|
40
40
|
"lib/sinatra-math.rb",
|
|
41
41
|
"lib/sinatra-math/euler.rb",
|
|
42
42
|
"lib/sinatra-math/phi.rb",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wbzyl-sinatra-math
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wlodek Bzyl
|
|
@@ -67,7 +67,7 @@ files:
|
|
|
67
67
|
- examples/rapp.ru
|
|
68
68
|
- examples/sqrt2.ru
|
|
69
69
|
- lib/public/stylesheets/app.css
|
|
70
|
-
- lib/public/stylesheets/src/
|
|
70
|
+
- lib/public/stylesheets/src/sqrt2.png
|
|
71
71
|
- lib/sinatra-math.rb
|
|
72
72
|
- lib/sinatra-math/euler.rb
|
|
73
73
|
- lib/sinatra-math/phi.rb
|