builder_apm 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: 1bbbfb5298b7a84fda6ffbc495937ac3cd7f0615a892971f7013de6d43a1c8aa
4
- data.tar.gz: d598f00dc01dd754deefe947d974a74f678ea046a7ad251d91aa509307d91385
3
+ metadata.gz: 15ea10eca92143c789a8dcb4c171d5492993f85685f41c0becd0e666fcc9bc74
4
+ data.tar.gz: 765ad18f703caadf903d23f610e9b01d10a63d237871a3a6e5203e55970528bc
5
5
  SHA512:
6
- metadata.gz: 05f73adf32d4b1243b507757525163a5a7f6896e07374be8618b868196d716fad628b98780e9aa7fe30d6ddf2b3ded694c87c798eefc5a844555c303f7bde6f6
7
- data.tar.gz: '0149a38a394eb52f942554154f45a248796a6e30045888c8479e368f524428a70f87d3660e3f3899a5a027857701e8a727d7730ad898c30f55a5b5e17776a97b'
6
+ metadata.gz: eb733f08909db54b9925e5b3ec4e5c5ff426dceeb65edbf977c049da87cf4f0abca214e67da1015bf9add472b995986bc3e1c8d9633cecfa2fe0ca5a25fdc919
7
+ data.tar.gz: b38eb27b9e73dc180f75124c0328a360bab162112ad12b48e21a0b676b90e1a03182d85e17e421d0b4a616a3e21e762c93f6e26a750a3a3447fc78e6aa3ec6d7
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # BuilderApm
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/builder_apm`. To experiment with that code, run `bin/console` for an interactive prompt.
4
3
 
5
- TODO: Delete this and the text above, and describe your gem
6
4
 
7
5
  ## Installation
8
6
 
@@ -23,28 +21,9 @@ Or install it yourself as:
23
21
  run
24
22
  ```
25
23
  rails generate builder_apm:install
26
- rails db:migrate
27
24
  ```
28
25
 
29
26
  ## Usage
30
27
 
31
28
  TODO: Write usage instructions here
32
29
 
33
- ## Development
34
-
35
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
36
-
37
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
38
-
39
- ## Contributing
40
-
41
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/builder_apm. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/builder_apm/blob/master/CODE_OF_CONDUCT.md).
42
-
43
-
44
- ## License
45
-
46
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
47
-
48
- ## Code of Conduct
49
-
50
- Everyone interacting in the BuilderApm project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/builder_apm/blob/master/CODE_OF_CONDUCT.md).
@@ -7,7 +7,7 @@
7
7
  <th class="sortable" data-field="controller_action">Controller#Action</th>
8
8
  <th class="sortable" data-field="method">Method</th>
9
9
  <th class="sortable" data-field="status">Status</th>
10
- <th class="sortable" data-field="duration_time">Duration (ms)</th>
10
+ <th class="sortable" data-field="duration">Duration (ms)</th>
11
11
  <th class="sortable" data-field="db_runtime">DB Runtime (ms)</th>
12
12
  <th class="sortable" data-field="view_runtime">View Runtime (ms)</th>
13
13
  </tr>
@@ -7,7 +7,7 @@
7
7
  <th class="sortable" data-field="controller_action">Controller#Action</th>
8
8
  <th class="sortable" data-field="method">Method</th>
9
9
  <th class="sortable" data-field="status">Status</th>
10
- <th class="sortable" data-field="duration_time">Duration (ms)</th>
10
+ <th class="sortable" data-field="duration">Duration (ms)</th>
11
11
  <th class="sortable" data-field="db_runtime">DB Runtime (ms)</th>
12
12
  <th class="sortable" data-field="view_runtime">View Runtime (ms)</th>
13
13
  </tr>
@@ -7,7 +7,7 @@
7
7
  <th class="sortable" data-field="controller_action">Controller#Action</th>
8
8
  <th class="sortable" data-field="method">Method</th>
9
9
  <th class="sortable" data-field="status">Status</th>
10
- <th class="sortable" data-field="duration_time">Duration (ms)</th>
10
+ <th class="sortable" data-field="duration">Duration (ms)</th>
11
11
  <th class="sortable" data-field="db_runtime">DB Runtime (ms)</th>
12
12
  <th class="sortable" data-field="view_runtime">View Runtime (ms)</th>
13
13
  </tr>
@@ -1,3 +1,3 @@
1
1
  module BuilderApm
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: builder_apm
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
  - Paul Ketelle
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-26 00:00:00.000000000 Z
11
+ date: 2023-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -53,11 +53,8 @@ extra_rdoc_files: []
53
53
  files:
54
54
  - ".gitignore"
55
55
  - ".rspec"
56
- - ".travis.yml"
57
- - CODE_OF_CONDUCT.md
58
56
  - Gemfile
59
57
  - Gemfile.lock
60
- - LICENSE.txt
61
58
  - README.md
62
59
  - Rakefile
63
60
  - app/controllers/builder_apm/application_controller.rb
@@ -94,9 +91,6 @@ files:
94
91
  - app/views/builder_apm/wip/index.html.erb
95
92
  - bin/console
96
93
  - bin/setup
97
- - builder_apm-0.2.5.gem
98
- - builder_apm-0.3.0.gem
99
- - builder_apm-0.3.1.gem
100
94
  - builder_apm.gemspec
101
95
  - config/routes.rb
102
96
  - lib/builder_apm.rb
@@ -113,11 +107,11 @@ files:
113
107
  - lib/generators/builder_apm/templates/builder_apm_config.rb
114
108
  - lib/generators/builder_apm/templates/create_builder_apm_requests.rb
115
109
  - lib/generators/builder_apm/templates/create_builder_apm_sql_queries.rb
116
- homepage:
110
+ homepage:
117
111
  licenses:
118
112
  - MIT
119
113
  metadata: {}
120
- post_install_message:
114
+ post_install_message:
121
115
  rdoc_options: []
122
116
  require_paths:
123
117
  - lib
@@ -132,8 +126,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
126
  - !ruby/object:Gem::Version
133
127
  version: '0'
134
128
  requirements: []
135
- rubygems_version: 3.1.4
136
- signing_key:
129
+ rubygems_version: 3.0.9
130
+ signing_key:
137
131
  specification_version: 4
138
132
  summary: Write a short summary, because RubyGems requires one.
139
133
  test_files: []
data/.travis.yml DELETED
@@ -1,6 +0,0 @@
1
- ---
2
- language: ruby
3
- cache: bundler
4
- rvm:
5
- - 2.7.2
6
- before_install: gem install bundler -v 2.1.4
data/CODE_OF_CONDUCT.md DELETED
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at TODO: Write your email address. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [https://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: https://contributor-covenant.org
74
- [version]: https://contributor-covenant.org/version/1/4/
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2023 TODO: Write your name
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
Binary file
Binary file
Binary file