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 +4 -4
- data/lib/mackarel/version.rb +1 -1
- data/mackarel.gemspec +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54d23f7ba5ed402dd87f020296ec29c7264ac9fe
|
4
|
+
data.tar.gz: cec7428118d076be1418f35162f641d76d5d8dc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 519eef76809d9871ddf1b7f8cc124adc77a4289d47ae3306020b7b288442eb38aa51923af4b56104acce461f946fc05fdcc2153cf5241deb32d3d6720d77cb01
|
7
|
+
data.tar.gz: 042abedee8c7ddc3c981796da7aa2b9d0c532e4a65f5079cd26dc337cc655ac969120a43fe1fe68cbb4851ccf905850889cbb3272445280f8fd8d88feafed0ad
|
data/lib/mackarel/version.rb
CHANGED
data/mackarel.gemspec
CHANGED
@@ -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.
|
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.
|
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.
|
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: []
|