profile_it 0.2.6 → 0.2.7
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 +4 -4
- data/lib/profile_it/agent/reporting.rb +1 -1
- data/lib/profile_it/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 607986745a7573939e8f7a92a8582799a6f3cace
|
|
4
|
+
data.tar.gz: 2eaacdf6385e4e4f4caf2cd94533bd9b4beaf2aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7e75e5cdd848e2a908f116b462b7bbff96acb1a6c4e48778689156e1e825d248b9b00c4eeffba233741e07c69f4e7ffa9661dc697075d8e8ddee902901dee9b
|
|
7
|
+
data.tar.gz: 6b6dfab80e5dd7ebc66d34b21069ca8812ecc0f2c916f4886e145b5de19cd58e05c26f199e8146434dd45fecc6185bee1ca1225b7ab9f59bb762e04db2f4ffed
|
|
@@ -7,7 +7,7 @@ module ProfileIt
|
|
|
7
7
|
VERIFY_MODE = OpenSSL::SSL::VERIFY_PEER | OpenSSL::SSL::VERIFY_FAIL_IF_NO_PEER_CERT
|
|
8
8
|
|
|
9
9
|
def checkin_uri
|
|
10
|
-
URI.parse("#{config.settings['host']}/#{config.settings['key']}/profiles/create?name=#{CGI.escape(config.settings['name'])}&rails_version=#{Rails::VERSION::STRING}&gem_version=#{ProfileIt::VERSION}")
|
|
10
|
+
URI.parse("#{config.settings['host']}/#{config.settings['key']}/profiles/create?name=#{CGI.escape(config.settings['name'])}&rails_version=#{Rails::VERSION::STRING}&gem_version=#{ProfileIt::VERSION}&env=#{Rails.env}")
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
def send_profile(profile)
|
data/lib/profile_it/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: profile_it
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Derek Haynes
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-02-
|
|
12
|
+
date: 2015-02-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Profile a Ruby on Rails application in your browser and reports detailed
|
|
15
15
|
metrics to profileit.io.
|