http_base_auth 0.0.2.3 → 0.0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,6 @@ Gem::Specification.new do |s|
17
17
 
18
18
  s.files = `git ls-files`.split("\n")
19
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
+ s.executables = `git ls-files -- {bin, tasks}/*`.split("\n").map{ |f| File.basename(f) }
21
21
  s.require_paths = ["lib"]
22
22
  end
@@ -1,3 +1,3 @@
1
1
  module HttpBaseAuth
2
- VERSION = "0.0.2.3"
2
+ VERSION = "0.0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_base_auth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 65
4
+ hash: 79
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 2
10
- - 3
11
- version: 0.0.2.3
10
+ - 4
11
+ version: 0.0.2.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Macj