sinatra-croon 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -41,3 +41,5 @@ documentation browser be available to you.
41
41
  ## Web-based browser
42
42
 
43
43
  Sinatra::Croon will create a route at `/docs` to display your documentation.
44
+
45
+ See an example at [http://sinatra-croon-example.heroku.com](http://sinatra-croon-example.heroku.com)
@@ -4,7 +4,7 @@
4
4
 
5
5
  %head
6
6
  %title API Documentation
7
- %link{ :rel => "stylesheet", :href => "/docs.css" }
7
+ %link{ :rel => "stylesheet", :href => "docs.css" }
8
8
 
9
9
  %body
10
10
 
data/lib/sinatra/croon.rb CHANGED
@@ -3,7 +3,7 @@ require "sinatra/base"
3
3
 
4
4
  module Sinatra
5
5
  module Croon
6
- VERSION = "0.0.1"
6
+ VERSION = "0.1.0"
7
7
 
8
8
  def self.registered(app)
9
9
  app.helpers Croon::Helpers
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-croon
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 0
9
8
  - 1
10
- version: 0.0.1
9
+ - 0
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Dollar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-21 00:00:00 -07:00
18
+ date: 2010-07-26 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -131,7 +131,7 @@ files:
131
131
  - spec/sinatra/croon_spec.rb
132
132
  - spec/spec_helper.rb
133
133
  - README.md
134
- has_rdoc: true
134
+ has_rdoc: false
135
135
  homepage: http://daviddollar.org/
136
136
  licenses: []
137
137