arbor_peakflow_ruby 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddba0bf5c2df3bce58c22370c6c300073b9ce406
4
- data.tar.gz: 9c9c9ddb0d811675b210e2f99888002e7cd772a7
3
+ metadata.gz: ba7234dfa65ecdcb60555845faa036fa0728bf91
4
+ data.tar.gz: 4926f76533aedf5598abe57505afc3391d73ee98
5
5
  SHA512:
6
- metadata.gz: 1f2f82a8a2e47eebea695575382216da5e1cd76caf791ffb44638479b6e36c1c7f7c723370b4997859ce17b080c64732f8c8301b52f6991fdbbde7390764e47f
7
- data.tar.gz: 6bfd181d47f02216ad1050c95930f185e444ce62f7e6c0a348562fbac5cd7ff09f6fca1f026212ff69cc9d47a34491c61523c3cb4b1415e7584220e8d5eef150
6
+ metadata.gz: 3dd464a79239adf725ab665b3d3c5a616782caf3f8a0edfa7332a895d1939d41fd0ddad4acac3044cdd4ca1a0fc7a450089ffbc6c27435dfaa43de0593273f9e
7
+ data.tar.gz: 6b9f94164918ba6433774530736e10d27f49394753ebc3ca19b7dbfbdb354e99627da59f3b42f808300522d27f59a67b235d55a3863b80d2c76fb3e62d3230c7
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
- # ArborPeakflowRuby
1
+ # Arbor Peakflow in Ruby
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/arbor_peakflow_ruby`. To experiment with that code, run `bin/console` for an interactive prompt.
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
 
@@ -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/arbor-peakflow-ruby"
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'
@@ -1,5 +1,5 @@
1
1
  module Arbor
2
2
  module Peakflow
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
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.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/arbor-peakflow-ruby
40
+ homepage: https://github.com/kkirsche/arbor_peakflow_ruby
41
41
  licenses:
42
42
  - MIT
43
43
  metadata: {}