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.
Files changed (3) hide show
  1. data/README.md +14 -15
  2. data/trakerr_client.gemspec +1 -1
  3. 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
- **api_key** | **str** | API key generated to identfy the application |
129
- **context_app_version** | **str** | (optional) application version information | [optional if passed `None`]
130
- **context_env_name** | **str** | (optional) one of 'development','staging','production' or a custom string | [optional if passed `None`] Default Value: "develoment"
131
- **context_env_version** | **str** | (optional) version of environment | [optional if passed `None`] Default Value: Interpreter type(ie. cpython, ironpy) and python version (ie. 2.7.8)
132
- **context_env_hostname** | **str** | (optional) hostname or ID of environment | [optional if passed `None`] Default value: Name of the node the program is currently run on.
133
- **context_app_os** | **str** | (optional) OS the application is running on | [optional if passed `None`] Default value: OS name (ie. Windows, MacOS) + Release (ie. 7, 8, 10, X)
134
- **context_app_os_version** | **str** | (optional) OS version the application is running on | [optional if passed `None`] Default value: OS provided version number
135
- **context_data_center** | **str** | (optional) Data center the application is running on or connected to | [optional if passed `None`]
136
- **context_data_center_region** | **str** | (optional) Data center region | [optional if passed `None`]
137
- **context_app_browser** | **str** | (optional) browser name if running in a browser (eg. Chrome) | [optional] For web frameworks
138
- **context_app_browser_version** | **str** | (optional) browser version if running in a browser | [optional] For web frameworks
139
- **url_path** | **str** | message containing details of the event or error |
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
 
@@ -29,7 +29,7 @@ $:.push File.expand_path("../trakerr/lib", __FILE__)
29
29
 
30
30
  Gem::Specification.new do |s|
31
31
  s.name = "trakerr_client"
32
- s.version = "1.0.0r"
32
+ s.version = "1.0.1"
33
33
  s.platform = Gem::Platform::RUBY
34
34
  s.authors = ["Swagger-Codegen"]
35
35
  s.email = [""]
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.0r
5
- prerelease: 5
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-23 00:00:00.000000000 Z
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: 1.3.1
290
+ version: '0'
291
291
  requirements: []
292
292
  rubyforge_project:
293
293
  rubygems_version: 1.8.23