powa_api 0.1.8 → 0.1.9

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,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MGEzNDA0ODg1YzY0YmU3NzNmZmRhZGE2YWNhNWVmOTE1YzhhNWZjYQ==
5
- data.tar.gz: !binary |-
6
- YzYwYWQzNzM3NmJjMWMxMGNhZWUxNjFkN2YxZDBiYmI1NjMwODk4Yg==
2
+ SHA1:
3
+ metadata.gz: 03b4cf4130d251b2deef2ae571c3ab7b587e114a
4
+ data.tar.gz: 169f3ae21b3fabf4ac0cb83264fe9fea12eed330
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- Yzc4OGM3MDMwN2ZkMDRmZmM4MmExMWNiOGY5ZGY5YWE3ODBjYTJiZWM3ZDBm
10
- Zjg4YTY3ZjlhYzNhOTg2YjJkNGY3MWEwYjYxZTk2NzU4YjQwNmQzZTZhNjA3
11
- NGVlMGI0NTRmMmIyN2VlMTkzYTExYjNjN2ZjMTNiOWE3NzE2YjY=
12
- data.tar.gz: !binary |-
13
- MGNiZmNiZGNlMjc3NDA1Yjc4YmE1NDZlZjljYzkzNjE5ZDlhY2NjYmE4MGY1
14
- MGI2NmQxMzdhZjA1YjZkYjQwZTc1ZWNhNzdiMjhmMTA0OTA5YmRiYTAwZjcz
15
- MjZjODE5MGM3MDBlZTI5NmQ0NzVmZDRmZWM5YjQ5OWNmY2IzNjQ=
6
+ metadata.gz: cbbcdcb5ebd5d555711586be303e30fb8ee66473bc4afcc0237de6ffc3b23bcd139abdba4c1a9e908c0090b4c272cc3fe0e6c74380904cc40cc1cf3d8e72e17e
7
+ data.tar.gz: 0d3023630006d10647d2aa89a8a9eb3bb4f1e1ed69c81d639b264da3a563ae10a773ddbfcc848aa6eda433771d38fe709dc4014c1defdcf86480464146f2b49a
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/lib/powa_api.rb CHANGED
File without changes
File without changes
@@ -29,9 +29,9 @@ module PowaApi
29
29
 
30
30
  def self.base_url
31
31
  if ::PowaApi.config[:environment] == "production"
32
- "https://api.powa.com/ws/soap/v2/"
32
+ "https://api.gplshops.com/ws/soap/v2/"
33
33
  else
34
- "https://api.sandbox.powa.com/ws/soap/v2/"
34
+ "https://api.sandbox.gplshops.com/ws/soap/v2/"
35
35
  end
36
36
  end
37
37
 
@@ -51,4 +51,4 @@ module PowaApi
51
51
  }
52
52
  end
53
53
  end
54
- end
54
+ end
File without changes
@@ -1,3 +1,4 @@
1
1
  module PowaApi
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
+
3
4
  end
data/powa_api.gemspec CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: powa_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - jzw
@@ -9,34 +9,34 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-16 00:00:00.000000000 Z
12
+ date: 2016-08-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ! '>='
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: 1.0.0.rc.5
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ! '>='
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
27
  version: 1.0.0.rc.5
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: savon
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ! '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ! '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  description: Implementation of the Powa API
@@ -45,7 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - .gitignore
48
+ - ".gitignore"
49
49
  - Gemfile
50
50
  - README.md
51
51
  - Rakefile
@@ -64,17 +64,17 @@ require_paths:
64
64
  - lib
65
65
  required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ! '>='
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - ! '>='
72
+ - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: 1.3.6
75
75
  requirements: []
76
76
  rubyforge_project: powa_api
77
- rubygems_version: 2.4.8
77
+ rubygems_version: 2.4.6
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: Implementation of the Powa API