profile_it 0.2.4 → 0.2.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: d573ff0189d9da94ba162a1c7a85bc5845877ca3
4
- data.tar.gz: c3745baa0f8c4b7fa65510a2b0d57b9f7b9f7b2e
3
+ metadata.gz: 144fe1322406333dcc164f2fdbe237fb65ea6f63
4
+ data.tar.gz: 03087be1c9dca36426f21b46cb96ca59c087b1a4
5
5
  SHA512:
6
- metadata.gz: 12de494139905f73cc8ab64a1cb25540e3be0b50e871a98e2b2e12e5346ceecc60229a802f5bb89f58970a318a95143e40ab055506bbb502393a9ae59335930a
7
- data.tar.gz: bee7bd235b5e582f729d0eae5ea9f19014d6222e8e2098de8a28c526d86cacd02827cd97351fabe097768f350ef8a6741ad50e922a699ca20676729dd86a3f04
6
+ metadata.gz: df22ea984c2f1c75fcc99698d1e2f9523b3fcac512f36cc16a66333fb8839cf048532e74b9763e65fc930bf6ad820131d60e0455d977c29dc0c3f1742ad4d563
7
+ data.tar.gz: 53fc42a0cebc71d35c048e81164ba474af7d714ee00fb4988c5e387a88015fb9530ab1b2ff8243772e2af8eb0f2fddd3d1d6ec80083d22e4d1cb23aee23ac89f
data/.gitignore CHANGED
@@ -5,3 +5,4 @@ Gemfile.lock
5
5
  pkg/*
6
6
  .rvmrc
7
7
  .idea
8
+ .ruby-version
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.2.5
2
+
3
+ * Fixed SSL root certificate path
4
+
1
5
  # 0.2.4
2
6
 
3
7
  * Completing TransactionProfile => Profile rename
@@ -3,7 +3,7 @@ module ProfileIt
3
3
  class Agent
4
4
  module Reporting
5
5
 
6
- CA_FILE = File.join( File.dirname(__FILE__), *%w[.. .. data cacert.pem] )
6
+ CA_FILE = File.join( File.dirname(__FILE__), *%w[.. .. .. data cacert.pem] )
7
7
  VERIFY_MODE = OpenSSL::SSL::VERIFY_PEER | OpenSSL::SSL::VERIFY_FAIL_IF_NO_PEER_CERT
8
8
 
9
9
  def checkin_uri
@@ -1,3 +1,3 @@
1
1
  module ProfileIt
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
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
4
+ version: 0.2.5
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-09 00:00:00.000000000 Z
12
+ date: 2015-02-10 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.
@@ -20,7 +20,6 @@ extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
22
  - ".gitignore"
23
- - ".ruby-version"
24
23
  - CHANGELOG.markdown
25
24
  - Gemfile
26
25
  - LICENSE.markdown
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- ruby-2.2.0