zabbix-api-simple 0.1.2 → 0.1.6

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.
metadata CHANGED
@@ -1,17 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zabbix-api-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Parker
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-23 00:00:00.000000000 Z
11
+ date: 2022-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: optimist
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - ">="
@@ -25,7 +39,7 @@ dependencies:
25
39
  - !ruby/object:Gem::Version
26
40
  version: '0'
27
41
  - !ruby/object:Gem::Dependency
28
- name: optimist
42
+ name: amazing_print
29
43
  requirement: !ruby/object:Gem::Requirement
30
44
  requirements:
31
45
  - - ">="
@@ -39,7 +53,7 @@ dependencies:
39
53
  - !ruby/object:Gem::Version
40
54
  version: '0'
41
55
  - !ruby/object:Gem::Dependency
42
- name: amazing_print
56
+ name: pry
43
57
  requirement: !ruby/object:Gem::Requirement
44
58
  requirements:
45
59
  - - ">="
@@ -62,7 +76,10 @@ extensions: []
62
76
  extra_rdoc_files: []
63
77
  files:
64
78
  - ".gitignore"
79
+ - ".gitlab-ci.yml"
80
+ - CHANGELOG.md
65
81
  - Gemfile
82
+ - LICENSE.txt
66
83
  - README.md
67
84
  - Rakefile
68
85
  - bin/bundle
@@ -74,16 +91,44 @@ files:
74
91
  - bin/setup
75
92
  - bin/zapishell.rb
76
93
  - exe/zapishell.rb
94
+ - images/2021-09-19_09-38.png
95
+ - images/2021-09-19_09-40.png
96
+ - images/zabbix-api-simple-simplicity.png
77
97
  - lib/zabbix/api.rb
78
98
  - lib/zabbix/api/client.rb
79
99
  - lib/zabbix/api/version.rb
100
+ - public/Zabbix.html
101
+ - public/Zabbix/Api.html
102
+ - public/Zabbix/Api/Client.html
103
+ - public/Zabbix/Api/FaradayMiddleware.html
104
+ - public/Zabbix/Api/FaradayMiddleware/ZabbixApiRequest.html
105
+ - public/Zabbix/Api/OpenStruct.html
106
+ - public/Zabbix/Api/ZabbixStruct.html
107
+ - public/_index.html
108
+ - public/class_list.html
109
+ - public/css/common.css
110
+ - public/css/full_list.css
111
+ - public/css/style.css
112
+ - public/file.CHANGELOG.html
113
+ - public/file.LICENSE.html
114
+ - public/file.README.html
115
+ - public/file_list.html
116
+ - public/frames.html
117
+ - public/images/zabbix-api-simple-simplicity.png
118
+ - public/index.html
119
+ - public/js/app.js
120
+ - public/js/full_list.js
121
+ - public/js/jquery.js
122
+ - public/method_list.html
123
+ - public/top-level-namespace.html
80
124
  - zabbix-api.gemspec
81
- homepage: https://gitlab.com/svdasein/zabbix-api
125
+ homepage: https://svdasein.gitlab.io/zabbix-api
82
126
  licenses: []
83
127
  metadata:
84
128
  allowed_push_host: https://rubygems.org
85
- homepage_uri: https://gitlab.com/svdasein/zabbix-api
129
+ homepage_uri: https://svdasein.gitlab.io/zabbix-api
86
130
  source_code_uri: https://gitlab.com/svdasein/zabbix-api
131
+ changelog_uri: https://gitlab.com/svdasein/zabbix-api/-/blob/master/CHANGELOG.md
87
132
  post_install_message:
88
133
  rdoc_options: []
89
134
  require_paths:
@@ -99,7 +144,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
144
  - !ruby/object:Gem::Version
100
145
  version: '0'
101
146
  requirements: []
102
- rubygems_version: 3.1.2
147
+ rubyforge_project:
148
+ rubygems_version: 2.7.6
103
149
  signing_key:
104
150
  specification_version: 4
105
151
  summary: Zabbix API wrapper