frostale 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbdb8b8fdfa21c3c89c03634ec34ddff65d8626079f6e1c55ed7951cdbcdc58d
4
- data.tar.gz: de93eec08d11f81c619cb9dee48e52085a1b44bc1944672f833f3695c4ff988c
3
+ metadata.gz: d606337dc3a95c911261f5d8f01d59695a85446609a1d60260bb1fa913251f9f
4
+ data.tar.gz: 4af68c49499d1476973837fb766db546bc42e7e59cec802fe8de1622d342870d
5
5
  SHA512:
6
- metadata.gz: bb6bda7a9a8172cf90dfd181d306d6c2acca0e5f8434636c787b9e553b3cfcc3841c30eda6dc20cb356243aab0fe67356090fe43cb07aa25123cb4717e6cb0f4
7
- data.tar.gz: 24932a8b220a0660d4eb69701d319919c1a3d091220518c6ec745aeb0cdcf79375e8521bbad672a2279a31105abb7e86e1d1842e85382cedab517608ae395c36
6
+ metadata.gz: 3174f732be91c3eca9a1747d96fac0ddcf1b57efbc7509e8ae57841acd92780fd7836f120ef846fb7b3211b8d9f88b2c6a70b89992a24bc55f443911ddbec57c
7
+ data.tar.gz: 0c9996f69da3edf6b53b0d0728f4e1fe6cf5397ce6c024b3366ed9901ba0cc3e334f29dd4ea8e8b053b38888363409a32bd640e99e5863c9ac53a5fdc11346a7
data/.document CHANGED
@@ -1,3 +1,4 @@
1
+ README.txt
1
2
  README.rdoc
2
3
  lib/**/*.rb
3
4
  bin/*
data/Gemfile.lock CHANGED
@@ -1,6 +1,6 @@
1
1
  GEM
2
2
  specs:
3
- activesupport (5.2.1)
3
+ activesupport (5.2.2)
4
4
  concurrent-ruby (~> 1.0, >= 1.0.2)
5
5
  i18n (>= 0.7, < 2)
6
6
  minitest (~> 5.1)
@@ -10,7 +10,7 @@ GEM
10
10
  gyoku (>= 0.4.0)
11
11
  nokogiri
12
12
  builder (3.2.3)
13
- concurrent-ruby (1.0.5)
13
+ concurrent-ruby (1.1.5)
14
14
  descendants_tracker (0.0.4)
15
15
  thread_safe (~> 0.3, >= 0.3.1)
16
16
  faraday (0.9.2)
@@ -26,12 +26,12 @@ GEM
26
26
  gyoku (1.3.1)
27
27
  builder (>= 2.1.2)
28
28
  hashie (3.6.0)
29
- highline (2.0.0)
29
+ highline (2.0.2)
30
30
  httpclient (2.8.3)
31
31
  httpi (2.4.4)
32
32
  rack
33
33
  socksify
34
- i18n (1.1.0)
34
+ i18n (1.6.0)
35
35
  concurrent-ruby (~> 1.0)
36
36
  jeweler (2.3.9)
37
37
  builder
@@ -44,27 +44,27 @@ GEM
44
44
  rake
45
45
  rdoc
46
46
  semver2
47
- jwt (1.5.6)
47
+ jwt (2.1.0)
48
48
  mime-types (2.99.3)
49
- mini_portile2 (2.3.0)
49
+ mini_portile2 (2.4.0)
50
50
  minitest (5.11.3)
51
51
  multi_json (1.13.1)
52
52
  multi_xml (0.6.0)
53
53
  multipart-post (2.0.0)
54
- nokogiri (1.8.4)
55
- mini_portile2 (~> 2.3.0)
54
+ nokogiri (1.10.2)
55
+ mini_portile2 (~> 2.4.0)
56
56
  nori (2.6.0)
57
- oauth2 (1.4.0)
58
- faraday (>= 0.8, < 0.13)
59
- jwt (~> 1.0)
57
+ oauth2 (1.4.1)
58
+ faraday (>= 0.8, < 0.16.0)
59
+ jwt (>= 1.0, < 3.0)
60
60
  multi_json (~> 1.3)
61
61
  multi_xml (~> 0.5)
62
62
  rack (>= 1.2, < 3)
63
63
  power_assert (1.1.1)
64
64
  psych (3.0.2)
65
- rack (2.0.5)
66
- rake (12.3.1)
67
- rdoc (6.0.4)
65
+ rack (2.0.7)
66
+ rake (12.3.2)
67
+ rdoc (6.0.1)
68
68
  savon (2.12.0)
69
69
  akami (~> 1.2)
70
70
  builder (>= 2.1.2)
@@ -78,12 +78,12 @@ GEM
78
78
  shoulda-context (~> 1.0, >= 1.0.1)
79
79
  shoulda-matchers (~> 3.0)
80
80
  shoulda-context (1.2.2)
81
- shoulda-matchers (3.1.2)
81
+ shoulda-matchers (3.1.3)
82
82
  activesupport (>= 4.0.0)
83
83
  soap4r (1.5.8)
84
84
  httpclient (>= 2.1.1)
85
85
  socksify (1.7.1)
86
- test-unit (3.2.8)
86
+ test-unit (3.2.7)
87
87
  power_assert
88
88
  thread_safe (0.3.6)
89
89
  tzinfo (1.2.5)
@@ -104,4 +104,4 @@ DEPENDENCIES
104
104
  test-unit
105
105
 
106
106
  BUNDLED WITH
107
- 1.16.3
107
+ 2.0.1
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009 barce
1
+ Copyright (c) 2018 barce
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,25 +1,31 @@
1
- = frostale
1
+ # frostale
2
+
3
+ [![Gem Version](https://badge.fury.io/rb/frostale.svg)](https://badge.fury.io/rb/frostale) ![downloads](https://img.shields.io/gem/dt/frostale.svg)
2
4
 
3
5
  Frostale is an Active Directory Login for the Enterprise.
4
6
 
5
- Who should use it?
7
+ ## Who should use it?
6
8
 
7
9
  * You have Active Directory used for controlling access to networked assets.
8
10
  * You want to use Ruby in addition to your current technologies for
9
11
  authentication via Active Directory.
10
12
 
11
- How is it used?
13
+ ## How is it used?
14
+
15
+ `gem install frostale`
12
16
 
13
17
  To use Frostale is quite simple:
14
18
 
19
+ ```ruby
15
20
  user = Frostale.new('user@example.com','pass',
16
21
  'domain\group Global Admins',
17
22
  'http://example.com/WPAuth.asmx?WSDL')
18
23
  user.authenticate
19
24
  puts "authenticated" if user.isAuth == 'true'
25
+ ```
20
26
 
21
27
 
22
- == Note on Patches/Pull Requests
28
+ ## Note on Patches/Pull Requests
23
29
 
24
30
  * Fork the project.
25
31
  * Make your feature addition or bug fix.
@@ -29,6 +35,12 @@ puts "authenticated" if user.isAuth == 'true'
29
35
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
30
36
  * Send me a pull request. Bonus points for topic branches.
31
37
 
32
- == Copyright
38
+ ## Maintenance
39
+ This used to be maintained using jeweler.
40
+ I moved maintenance / updates of this gem to juwelier.
41
+ To use juwelier:
42
+ `gem install juwelier`
43
+
44
+ ## Copyright
33
45
 
34
- Copyright (c) 2009 barce. See LICENSE for details.
46
+ Copyright (c) 2018 barce. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
data/frostale.gemspec CHANGED
@@ -2,28 +2,28 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: frostale 0.0.5 ruby lib
5
+ # stub: frostale 0.0.6 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "frostale".freeze
9
- s.version = "0.0.5"
9
+ s.version = "0.0.6"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["barce".freeze]
14
- s.date = "2018-09-11"
14
+ s.date = "2019-07-11"
15
15
  s.description = "Frostale allows active directory login through a ruby gem.".freeze
16
16
  s.email = "jbarcelona@gmail.com".freeze
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE",
19
- "README.rdoc"
19
+ "README.md"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
23
  "Gemfile",
24
24
  "Gemfile.lock",
25
25
  "LICENSE",
26
- "README.rdoc",
26
+ "README.md",
27
27
  "Rakefile",
28
28
  "VERSION",
29
29
  "frostale.gemspec",
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
33
33
  ]
34
34
  s.homepage = "http://github.com/barce/frostale".freeze
35
35
  s.post_install_message = " \n \nThank you for installing frostale - more info is at\nhttp://github.com/barce/frostale\n \n \n".freeze
36
- s.rubygems_version = "2.7.6".freeze
36
+ s.rubygems_version = "2.7.6.2".freeze
37
37
  s.summary = "Active Directory Login for the Enterprise".freeze
38
38
 
39
39
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frostale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - barce
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-11 00:00:00.000000000 Z
11
+ date: 2019-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jeweler
@@ -114,13 +114,13 @@ executables: []
114
114
  extensions: []
115
115
  extra_rdoc_files:
116
116
  - LICENSE
117
- - README.rdoc
117
+ - README.md
118
118
  files:
119
119
  - ".document"
120
120
  - Gemfile
121
121
  - Gemfile.lock
122
122
  - LICENSE
123
- - README.rdoc
123
+ - README.md
124
124
  - Rakefile
125
125
  - VERSION
126
126
  - frostale.gemspec
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  version: '0'
148
148
  requirements: []
149
149
  rubyforge_project:
150
- rubygems_version: 2.7.6
150
+ rubygems_version: 2.7.6.2
151
151
  signing_key:
152
152
  specification_version: 4
153
153
  summary: Active Directory Login for the Enterprise