yard-sinatra 0.4.0 → 0.4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/yard-sinatra.rb +1 -0
- metadata +4 -2
data/lib/yard-sinatra.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require 'yard/sinatra'
|
metadata
CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 0
|
7
7
|
- 4
|
8
8
|
- 0
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 0.4.0.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Konstantin Haase
|
@@ -14,7 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2010-03-
|
18
|
+
date: 2010-03-05 00:00:00 +01:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
@@ -55,6 +56,7 @@ extra_rdoc_files: []
|
|
55
56
|
|
56
57
|
files:
|
57
58
|
- lib/yard/sinatra.rb
|
59
|
+
- lib/yard-sinatra.rb
|
58
60
|
- spec/example_app.rb
|
59
61
|
- spec/yard/sinatra_spec.rb
|
60
62
|
- README.md
|