samlsso 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: dc3e60a5fbe803f6a037e9423e0ef641301cc3de
4
- data.tar.gz: 2f06280ecb6cf9464317ab8b44467ba2ceb463ab
3
+ metadata.gz: c9ebe4e9fe434bd13b93d975b674b2e29779ca49
4
+ data.tar.gz: 23970c25148ed39d8b35f5a64ec787afdf39cb4a
5
5
  SHA512:
6
- metadata.gz: 7b0b196a56145dac4d522b2f5006b013a4c916d9f52461b571f751b38927c23f9807ace1fe34bcc52dce133e047330d4dc6b8243f431f6460bf14f05b7126b4c
7
- data.tar.gz: 672e363b9d0db5c2072daad6cced5b1f1edd184adcb0102a3fad1ae8da71524489b956715742cbc206782586287355feec85b0c6a0ae0ad67b25c93213f414fb
6
+ metadata.gz: eb44d1838c28da824e83b19361e505cdb07a9ad396b3a99a87f4f779d40736715b63d61c149fb276dbf55f35cf82442ed1499acf2142aefb184da24fdb1ef104
7
+ data.tar.gz: 49e9871e1defa50bed84894a6fb5a31174b1d0cad9394a1cba4c43ee3e66d37f1786176f8057cdeb18b8649d4d1df7c80097d53e34d165bebe847f0f0cb362be
data/README.md CHANGED
@@ -28,7 +28,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
28
28
 
29
29
  ## Contributing
30
30
 
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/samlsso. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/siddhartham/samlsso. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
32
32
 
33
33
 
34
34
  ## License
@@ -1,3 +1,3 @@
1
1
  module Samlsso
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.require_paths = ["lib"]
29
29
 
30
30
  spec.add_runtime_dependency("uuid", ["~> 2.3"])
31
- spec.add_runtime_dependency("xmlenc", ["~> 0.1.7"])
31
+ spec.add_runtime_dependency("xmlenc", ["~> 0.6.4"])
32
32
  if RUBY_VERSION < '1.9'
33
33
  # 1.8.7
34
34
  spec.add_runtime_dependency('nokogiri', '~> 1.6.0')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: samlsso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siddhartha Mukherjee
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-19 00:00:00.000000000 Z
11
+ date: 2016-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uuid
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.1.7
33
+ version: 0.6.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.1.7
40
+ version: 0.6.4
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: nokogiri
43
43
  requirement: !ruby/object:Gem::Requirement