powa_api 0.1.2 → 0.1.8

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.
Files changed (5) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +4 -1
  3. data/Gemfile +1 -1
  4. data/lib/powa_api/version.rb +2 -2
  5. metadata +17 -13
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MGEzNDA0ODg1YzY0YmU3NzNmZmRhZGE2YWNhNWVmOTE1YzhhNWZjYQ==
5
+ data.tar.gz: !binary |-
6
+ YzYwYWQzNzM3NmJjMWMxMGNhZWUxNjFkN2YxZDBiYmI1NjMwODk4Yg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ Yzc4OGM3MDMwN2ZkMDRmZmM4MmExMWNiOGY5ZGY5YWE3ODBjYTJiZWM3ZDBm
10
+ Zjg4YTY3ZjlhYzNhOTg2YjJkNGY3MWEwYjYxZTk2NzU4YjQwNmQzZTZhNjA3
11
+ NGVlMGI0NTRmMmIyN2VlMTkzYTExYjNjN2ZjMTNiOWE3NzE2YjY=
12
+ data.tar.gz: !binary |-
13
+ MGNiZmNiZGNlMjc3NDA1Yjc4YmE1NDZlZjljYzkzNjE5ZDlhY2NjYmE4MGY1
14
+ MGI2NmQxMzdhZjA1YjZkYjQwZTc1ZWNhNzdiMjhmMTA0OTA5YmRiYTAwZjcz
15
+ MjZjODE5MGM3MDBlZTI5NmQ0NzVmZDRmZWM5YjQ5OWNmY2IzNjQ=
data/.gitignore CHANGED
@@ -1,4 +1,7 @@
1
1
  .rvmrc
2
+ .ruby-gemset
3
+ .ruby-version
4
+ .DS_Store
2
5
  *.gem
3
6
  *.rbc
4
7
  .bundle
@@ -22,4 +25,4 @@ doc/
22
25
  # Rubymine files
23
26
  .idea/
24
27
 
25
- Gemfile.lock
28
+ Gemfile.lock
data/Gemfile CHANGED
@@ -3,4 +3,4 @@ source 'http://rubygems.org'
3
3
  # Specify your gem's dependencies in powa-api.gemspec
4
4
  gemspec
5
5
 
6
- gem 'savon'
6
+ gem 'savon', '1.2.0'
@@ -1,3 +1,3 @@
1
1
  module PowaApi
2
- VERSION = "0.1.2"
3
- end
2
+ VERSION = "0.1.8"
3
+ end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: powa_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
5
- prerelease:
4
+ version: 0.1.8
6
5
  platform: ruby
7
6
  authors:
8
7
  - jzw
@@ -10,30 +9,36 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2012-11-26 00:00:00.000000000 Z
12
+ date: 2016-04-16 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: bundler
17
- requirement: &70174028460440 !ruby/object:Gem::Requirement
18
- none: false
16
+ requirement: !ruby/object:Gem::Requirement
19
17
  requirements:
20
18
  - - ! '>='
21
19
  - !ruby/object:Gem::Version
22
20
  version: 1.0.0.rc.5
23
21
  type: :development
24
22
  prerelease: false
25
- version_requirements: *70174028460440
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ! '>='
26
+ - !ruby/object:Gem::Version
27
+ version: 1.0.0.rc.5
26
28
  - !ruby/object:Gem::Dependency
27
29
  name: savon
28
- requirement: &70174028458680 !ruby/object:Gem::Requirement
29
- none: false
30
+ requirement: !ruby/object:Gem::Requirement
30
31
  requirements:
31
32
  - - ! '>='
32
33
  - !ruby/object:Gem::Version
33
34
  version: '0'
34
35
  type: :runtime
35
36
  prerelease: false
36
- version_requirements: *70174028458680
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ! '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
37
42
  description: Implementation of the Powa API
38
43
  email: []
39
44
  executables: []
@@ -52,26 +57,25 @@ files:
52
57
  - powa_api.gemspec
53
58
  homepage: http://github.com/mikelarkin/powa_api
54
59
  licenses: []
60
+ metadata: {}
55
61
  post_install_message:
56
62
  rdoc_options: []
57
63
  require_paths:
58
64
  - lib
59
65
  required_ruby_version: !ruby/object:Gem::Requirement
60
- none: false
61
66
  requirements:
62
67
  - - ! '>='
63
68
  - !ruby/object:Gem::Version
64
69
  version: '0'
65
70
  required_rubygems_version: !ruby/object:Gem::Requirement
66
- none: false
67
71
  requirements:
68
72
  - - ! '>='
69
73
  - !ruby/object:Gem::Version
70
74
  version: 1.3.6
71
75
  requirements: []
72
76
  rubyforge_project: powa_api
73
- rubygems_version: 1.8.6
77
+ rubygems_version: 2.4.8
74
78
  signing_key:
75
- specification_version: 3
79
+ specification_version: 4
76
80
  summary: Implementation of the Powa API
77
81
  test_files: []