hostrado-api 0.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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +3 -0
  3. data/README.md +2 -0
  4. data/lib/hostrado-api.rb +3 -0
  5. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 97d60d24b15a1f0905bb1774b43268e1e95ad9ed2164a5580b3ad7f551d3ef15
4
+ data.tar.gz: 76a961feee87564fb6de6976e9ba40ffd76369136e81fe7bcee320c03a3d7ec3
5
+ SHA512:
6
+ metadata.gz: c585c64eb2061340274a6a0c57d19188ab9f2299e11e87666f07bfaaa633b35b863e5bf96ea318efea751171688fd621558ccde433c5700d5e8eab47f3c1ba93
7
+ data.tar.gz: 5077677b20a32c1eea94914028db7a5f6e95510777513c57861e07eaae517661f6a1a087b8f1adcbd4898bc750fd2e7e4736cabcda199baf666d7a23ef47e518
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ ## Release 0.0.1 (2018-06-14)
2
+
3
+ * Initialize ruby gem
data/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # hostrado-api-ruby
2
+ Hostrado Ruby API.
@@ -0,0 +1,3 @@
1
+ module HostradoAPI
2
+ VERSION = "0.0.1"
3
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hostrado-api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Manuel Schnitzer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-06-14 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A library to communicate with the Hostrado API server.
14
+ email: webmaster@mschnitzer.de
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - CHANGELOG.md
20
+ - README.md
21
+ - lib/hostrado-api.rb
22
+ homepage: https://github.com/hostrado/hostrado-api-ruby
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.7.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Hostrado API
46
+ test_files: []