Skip to content

Commit

Permalink
More on gem
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar committed May 5, 2019
1 parent fa187c7 commit 48b9424
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
markdown_helper (2.1.0)
minitest (5.11.3)
rake (10.5.0)

PLATFORMS
x64-mingw32

DEPENDENCIES
bundler (~> 1.16)
bundler (~> 1.7)
markdown_helper (~> 2.0)
minitest_log!
rake (~> 10.0)

BUNDLED WITH
1.16.2
1.17.3
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,13 @@ end
```log.xml```:
```xml
<log>
<section_ name='My section with timestamp' timestamp='2019-05-04-Sat-10.25.21.331'>
<section_ name='My section with timestamp' timestamp='2019-05-05-Sun-09.14.12.427'>
Section with timestamp.
</section_>
<section_ name='My section with duration' duration_seconds='0.500'>
<section_ name='My section with duration' duration_seconds='0.501'>
Section with duration.
</section_>
<section_ name='My section with both' timestamp='2019-05-04-Sat-10.25.21.832' duration_seconds='0.500'>
<section_ name='My section with both' timestamp='2019-05-05-Sun-09.14.12.929' duration_seconds='0.500'>
Section with both.
</section_>
</log>
Expand Down Expand Up @@ -354,7 +354,7 @@ end
```xml
<log>
<section_ name='My unrescued section'>
<uncaught_exception_ timestamp='2019-05-04-Sat-10.25.22.759' class='RuntimeError'>
<uncaught_exception_ timestamp='2019-05-05-Sun-09.14.13.845' class='RuntimeError'>
<message_>
Boo!
</message_>
Expand Down Expand Up @@ -411,7 +411,7 @@ end
```log.xml```:
```xml
<log>
<section_ name='Section with potpourri of arguments' a='0' b='1' timestamp='2019-05-04-Sat-10.25.19.651' c='2' d='3' duration_seconds='0.501'>
<section_ name='Section with potpourri of arguments' a='0' b='1' timestamp='2019-05-05-Sun-09.14.10.786' c='2' d='3' duration_seconds='0.500'>
Word More words
<rescued_exception_ class='Exception' message='Boo!'>
<backtrace_>
Expand Down Expand Up @@ -1012,7 +1012,7 @@ end
(?-mix:Bar)
</data_>
<data_ name='My time' class='Time' method=':to_s'>
2019-05-04 10:25:16 -0500
2019-05-05 09:14:07 -0500
</data_>
<data_ name='My uri,' class='URI::HTTPS' method=':to_s'>
https://www.github.com
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
Expand Down
4 changes: 1 addition & 3 deletions minitest_log.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'minitest_log/version'
Expand Down Expand Up @@ -31,9 +30,8 @@ Gem::Specification.new do |spec|
# spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_development_dependency 'ruby', '~> 2.5.3'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'markdown_helper', '~> 2.0'
spec.add_runtime_dependency 'minitest', '~> 5.0'
spec.add_runtime_dependency 'diff-lcs', '~> 1.3'
Expand Down

0 comments on commit 48b9424

Please sign in to comment.