trakerr_client 1.0.0r → 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.
- data/README.md +14 -15
- data/trakerr_client.gemspec +1 -1
- metadata +5 -5
data/README.md
CHANGED
@@ -124,21 +124,20 @@ The TrakerrClient struct however has a lot of exposed properties. The benifit to
|
|
124
124
|
|
125
125
|
|
126
126
|
Name | Type | Description | Notes
|
127
|
-
------------ | ------------- | -------------
|
128
|
-
**
|
129
|
-
**
|
130
|
-
**
|
131
|
-
**
|
132
|
-
**
|
133
|
-
**
|
134
|
-
**
|
135
|
-
**
|
136
|
-
**
|
137
|
-
**
|
138
|
-
**
|
139
|
-
**
|
140
|
-
|
141
|
-
|
127
|
+
------------ | ------------- | ------------- | -------------
|
128
|
+
**apiKey** | **string** | API key generated for the application |
|
129
|
+
**contextAppVersion** | **string** | Application version information. | Default value: "1.0"
|
130
|
+
**contextDevelopmentStage** | **string** | One of development, staging, production; or a custom string. | Default Value: "develoment"
|
131
|
+
**contextEnvLanguage** | **string** | Constant string representing the language the application is in. | Default value: "ruby"
|
132
|
+
**contextEnvName** | **string** | Name of the interpreter the program is run on. | Default Value: ruby if ruby MRI or jruby if jruby
|
133
|
+
**contextEnvVersion** | **string** | Version of ruby this program is running on. | Default Value: `JRUBY_VERSION` if jruby or `RUBY_VERSION` if ruby MRI
|
134
|
+
**contextEnvHostname** | **string** | Hostname or ID of environment. | Default value: `Socket.gethostname`
|
135
|
+
**contextAppOS** | **string** | OS the application is running on. | Default value: OS name (ie. Windows, MacOS).
|
136
|
+
**contextAppOSVersion** | **string** | OS Version the application is running on. | Default value: System architecture string.
|
137
|
+
**contextAppOSBrowser** | **string** | An optional string browser name the application is running on. | Defaults to `nil`
|
138
|
+
**contextAppOSBrowserVersion** | **string** | An optional string browser version the application is running on. | Defaults to `nil`
|
139
|
+
**contextDataCenter** | **string** | Data center the application is running on or connected to. | Defaults to `nil`
|
140
|
+
**contextDataCenterRegion** | **string** | Data center region. | Defaults to `nil`
|
142
141
|
|
143
142
|
## Documentation For Models
|
144
143
|
|
data/trakerr_client.gemspec
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trakerr_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
5
|
-
prerelease:
|
4
|
+
version: 1.0.1
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Swagger-Codegen
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-03-
|
12
|
+
date: 2017-03-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: typhoeus
|
@@ -285,9 +285,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
285
285
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
286
286
|
none: false
|
287
287
|
requirements:
|
288
|
-
- - ! '
|
288
|
+
- - ! '>='
|
289
289
|
- !ruby/object:Gem::Version
|
290
|
-
version:
|
290
|
+
version: '0'
|
291
291
|
requirements: []
|
292
292
|
rubyforge_project:
|
293
293
|
rubygems_version: 1.8.23
|