anamo 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b49d96662c68b2957187ed7d410b32cb07458883825b1921e86c4fb16cb24466
4
- data.tar.gz: 4cc41788415ba4211becb67495be9037b5e065df139ceca2ab8baf5c436f1262
3
+ metadata.gz: 670d08b29eee4b40b207e12f12ef45f60c374d3ddc25f957d9db811c0dcb03de
4
+ data.tar.gz: 6ccb4825a4975a3828fb84dcac2df79eefc09f3cf1b1393846ec233b19e84765
5
5
  SHA512:
6
- metadata.gz: 2333d52e25439d1b8f924c73dae2b43d85f67ca34fb277561fb4ead4c37be38e10cd2e09e60289b8769f40c06d8f9aca08bb60bbac4a00dbf867d041339bba71
7
- data.tar.gz: 2cbaaeae222e5175e47bf54b853ddaa99a1711c1d7c214bc068d144429d6425675214f48cb54932b62f73d3a4bdd02ae0b2622f5b47c7cd15f1267e16b191701
6
+ metadata.gz: 3f6b94577eb085ecbda0d3078c82a5262291c5783f2b77d1ae3bcf671dd77637678ec61477c241c98e0b09739c42b34fe2f889df96a34b8eed8e885549db6485
7
+ data.tar.gz: 4ece3fe0185556a0d41d624fc4726746bf6b9c1a5bb4d4bbbfd9d3a8ecac1986a9f54fac4a57a907b60f22662b062dfeb7e069855c990ef8bf972276fea321e8
data/README.md CHANGED
@@ -29,7 +29,7 @@ of defining your configuration for:
29
29
  /etc/anamo.conf.yml
30
30
 
31
31
  What is your Anamo API key?
32
- [User Note: input your company's API Key here, which you may find at: https://anamo.io/settings/licenses/api-keys]
32
+ [User Note: input your company's API Key here, which you may find at: https://app.anamo.io/settings/licenses/api-keys]
33
33
 
34
34
  Your configuration file:
35
35
 
@@ -49,7 +49,7 @@ For provisioned systems, one may also directly write `/etc/anamo.conf.yml`, mini
49
49
  api_key: YOUR_API_KEY
50
50
  ```
51
51
 
52
- A valid API key is required in order to send data to `anamo.io`.
52
+ A valid API key is required in order to send data to `app.anamo.io`.
53
53
 
54
54
  ## Usage
55
55
 
@@ -6,7 +6,7 @@ module Anamo
6
6
  class Api
7
7
 
8
8
  def initialize
9
- @api_base_url = 'https://anamo.io/api'
9
+ @api_base_url = 'https://app.anamo.io/api'
10
10
  @config = YAML.load_file "/etc/anamo.conf.yml"
11
11
  @client_key = File.exists?("/etc/anamo.client.key") ? File.open("/etc/anamo.client.key", 'rb') { |f| f.read } : nil
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module Anamo
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anamo
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
  - US ProTech
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-07 00:00:00.000000000 Z
11
+ date: 2020-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -94,9 +94,9 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Anamo client beacon
97
+ description: Anamo agent
98
98
  email:
99
- - alex@usprotech.com
99
+ - jp@usprotech.com
100
100
  executables:
101
101
  - anamo
102
102
  extensions: []
@@ -116,7 +116,7 @@ files:
116
116
  - lib/anamo/thor.rb
117
117
  - lib/anamo/users/thor.rb
118
118
  - lib/anamo/version.rb
119
- homepage: http://anamo.io
119
+ homepage: https://www.app.anamo.io
120
120
  licenses:
121
121
  - Nonstandard
122
122
  metadata: {}