brownbeagle-gitauth 0.0.4.2 → 0.0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gitauth.rb +1 -1
- metadata +3 -4
data/lib/gitauth.rb
CHANGED
@@ -21,7 +21,7 @@ require 'ostruct'
|
|
21
21
|
|
22
22
|
module GitAuth
|
23
23
|
|
24
|
-
VERSION = [0, 0, 4,
|
24
|
+
VERSION = [0, 0, 4, 3]
|
25
25
|
BASE_DIR = Pathname.new(__FILE__).dirname.join("..").expand_path
|
26
26
|
LIB_DIR = BASE_DIR.join("lib", "gitauth")
|
27
27
|
GITAUTH_DIR = Pathname.new("~/.gitauth/").expand_path
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brownbeagle-gitauth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.4.
|
4
|
+
version: 0.0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Darcy Laycock
|
@@ -13,7 +13,7 @@ date: 2009-09-06 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
|
-
name: rack
|
16
|
+
name: rack
|
17
17
|
type: :runtime
|
18
18
|
version_requirement:
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -123,7 +123,6 @@ files:
|
|
123
123
|
- views/user.erb
|
124
124
|
has_rdoc: false
|
125
125
|
homepage: http://brownbeagle.com.au/
|
126
|
-
licenses:
|
127
126
|
post_install_message:
|
128
127
|
rdoc_options: []
|
129
128
|
|
@@ -144,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
143
|
requirements: []
|
145
144
|
|
146
145
|
rubyforge_project:
|
147
|
-
rubygems_version: 1.
|
146
|
+
rubygems_version: 1.2.0
|
148
147
|
signing_key:
|
149
148
|
specification_version: 3
|
150
149
|
summary: An authentication manager for Git repositories served over SSH
|