bunyan_capybara 0.1.0 → 0.1.1

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: 0c3ab43b32d6e7b62a494a7471edeafe5333900a
4
- data.tar.gz: 845e66663824959ecfe49031e21eccf09136ad57
3
+ metadata.gz: 60e833b431ce4fb186bf6d19f318fefbc82c15c8
4
+ data.tar.gz: 794db10f8fd451bcea237d43994e6f1ac8670e69
5
5
  SHA512:
6
- metadata.gz: f4e1f8eb4e5aa8a17b239d82d0159930546e965ff7dea2828813f3e4c2ad93ea9da51c419a59edefa693bc422f95812bf862cbd334f6f1c6001e5c948499e6f4
7
- data.tar.gz: 918fb0d4009fdc2769e7731bca85faec5afae4ac0ff25c8865b925c00664e611344ea81af99f33fc462627fab41bd26c9070a72ca8f3d8487768ab75cef27bae
6
+ metadata.gz: 16b14544e3346c180ad796b9afd36e37fc4a75f3ce1e4c2340c80f7471c75290afa23305889ca4f340ecc3d511010d4f7cef9150ef3c79dd5a1de13a728dacfc
7
+ data.tar.gz: 191970e333dcfb56937489590592e33b650b0f2d1c71c8cbc7d0e7138d3ad9bced83c33b14c65f99509141c67241fa99a9d97724ed784bc449eb65c663cd0513
data/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in bunyan_capybara.gemspec
4
+ gem 'rake'
4
5
  gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["mhallwac@nd.edu"]
11
11
 
12
12
  spec.summary = %q{Logger}
13
- spec.description = %q{adds loggin capabilities}
13
+ spec.description = %q{adds logging capabilities}
14
14
  spec.homepage = "https://github.com/ndlib/bunyan_capybara"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,3 +1,3 @@
1
1
  module BunyanCapybara
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/logs/.keep ADDED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunyan_capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Hallwachs
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: adds loggin capabilities
69
+ description: adds logging capabilities
70
70
  email:
71
71
  - mhallwac@nd.edu
72
72
  executables: []
@@ -87,6 +87,7 @@ files:
87
87
  - lib/bunyan_capybara/bunyan_constants.rb
88
88
  - lib/bunyan_capybara/bunyan_variable_extractor.rb
89
89
  - lib/bunyan_capybara/version.rb
90
+ - logs/.keep
90
91
  homepage: https://github.com/ndlib/bunyan_capybara
91
92
  licenses: []
92
93
  metadata: {}