mackarel 0.5.0 → 0.5.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
  SHA1:
3
- metadata.gz: 6cd574d1612f9736edcfdeacef73b7dcaef90614
4
- data.tar.gz: efb1b0793773d54779c5e00ae78258c9de90f39e
3
+ metadata.gz: 54d23f7ba5ed402dd87f020296ec29c7264ac9fe
4
+ data.tar.gz: cec7428118d076be1418f35162f641d76d5d8dc8
5
5
  SHA512:
6
- metadata.gz: 74474697cbc8ddc00854086bc213c8370a68cbb62326d11776f5eea3830ea32e4edb02cb7bbd945eed1601517fccdabbea4dcb6d6a9accc598badad1171f37f6
7
- data.tar.gz: 6f5cde10df478825ed53edf03db4fc9c503d3573c53e90b054064e03528a9d571e3fbfa791465060d94aed47725936489c1ef9e836a4542deb259bac6c689598
6
+ metadata.gz: 519eef76809d9871ddf1b7f8cc124adc77a4289d47ae3306020b7b288442eb38aa51923af4b56104acce461f946fc05fdcc2153cf5241deb32d3d6720d77cb01
7
+ data.tar.gz: 042abedee8c7ddc3c981796da7aa2b9d0c532e4a65f5079cd26dc337cc655ac969120a43fe1fe68cbb4851ccf905850889cbb3272445280f8fd8d88feafed0ad
@@ -1,3 +1,3 @@
1
1
  module Mackarel
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["paolino.gianrossi@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Simple feature testing for Rails with Capybara and Rspec}
13
- spec.description = %q{Mackarel allows you to write acceptance tests in Rails in a readable way without having to deal with things like Cucumber. It uses feature tests with RSpec, FactoryBot as the factory for models, and generally follows my setup.}
13
+ spec.description = %q{Mackarel allows you to write acceptance tests in Rails in a readable way without having to deal with things like Cucumber.}
14
14
  spec.homepage = "https://github.com/paologianrossi/mackarel"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mackarel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paolo Gianrossi
@@ -249,8 +249,7 @@ dependencies:
249
249
  - !ruby/object:Gem::Version
250
250
  version: '5'
251
251
  description: Mackarel allows you to write acceptance tests in Rails in a readable
252
- way without having to deal with things like Cucumber. It uses feature tests with
253
- RSpec, FactoryBot as the factory for models, and generally follows my setup.
252
+ way without having to deal with things like Cucumber.
254
253
  email:
255
254
  - paolino.gianrossi@gmail.com
256
255
  executables: []