rack-oauth2-provider 0.0.1.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rack/oauth2/provider.rb +1 -1
- data/rakefile +1 -1
- metadata +2 -3
data/lib/rack/oauth2/provider.rb
CHANGED
data/rakefile
CHANGED
@@ -35,7 +35,7 @@ namespace :dist do
|
|
35
35
|
s.email = 'johnny.halife@me.com'
|
36
36
|
s.author = 'Johnny G. Halife & Ezequiel Morito'
|
37
37
|
s.require_paths = ["lib"]
|
38
|
-
s.files = FileList['rakefile', 'lib/**/*.rb'
|
38
|
+
s.files = FileList['rakefile', 'lib/**/*.rb']
|
39
39
|
s.test_files = Dir['spec/**/*']
|
40
40
|
s.has_rdoc = true
|
41
41
|
s.rdoc_options << '--line-numbers' << '--inline-source' << '-A cattr_accessor=object'
|