htauth 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/HISTORY.md +1 -1
  3. data/Rakefile +6 -0
  4. data/lib/htauth/version.rb +1 -1
  5. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a0330f64106269682197c83a695b2efbb98b05e367ba56a90aef1794cdc27dd
4
- data.tar.gz: 4fd5c4452211b4747543941477c65eb83a33ed075d4dd352b1763f00daaabcb5
3
+ metadata.gz: e4b47d22265e7ed8e07665edec308a71ce4decb3ccc293699d7736a6ca0ddca1
4
+ data.tar.gz: 6127bf17e0c114580adac497ddf51f5822e4cfda49989e32bdf6af385dc83295
5
5
  SHA512:
6
- metadata.gz: 0f5cee2bcf691c57abf009a02a5d383839c1b5ae9f38345785398a258f72936b593e1672f74e62bc10f87124f12b2783b0587c4dfc5d73b413391d996824d0b1
7
- data.tar.gz: c583805c7ee4a2f33d7297df69dc118d8abc60b91ece304c04b84c2e873bed1c8abd8dff31624a8fffd32fe008e22dcc38aa47677dd7bae143f32eba73a02287
6
+ metadata.gz: 39faa1fb2b894b7fc6329c2fc19ca63049a0645fe7c42c10e5ae0b708172d994e7b544074f901750273c4b0871ec454206f32d1f26027add807a7818ad87907a
7
+ data.tar.gz: 4d5112aec7a3839e797422ff429ee8e6bf14b968d46be97ef6e12a0c37196d1b6fbfa42772f6d488cec037f44fc37f85c69bd5a68ee8ee36fc7ad1f5d6ef84b6
data/HISTORY.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Changelog
2
- ## Version 2.1.0 - 2020-04-02
2
+ ## Version 2.1.1 - 2020-04-02
3
3
 
4
4
  * Update minimum ruby versions to modern versions
5
5
  * Support bcrypt password entries [#12](https://github.com/copiousfreetime/htauth/issues/12)
data/Rakefile CHANGED
@@ -14,6 +14,12 @@ This.ruby_gemspec do |spec|
14
14
  spec.add_development_dependency( 'rdoc' , '~> 6.2' )
15
15
  spec.add_development_dependency( 'simplecov', '~> 0.17' )
16
16
 
17
+ spec.metadata = {
18
+ "bug_tracker_uri" => "https://github.com/copiousfreetime/htauth/issues",
19
+ "changelog_uri" => "https://github.com/copiousfreetime/htauth/blob/master/HISTORY.md",
20
+ "homepage_uri" => "https://github.com/copiousfreetime/htauth",
21
+ "source_code_uri" => "https://github.com/copiousfreetime/htauth",
22
+ }
17
23
  spec.license = "MIT"
18
24
  end
19
25
 
@@ -1,4 +1,4 @@
1
1
  module HTAuth
2
2
  # Public: The version of the htauth library
3
- VERSION = "2.1.0"
3
+ VERSION = "2.1.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: htauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Hinegardner
@@ -148,7 +148,11 @@ files:
148
148
  homepage: http://github.com/copiousfreetime/htauth
149
149
  licenses:
150
150
  - MIT
151
- metadata: {}
151
+ metadata:
152
+ bug_tracker_uri: https://github.com/copiousfreetime/htauth/issues
153
+ changelog_uri: https://github.com/copiousfreetime/htauth/blob/master/HISTORY.md
154
+ homepage_uri: https://github.com/copiousfreetime/htauth
155
+ source_code_uri: https://github.com/copiousfreetime/htauth
152
156
  post_install_message:
153
157
  rdoc_options:
154
158
  - "--main"