sinatra-scope 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sinatra-scope.rb +1 -0
- data/test/helper.rb +1 -1
- metadata +2 -1
@@ -0,0 +1 @@
|
|
1
|
+
require "sinatra/scope"
|
data/test/helper.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-scope
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -69,6 +69,7 @@ extra_rdoc_files:
|
|
69
69
|
- README.md
|
70
70
|
files:
|
71
71
|
- lib/sinatra/scope.rb
|
72
|
+
- lib/sinatra-scope.rb
|
72
73
|
- test/contest.rb
|
73
74
|
- test/helper.rb
|
74
75
|
- test/sinatra_scope_test.rb
|