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.
Files changed (3) hide show
  1. data/lib/sinatra-scope.rb +1 -0
  2. data/test/helper.rb +1 -1
  3. metadata +2 -1
@@ -0,0 +1 @@
1
+ require "sinatra/scope"
data/test/helper.rb CHANGED
@@ -10,7 +10,7 @@ $LOAD_PATH.unshift libdir unless $LOAD_PATH.include?(libdir)
10
10
 
11
11
  require 'contest'
12
12
  require 'rack/test'
13
- require 'sinatra/scope'
13
+ require 'sinatra-scope'
14
14
 
15
15
  class Sinatra::Base
16
16
  # Allow assertions in request context
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.2
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