github_employee_auth 0.9.3 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["atmos@atmos.org"]
7
7
  gem.description = %q{make it even easier to build internal apps}
8
8
  gem.summary = %q{authenticate github employees easily in sinatra apps}
9
- gem.homepage = "https://github.com/atmos/github_employee_auth"
9
+ gem.homepage = "https://github.com/github/github_employee_auth"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
16
  gem.version = GithubEmployeeAuth::VERSION
17
17
 
18
18
  gem.add_dependency "rack-ssl"
19
- gem.add_dependency "sinatra_auth_github", "~>0.7.0"
19
+ gem.add_dependency "sinatra_auth_github", "~>0.8.1"
20
20
 
21
21
  gem.add_development_dependency "guard"
22
22
  gem.add_development_dependency "rspec", "~>2.0"
@@ -1,3 +1,3 @@
1
1
  module GithubEmployeeAuth
2
- VERSION = "0.9.3"
2
+ VERSION = "0.10.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_employee_auth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 9
9
- - 3
10
- version: 0.9.3
8
+ - 10
9
+ - 1
10
+ version: 0.10.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Corey Donohoe
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-13 00:00:00 -07:00
18
+ date: 2012-07-04 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -40,12 +40,12 @@ dependencies:
40
40
  requirements:
41
41
  - - ~>
42
42
  - !ruby/object:Gem::Version
43
- hash: 3
43
+ hash: 61
44
44
  segments:
45
45
  - 0
46
- - 7
47
- - 0
48
- version: 0.7.0
46
+ - 8
47
+ - 1
48
+ version: 0.8.1
49
49
  type: :runtime
50
50
  version_requirements: *id002
51
51
  - !ruby/object:Gem::Dependency
@@ -129,7 +129,7 @@ files:
129
129
  - spec/auth_spec.rb
130
130
  - spec/spec_helper.rb
131
131
  has_rdoc: true
132
- homepage: https://github.com/atmos/github_employee_auth
132
+ homepage: https://github.com/github/github_employee_auth
133
133
  licenses: []
134
134
 
135
135
  post_install_message: