wbzyl-sinatra-maruku 0.0.8 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -31,7 +31,7 @@ Run it with:
31
31
 
32
32
  rackup -p 4567 config.ru
33
33
 
34
- and visit *http://localhost:4567/hello2* to contemplate the sheer
34
+ and visit *http://localhost:4567* to contemplate the sheer
35
35
  beauty of rendered text written in Maruku notation.
36
36
 
37
37
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 8
2
+ :patch: 0
3
3
  :major: 0
4
- :minor: 0
4
+ :minor: 1
data/examples/config.ru CHANGED
@@ -1,7 +1,4 @@
1
- # run with: thin --rackup config.ru -p 4567 start
1
+ # run it: rackup config.ru -p 4567
2
2
 
3
3
  require 'app'
4
-
5
- use Rack::Static, :urls => ["/stylesheets", "/javascripts"], :root => "public"
6
-
7
4
  run Sinatra::Application
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{sinatra-maruku}
5
- s.version = "0.0.8"
5
+ s.version = "0.1.0"
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"]
9
- s.date = %q{2009-05-22}
9
+ s.date = %q{2009-05-23}
10
10
  s.description = %q{}
11
11
  s.email = %q{matwb@univ.gda.pl}
12
12
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wbzyl-sinatra-maruku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.1.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-05-22 00:00:00 -07:00
12
+ date: 2009-05-23 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency