rack-oauth2-provider 0.0.1.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/rack/oauth2/provider.rb +1 -1
  2. data/rakefile +1 -1
  3. metadata +2 -3
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  module OAuth2
3
- VERSION = "0.0.1.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
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', 'vendor/**/*.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'
metadata CHANGED
@@ -5,9 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- - 1
10
- version: 0.0.1.1
8
+ - 2
9
+ version: 0.0.2
11
10
  platform: ruby
12
11
  authors:
13
12
  - Johnny G. Halife & Ezequiel Morito