rspec2db 1.2.0 → 1.2.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 +4 -4
- data/rspec2db.gemspec +5 -5
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64b483d1f759dc7c7c3233bb97af8f45a29fc914
|
|
4
|
+
data.tar.gz: 9268ba66b91409508479466fbc00641d702c6c6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4878491f6ef59d8e965f4db1d9927a1f30b54a277430b9a733a6fdc88f9a68e0ae6789fc4624889af299d9ee67a1439e2a7a8ba732189b8beab4f5343b9e2afb
|
|
7
|
+
data.tar.gz: 0524e20f6b582eb45e44e7b2da305909656e768f479c3bdee3f770ad0c58bdcd7247bc7b847dfc7182b360b276bcd58aaf19d512a8a4232816ca160d52e5456a
|
data/rspec2db.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'rspec2db'
|
|
3
|
-
s.version = '1.2.
|
|
4
|
-
s.date = '2018-
|
|
3
|
+
s.version = '1.2.1'
|
|
4
|
+
s.date = '2018-08-27'
|
|
5
5
|
s.summary = 'Save your RSpec test results to a database'
|
|
6
|
-
s.description = 'A simple RSpec formatter to enable writing RSpec test results to any database using ActiveRecord
|
|
7
|
-
s.authors = ['
|
|
6
|
+
s.description = 'A simple RSpec formatter to enable writing RSpec test results to any database using ActiveRecord'
|
|
7
|
+
s.authors = ['Bakir Jusufbegovic', 'Adnan Muslija', 'Nermin Caluk']
|
|
8
8
|
s.email = ['bakir@atlantbh.com', 'adnan.muslija@atlantbh.com']
|
|
9
9
|
s.files = ['lib/rspec2db.rb', 'bin/rspec2db', 'config/rspec2db.yml']
|
|
10
10
|
s.executables = ['rspec2db']
|
|
@@ -15,4 +15,4 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.add_dependency 'pg', '~>0.21'
|
|
16
16
|
s.add_dependency 'activerecord-postgresql-adapter'
|
|
17
17
|
s.add_dependency 'rspec', '>= 3.0'
|
|
18
|
-
end
|
|
18
|
+
end
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec2db
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Nermin Caluk
|
|
8
7
|
- Bakir Jusufbegovic
|
|
9
8
|
- Adnan Muslija
|
|
9
|
+
- Nermin Caluk
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2018-
|
|
13
|
+
date: 2018-08-27 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activerecord
|
|
@@ -69,8 +69,7 @@ dependencies:
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '3.0'
|
|
71
71
|
description: A simple RSpec formatter to enable writing RSpec test results to any
|
|
72
|
-
database using ActiveRecord
|
|
73
|
-
that file as --options PATH in your .rspec file
|
|
72
|
+
database using ActiveRecord
|
|
74
73
|
email:
|
|
75
74
|
- bakir@atlantbh.com
|
|
76
75
|
- adnan.muslija@atlantbh.com
|