rocket_tracker 0.0.1 → 0.0.2

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: 81d7a04090e8477b9a3b2937831227116e6a4790
4
- data.tar.gz: 03e49c88137f8d7e93d305c114fc330e8f273a21
3
+ metadata.gz: 96141fb562ba5a134cb48380ce5bbee2b3fdea2e
4
+ data.tar.gz: f4b007287c58f568bd2791936c041459dd059434
5
5
  SHA512:
6
- metadata.gz: 08c076b9f30afdd91fa7847724077e23700f1551347198eecb9e7c5d4297aea1910f7c14616583bcbdf347ae74ad452854ad0a08f9bd787a203a1804240ae37a
7
- data.tar.gz: 4d6b79799ed73ca10a13bb95119bd933610b90c5a5c45ed1b536f1cfcd475a7632bdb02ce20854e7e7b04ac0b44b4ea54b021f8d11f83b39f80601f761c7d956
6
+ metadata.gz: 6158434e62bb6fd23e9920185b6abadc6eb18ed95ed282730f5874ab2a37bc4444c5163970af5dbda07d60783dd0fec3ab63b1d45326353c23f5c1cea57a0661
7
+ data.tar.gz: 1a5ac5e18b928f48bfe5e32bd390a383dec78f6d4118c0647fac6b030e634cdf66980174c475a736e6847e7b3315b7b63765b38726b3584a2eeb172c6c958ba1
@@ -1,5 +1,3 @@
1
- console.log 'start'
2
-
3
1
  if window.performance && window.performance.timing
4
2
  get = (key) ->
5
3
  window.performance.timing[key]
@@ -10,7 +8,6 @@ if window.performance && window.performance.timing
10
8
  (e - s) / 1000 if s and e
11
9
 
12
10
  $(window).load ->
13
- console.log 'load'
14
11
  t = window.performance.timing
15
12
  obj =
16
13
  real: time('navigationStart', 'loadEventEnd')
@@ -21,7 +18,6 @@ if window.performance && window.performance.timing
21
18
 
22
19
  str = ""
23
20
  for key of obj
24
- console.log key, obj[key]
25
21
  str += "&" unless str is ""
26
22
  str += key + "=" + obj[key]
27
23
 
@@ -1,3 +1,3 @@
1
1
  module RocketTracker
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rocket_tracker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv