schwad_performance_logger 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae71b883d6ce1e62e230e41a71b01c1f5b7c1e5e5c45992478c575e09a7dfb57
4
- data.tar.gz: 5a16178772f46465ad4af1d938ed19f3950090026b1e2730c41ae1718828027e
3
+ metadata.gz: c8275d515aa97c0cf9367565de433698c4368bc5d3c7becb74511d676c7d27c7
4
+ data.tar.gz: a2a31599f3f76e3c2a788731ded0aebc61d53b15cb6338486a7943050812e36e
5
5
  SHA512:
6
- metadata.gz: 3812e45de8ca0808bdfe89569a7091e7146ed387c9f661c1d2fd8e8f6cf76c2170ba1a625df9631c2927f18f947b16e8f62b1f8af74058dc404350ecafdb7861
7
- data.tar.gz: a4ae0ada2de63085af0ba737dcd426f404b3b0c69032069d47058ea76f89bc49054eafacd26c969da1b6ddb1bd953065cd7598456204a9117300740da6bb8e7b
6
+ metadata.gz: 90028de7fc8762018a7b44fdac55316c8b9f3782f4cd52ab7eaa7fbc19a0cad19fa27a63b38901d7b3703e3849d7f94cd02d35a5ca68d270b2e1ec76b5bf25a6
7
+ data.tar.gz: d2675d9a2a9afe09b39f540483df8d0b9b723d0f339bb163fd0ea14c9a1740455aaf8e69092d3af7d8de778c181923089aa5b548784b6ea0c096b3bc05003b7b
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # SchwadPerformanceLogger
2
2
 
3
- This gem allows you to track memory usage and time passage during the life of
4
- the SPL object, as well as deltas between each check. The output
3
+ This gem allows you to track memory usage and time passage in your code. It does this during the life of
4
+ the SPL object, as well as giving deltas between each check. The output
5
5
  is `puts`'d to the console, and it also writes to a long-running CSV and per-object
6
6
  log file in `logs/schwad_performance_logger`
7
7
 
@@ -1,3 +1,3 @@
1
1
  module SchwadPerformanceLogger
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["nicholas.schwaderer@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Track your memory and time performance in console, csv and/or logs.}
13
- spec.homepage = "https://schwad.github.io"
13
+ spec.homepage = "https://github.com/Schwad/schwad_performance_logger"
14
14
  spec.license = "MIT"
15
15
 
16
16
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schwad_performance_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Schwaderer
@@ -116,7 +116,7 @@ files:
116
116
  - lib/schwad_performance_logger/schwad_performance_logger.rb
117
117
  - lib/schwad_performance_logger/version.rb
118
118
  - schwad_performance_logger.gemspec
119
- homepage: https://schwad.github.io
119
+ homepage: https://github.com/Schwad/schwad_performance_logger
120
120
  licenses:
121
121
  - MIT
122
122
  metadata: {}