rspec2db 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rspec2db.gemspec +5 -5
  3. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46aed6e716b94e2dffdba843c02777e90583f97e
4
- data.tar.gz: c75c5d8efa246d8b7c6f8878087df2c8397e6a61
3
+ metadata.gz: 64b483d1f759dc7c7c3233bb97af8f45a29fc914
4
+ data.tar.gz: 9268ba66b91409508479466fbc00641d702c6c6e
5
5
  SHA512:
6
- metadata.gz: b5cc9b7c8f0ce9c459375c55d6ecc5c88a25b492c023158838e071e00b580bec846b694f38a6b3eb8438ee54f7676cf4692405ab09c66db150203351a08ff262
7
- data.tar.gz: af16bda7290716021632416ab48cda8eef50a09176575d539b0ea4d35a91ab332e13f27f0cf6716f8e9736fa5b6748247c1d267b8ed72159b2c5ede5c51b8139
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.0'
4
- s.date = '2018-01-01'
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. Specify DB connection in a yml file and put path to that file as --options PATH in your .rspec file'
7
- s.authors = ['Nermin Caluk', 'Bakir Jusufbegovic', 'Adnan Muslija']
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.0
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-01-01 00:00:00.000000000 Z
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. Specify DB connection in a yml file and put path to
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