mashape-analytics 1.0.4 → 1.0.5

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
  SHA1:
3
- metadata.gz: 409823168a3e0925068d93080650409f8002ae86
4
- data.tar.gz: 6f06f4be3cbfc857fbd2b6ce4022a770ef219e88
3
+ metadata.gz: 14c5e03cd8da7895f425ce7c757842423623ab29
4
+ data.tar.gz: 4c7861296b2e7b0de1658be20a693c52d9df2192
5
5
  SHA512:
6
- metadata.gz: b6c5526139d9da15a8b8260e49757f7e933b65742ea3fca0bd291cf1b32605c848826083141a9fcb423c0da6ccedf41e073f52732c1210c6acb8c521c4cb60fc
7
- data.tar.gz: 9739ab960c4fb9cb8119e4c301c2904e9530f87791326232e8ff54e95a65184aa9034d3d1b1220f151350aa374c6f7163f69cabc120a7653b0cfaceab01bb8c4
6
+ metadata.gz: 3bf48b44eb190235eba340d9191eaa03e822217915b7b97b53a04bfd0a16b008c511fbec232399ac38e713b4c76b42c3bf76ef99eb5d9a0ffe16a9ca34415206
7
+ data.tar.gz: d51bb00da56ff217e6a384abb54b3204e82b72197854c62aa196515c15d91f5d96856668a897947bc5fc3577007ca8f958cc60b14824edf50eff47e2523abf86
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ Jeweler::Tasks.new do |gem|
17
17
  gem.name = "mashape-analytics"
18
18
  gem.homepage = "http://github.com/Mashape/analytics-agent-ruby"
19
19
  gem.license = "MIT"
20
- gem.summary = %Q{Ruby agent for Mashape API Analytics}
20
+ gem.summary = %Q{Ruby agent for Mashape Analytics}
21
21
  gem.description = %Q{The ruby agent reports API traffic to http://apianalytics.com}
22
22
  gem.email = "kennethkl@gmail.com"
23
23
  gem.authors = ["Kenneth Lee"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.4
1
+ 1.0.5
@@ -167,7 +167,7 @@ module MashapeAnalytics::Frameworks
167
167
 
168
168
  entry = {
169
169
  startedDateTime: startedDateTime.iso8601,
170
- serverIpAddress: Socket.ip_address_list.detect{|intf| intf.ipv4_private?}.ip_address,
170
+ serverIPAddress: Socket.ip_address_list.detect{|intf| intf.ipv4_private?}.ip_address,
171
171
  time: (time * 1000).to_i,
172
172
  request: {
173
173
  method: request['REQUEST_METHOD'],
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: mashape-analytics 1.0.4 ruby lib
5
+ # stub: mashape-analytics 1.0.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "mashape-analytics"
9
- s.version = "1.0.4"
9
+ s.version = "1.0.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Kenneth Lee"]
14
- s.date = "2015-07-08"
14
+ s.date = "2015-09-18"
15
15
  s.description = "The ruby agent reports API traffic to http://apianalytics.com"
16
16
  s.email = "kennethkl@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
45
45
  s.homepage = "http://github.com/Mashape/analytics-agent-ruby"
46
46
  s.licenses = ["MIT"]
47
47
  s.rubygems_version = "2.4.6"
48
- s.summary = "Ruby agent for Mashape API Analytics"
48
+ s.summary = "Ruby agent for Mashape Analytics"
49
49
 
50
50
  if s.respond_to? :specification_version then
51
51
  s.specification_version = 4
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mashape-analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenneth Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2015-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rbczmq
@@ -187,5 +187,5 @@ rubyforge_project:
187
187
  rubygems_version: 2.4.6
188
188
  signing_key:
189
189
  specification_version: 4
190
- summary: Ruby agent for Mashape API Analytics
190
+ summary: Ruby agent for Mashape Analytics
191
191
  test_files: []