omniauth-matique 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: afb4ed6081fd2540a20e571ee414214e319226cf
4
- data.tar.gz: ad567a7d23511af93bfc6e54a371d5a9e99e2cbb
2
+ SHA256:
3
+ metadata.gz: 70851c52b690826e63ae3dcad913fc67dcad0f7547f7bfb7cb996f32efb6761a
4
+ data.tar.gz: 76bd96e70412a83af5b8808bca395d6d3c8efcb87f839164c4b9651e2f030151
5
5
  SHA512:
6
- metadata.gz: d09e53fc34b5afa6d5fe1f58fa0a1f505d3389c919c083add9dc735e159b71f53e2c33307c270243e907dec8370bc286cc51956b8715459646e5e55599f4ead1
7
- data.tar.gz: 125e71daa0c62c7c26b7f08b2e6ef0b753a70801c24e68d8b40f5387552edd3af97ef42fcb195e1671ef624f304cf495cdb827c05b7e198b3f4098526f599953
6
+ metadata.gz: 4700e51b7a268d4d2354754ef2b9a891d3bfa6292e4cf1d5ee36317bb6ffb0f23dcbb6d0280bb9f4fe401309795efdc9af34b8d5756efc9fb8fdffba93911d2f
7
+ data.tar.gz: 4b62f047aa903c5c76e166c3e37b0f08bc10b190577ad3bd599bdd269789c010c15686db1926c27f3b5c0c31111b75d627ec484661fd93f216a2add4873fa535
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-5.1
1
+ rails-5.2
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.4.1
1
+ ruby-2.5.1
data/.travis.yml CHANGED
@@ -6,10 +6,11 @@ before_install: gem update bundler --no-document
6
6
  script: 'bundle exec rake test'
7
7
 
8
8
  rvm:
9
- # - 2.0.0
10
- # - 2.2.3
11
- - 2.3.0
9
+ - 2.5.1
12
10
  - 2.4.1
11
+ # - 2.3.0
12
+ # - 2.2.3
13
+ # - 2.0.0
13
14
 
14
15
  notifications:
15
16
  email: false
data/.watchr CHANGED
@@ -17,6 +17,7 @@ end
17
17
  def run_it(type, file)
18
18
  case type
19
19
  when 'test'; run %Q{ruby -I"lib:test" -rubygems #{file}}
20
+ # when 'test'; run %Q{rails test #{file}}
20
21
  when 'spec'; run %Q{rspec -X #{file}}
21
22
  else; puts "#{H} unknown type: #{type}, file: #{file}"
22
23
  end
@@ -24,6 +25,7 @@ end
24
25
 
25
26
  def run_all_tests
26
27
  puts "\n#{HH} Running all tests #{HH}\n"
28
+ # system "spring stop"
27
29
  %w{test}.each { |dir| run "rake #{dir} RAILS_ENV=test" if File.exists?(dir) }
28
30
  %w{spec}.each { |dir| run "rake #{dir} RAILS_ENV=test" if File.exists?(dir) }
29
31
  end
@@ -41,8 +43,8 @@ end
41
43
  watch("#{type}/.*/*_#{type}\.rb") { |match| run_it type, match[0] }
42
44
  }
43
45
  %w{rb erb haml slim}.each { |type|
44
- watch("app/.*/.*\.#{type}") { |m|
45
- run_matching_files("#{m[0].split('/').at(2).split('.').first}")
46
+ watch("app/.*/(.*)\.#{type}") { |match|
47
+ run_matching_files(match[1])
46
48
  }
47
49
  }
48
50
 
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2016-2017 Dittmar Krall http://matique.de
1
+ Copyright 2016-2018 Dittmar Krall http://matique.de
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
data/README.md CHANGED
@@ -56,4 +56,4 @@ See also:
56
56
  - http://codetheory.in/rails-devise-omniauth-sso/
57
57
  - https://github.com/intridea/omniauth.git
58
58
 
59
- Copyright (c) [Dittmar Krall], released under the MIT license.
59
+ Copyright (c) 2016..2018 Dittmar Krall, released under the MIT license.
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Matique
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-matique
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-12 00:00:00.000000000 Z
11
+ date: 2018-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  requirements: []
98
98
  rubyforge_project:
99
- rubygems_version: 2.6.12
99
+ rubygems_version: 2.7.6
100
100
  signing_key:
101
101
  specification_version: 4
102
102
  summary: OmniAuth strategy for matique