sql-query-stats 0.1.2 → 0.1.3

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: 35251b70bd549ea8354b05600c9ec2c0afa72752
4
- data.tar.gz: fed6d0727d43535c3aec2419d0ec7cae36d37ecb
3
+ metadata.gz: 4e7692004539df5eed7b13007df62d3e752f6778
4
+ data.tar.gz: cab8f10e73ac705769e88dd6b56eb8e4757bf812
5
5
  SHA512:
6
- metadata.gz: 153334b14ca5331a3aa1a14de32a1c61edb0d86df4bdf1c43b25fce31c66d4870799b73adbb65f1790114500fcec9e1f2f24373b1d943a311a0dd974f3b2b1b4
7
- data.tar.gz: 3f923e2f8f55e52569c1cb3980221f44f84916943eb88040036a92a503c685b2dca0e1d225515efcab3a16404b9313ba553330afd50e2c89588e490881b7f1a3
6
+ metadata.gz: fe01cd7895e29430a6ad57e3cd7cf3243535879302ee09f69cc6bd09b2a4440cc900a51eb7f2d3ec3955dc897050a4b86423254d45c1327027ee25ba3097e26a
7
+ data.tar.gz: f6c56df6cfa41aa4a58f4ef97331f73c42a43f67a2329bfcdc1f01ba526335d7a619a4976d5c54807974a4ced82e3c2d5bce124340b9a0d19578bf18aaec81cd
@@ -1,3 +1,3 @@
1
1
  module SqlQueryStats
2
- VERSION = '0.1.2'.freeze
2
+ VERSION = '0.1.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sql-query-stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Barber
@@ -48,7 +48,7 @@ files:
48
48
  - LICENSE
49
49
  - README.md
50
50
  - Rakefile
51
- - lib/sql_query_stats.rb
51
+ - lib/sql-query-stats.rb
52
52
  - lib/sql_query_stats/controller_runtime.rb
53
53
  - lib/sql_query_stats/initializer.rb
54
54
  - lib/sql_query_stats/reporter.rb