wire4_auth 1.0.0 → 1.0.1

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
2
  SHA256:
3
- metadata.gz: 11e6f09a7250dc166b808ce1848453f257f2bff005c39d02c432b3b7c5fbde4c
4
- data.tar.gz: e245c3817860fb8fae1946af6d9125a35f3bd3e92d9eff6456965ceab5d1777e
3
+ metadata.gz: 7cc203bd9934f2eba3455f6b805df2456e7fc2d3fa30b1bb918e4cb9801bd68e
4
+ data.tar.gz: dfa71f4eaf55806c5af5138ab04fce185c19687b8e4d08af6272473538b85dc2
5
5
  SHA512:
6
- metadata.gz: 9f2c8e57069f3cfa8e8f538cf1b503a259b78faa0fb902b2c38566b02ca45a7495dd04aae9c0523e7a2288e79094751651240a589ad90b029fbbc458722a7a90
7
- data.tar.gz: 2975be6c57a9ade65c5fc82d82ff8a4a38d53bdf8746ddac209ea5392f1f9f129d7cf01b385b08a39382263411c9dc87ac1359d9a8e952db6aba394fd07201a4
6
+ metadata.gz: 554aa51aff78048a0e0cd7856e8aeebcca0d74278d18e57ba057e641d4e863255dc39530572f6552401c07e5fdaa5af56ac93c6f6fcb46b9075a6032d33cae8d
7
+ data.tar.gz: b11a465f5b368f48a1e5e197212070fd89dda17888e17f2135ed35b4167d4c9d44cd2157c28bf6bf9c4e544292a3dcd84c89007a9c6680045077ec27cb4c95dc
data/Gemfile CHANGED
@@ -4,5 +4,5 @@ gemspec
4
4
 
5
5
  group :development, :test do
6
6
  gem 'oauth2', '~> 1.4.2'
7
- gem 'wire4_client', '~> 1.0.0', path: "/Users/saintiago/tcpip/git-repositories/speiok/wire4-api-sdk-ruby/sdk-client"
7
+ gem 'wire4_client', '~> 1.0'
8
8
  end
@@ -1,16 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wire4_auth (1.0.0)
4
+ wire4_auth (1.0.1)
5
5
  oauth2 (~> 1.4, >= 1.4.2)
6
- wire4_client (~> 1.0.0, >= 1.0.0)
7
-
8
- PATH
9
- remote: /Users/saintiago/tcpip/git-repositories/speiok/wire4-api-sdk-ruby/sdk-client
10
- specs:
11
- wire4_client (1.0.0)
12
- json (~> 2.1, >= 2.1.0)
13
- typhoeus (~> 1.0, >= 1.0.1)
6
+ wire4_client (~> 1.0.0, >= 1.0)
14
7
 
15
8
  GEM
16
9
  remote: https://rubygems.org/
@@ -37,6 +30,9 @@ GEM
37
30
  power_assert
38
31
  typhoeus (1.3.1)
39
32
  ethon (>= 0.9.0)
33
+ wire4_client (1.0.0)
34
+ json (~> 2.1, >= 2.1.0)
35
+ typhoeus (~> 1.0, >= 1.0.1)
40
36
 
41
37
  PLATFORMS
42
38
  ruby
@@ -45,7 +41,7 @@ DEPENDENCIES
45
41
  oauth2 (~> 1.4.2)
46
42
  test-unit (~> 3.3, >= 3.3.0)
47
43
  wire4_auth!
48
- wire4_client (~> 1.0.0)!
44
+ wire4_client (~> 1.0)
49
45
 
50
46
  BUNDLED WITH
51
47
  1.17.3
@@ -15,5 +15,5 @@ version: 1.0
15
15
  =end
16
16
 
17
17
  module Wire4Auth
18
- VERSION = '1.0.0'
18
+ VERSION = '1.0.1'
19
19
  end
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  s.required_ruby_version = ">= 1.9"
33
33
 
34
34
  s.add_runtime_dependency 'oauth2', '~> 1.4', '>= 1.4.2'
35
- s.add_runtime_dependency 'wire4_client', '~> 1.0.0', '>= 1.0.0'
35
+ s.add_runtime_dependency 'wire4_client', '~> 1.0.0', '>= 1.0'
36
36
 
37
37
  s.add_development_dependency 'test-unit', '~> 3.3', '>= 3.3.0'
38
38
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wire4_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wire4
@@ -36,7 +36,7 @@ dependencies:
36
36
  requirements:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: 1.0.0
39
+ version: '1.0'
40
40
  - - "~>"
41
41
  - !ruby/object:Gem::Version
42
42
  version: 1.0.0
@@ -46,7 +46,7 @@ dependencies:
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 1.0.0
49
+ version: '1.0'
50
50
  - - "~>"
51
51
  - !ruby/object:Gem::Version
52
52
  version: 1.0.0