omniauth-auphonic 0.0.1 → 0.0.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWZiNTVjMmFlN2ExNmYzM2Q3ODExMTBmMDA3NGNmYTczOWVmMmM5OA==
4
+ ZDIxOGNjMWI3MWY2ZWIyMDk0ZWE0OTUyM2NkMWUzN2E1NjE2ZjQyNQ==
5
5
  data.tar.gz: !binary |-
6
- NWViZjlhNmM1YjQ4ODI3MjhjZDlmNmY4NzhmZmU2NTk4Y2Y5NDI2NA==
6
+ OTYzZTU5YTAzOWVmMWM2YzQzZWRiMWNhYmRkY2NhNGJjZWU4YmFmZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjU3ZGNlNDI3MzZiZDY3N2M1NDc0YTUxN2JiNDUzOTg3NzY3ZTRkNTI0YTBj
10
- MzNlY2NmMjkxZjYzNWVmYTQwYTE2ZDJjOGE3ZjU5YzI0YjQzNTFkNDc0NjA5
11
- YjdmNGJjNzNhZWFhOGQ0MmY5NTc0NTQwZTQwMzIxMGY3NzY1YWQ=
9
+ ZmE3YzE0MjRhMTcxYjZmZjAyYmY4ZWVjYmVkMzU2OWY5ZTNlMzA1OGM4OGIx
10
+ ZjU4MzgxZWZlYTcwZjYyMGU4MWE2NzI2YmZiZjM5MmI2ZWNhY2U1YTVjZTM5
11
+ MDUxYjZkMjljYjgyNDFkYWFlOGJjMWYyNGJmOWRiZmIzZTBlMzk=
12
12
  data.tar.gz: !binary |-
13
- MTRmZWVlMGQwZTc1NDIzMjg2MjlmMTk4YjI2MzMzZjA2NDkyMzZiZjQwY2Ni
14
- NDY1OWE3ODJjNWI4ZDI2ZDQyYzZmZjI5ODRiNmUxYTEyYzkwOTEzMTViMDE2
15
- NzcyN2QwZGRlNzJhMzc3NmY4NTk1YzA4ZWRiZTA1MTNjMTkyZGQ=
13
+ NGYwZjUyNDI5MDUyNTllN2Y0MjBlYjI2M2Q5NTYwOTllZmY0ZTI5MmUxNjIx
14
+ M2EwMTE0M2E2M2QzMGRiNDkxZmEzMDBlNTg2MDE2ZGI5YmQyZTBmMDhjMTY3
15
+ ZTFiOTU2YTk4ZWEyN2U1MWJiNGIwMzMxNzgzOWQ5ZjMzNGE0YTU=
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Auphonic
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-auphonic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - fliiiix
7
+ - l33tname
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-05 00:00:00.000000000 Z
11
+ date: 2014-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -52,23 +52,9 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.3'
55
- - !ruby/object:Gem::Dependency
56
- name: rake
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ! '>='
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ! '>='
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
55
  description: A Omniauth gem for Auphonic
70
56
  email:
71
- - de-ch@hotmail.de
57
+ - hi@l33t.name
72
58
  executables: []
73
59
  extensions: []
74
60
  extra_rdoc_files: []
@@ -76,7 +62,7 @@ files:
76
62
  - lib/omniauth-auphonic.rb
77
63
  - lib/omniauth-auphonic/version.rb
78
64
  - lib/omniauth/strategies/auphonic.rb
79
- homepage: ''
65
+ homepage: https://github.com/fliiiix/omniauth-auphonic
80
66
  licenses:
81
67
  - BSD
82
68
  metadata: {}
@@ -99,5 +85,5 @@ rubyforge_project:
99
85
  rubygems_version: 2.2.0
100
86
  signing_key:
101
87
  specification_version: 4
102
- summary: A Omniauth gem for Auphonic
88
+ summary: This GEM provied a Omniauth strategie to authenticate to Auphonic.
103
89
  test_files: []