http_base_auth 0.0.2.4 → 0.0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +5 -0
  2. data/lib/http_base_auth/version.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -1,2 +1,7 @@
1
1
  require 'bundler'
2
+ require 'rubygems'
3
+ require 'rake'
4
+
2
5
  Bundler::GemHelper.install_tasks
6
+ Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
7
+
@@ -1,3 +1,3 @@
1
1
  module HttpBaseAuth
2
- VERSION = "0.0.2.4"
2
+ VERSION = "0.0.2.5"
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: 79
4
+ hash: 77
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 2
10
- - 4
11
- version: 0.0.2.4
10
+ - 5
11
+ version: 0.0.2.5
12
12
  platform: ruby
13
13
  authors:
14
14
  - Macj