rails_log_profiling 0.1.0.beta4 → 0.1.0

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: 24c2d5ab42bd508964e59d05624aca85c2755c30
4
- data.tar.gz: d30dc370d4cfe6097326f3cf860d466b25b62101
3
+ metadata.gz: aa7a072b3bd0606949a4ada487e67309687531b6
4
+ data.tar.gz: e732982db8c2fcb7f3d0334c784c726e0538ca2e
5
5
  SHA512:
6
- metadata.gz: 0a718655ac166899ab4f8afbdb6bc8fcda552d34739b8719c0ab998eea65f6c40044bc5152ae7c0281ca924911682e3739ed8cc339ee114827435c028d1c7f3d
7
- data.tar.gz: 9e1db2830a010e7ba53d9ea02d7bc6b9d888d7b9f909874ca01fec63da45c27738c8d8db123af536a68efbc309bcb22a0ea42f1d88fe11d7174420c5372711a2
6
+ metadata.gz: 0885e4641346c5746da8a43cf03c16b9d9b0dd7b7a1c641f4818a69d29c23675afeb7d51c9e251512e80a77eb3b9649fa4c611bf7724e59dfc83ce9ae57d1adf
7
+ data.tar.gz: 3c4f935402f16d83d14f5f04b847e8400bb9af9dcdaaf1daffa8568920159aab026d8083ce208c3fc69321a651ee2058588c712a431d425e495b45998156acc7
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Rails::Log::Profiling
2
2
 
3
3
  ![Build Status](https://travis-ci.org/fukumone/rails_log_profiling.svg)
4
- [![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&type=6&v=0.1.0.beta4&x4=0)](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&type=6&v=0.1.0.beta4&x4=0)
4
+ [![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&type=6&v=0.1.0&x4=0)](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&type=6&v=0.1.0&x4=0)
5
5
 
6
6
  Rails専用のパフォーマンスツール
7
7
  - クエリ、viewレンダリングにかかった時間をログに計測して記録
@@ -14,13 +14,13 @@ Rails専用のパフォーマンスツール
14
14
  - gemとしてインストール
15
15
 
16
16
  ```
17
- $ gem install rails_log_profiling -v 0.1.0.beta4 --pre
17
+ $ gem install rails_log_profiling
18
18
  ```
19
19
 
20
20
  - gemfileに追加
21
21
 
22
22
  ```
23
- gem 'rails_log_profiling', '~> 0.1.0.beta4', :group => "development"
23
+ gem 'rails_log_profiling', :group => "development"
24
24
  ```
25
25
 
26
26
  ## Usage
@@ -1,7 +1,7 @@
1
1
  module Rails
2
2
  module Log
3
3
  module Profiling
4
- VERSION = "0.1.0.beta4"
4
+ VERSION = "0.1.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_log_profiling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - fukumone
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-05 00:00:00.000000000 Z
11
+ date: 2016-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -96,9 +96,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
- - - ">"
99
+ - - ">="
100
100
  - !ruby/object:Gem::Version
101
- version: 1.3.1
101
+ version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
104
  rubygems_version: 2.5.1