arbor_peakflow_ruby 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 +4 -4
- data/README.md +2 -4
- data/arbor_peakflow_ruby.gemspec +1 -1
- data/lib/arbor_peakflow_ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba7234dfa65ecdcb60555845faa036fa0728bf91
|
|
4
|
+
data.tar.gz: 4926f76533aedf5598abe57505afc3391d73ee98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dd464a79239adf725ab665b3d3c5a616782caf3f8a0edfa7332a895d1939d41fd0ddad4acac3044cdd4ca1a0fc7a450089ffbc6c27435dfaa43de0593273f9e
|
|
7
|
+
data.tar.gz: 6b9f94164918ba6433774530736e10d27f49394753ebc3ca19b7dbfbdb354e99627da59f3b42f808300522d27f59a67b235d55a3863b80d2c76fb3e62d3230c7
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Arbor Peakflow in Ruby
|
|
2
2
|
|
|
3
|
-
Welcome to
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
Welcome to Arbor Peakflow! In this library you will find the tools you need as a user and as a developer to interact with the Arbor Networks Peakflow Web Services API 6.0. Hope you enjoy!
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
data/arbor_peakflow_ruby.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Arbor Peakflow 6.0 API interaction gem}
|
|
13
13
|
spec.description = %q{Provides access to the Arbor Peakflow SP 6.0 HTTPS API}
|
|
14
|
-
spec.homepage = "https://github.com/kkirsche/
|
|
14
|
+
spec.homepage = "https://github.com/kkirsche/arbor_peakflow_ruby"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.required_ruby_version = '>= 2.0.0'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arbor_peakflow_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin Kirsche
|
|
@@ -37,7 +37,7 @@ files:
|
|
|
37
37
|
- lib/arbor_peakflow_ruby/actions/traffic.rb
|
|
38
38
|
- lib/arbor_peakflow_ruby/client.rb
|
|
39
39
|
- lib/arbor_peakflow_ruby/version.rb
|
|
40
|
-
homepage: https://github.com/kkirsche/
|
|
40
|
+
homepage: https://github.com/kkirsche/arbor_peakflow_ruby
|
|
41
41
|
licenses:
|
|
42
42
|
- MIT
|
|
43
43
|
metadata: {}
|