gemika 0.3.3 → 0.3.4

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
  SHA256:
3
- metadata.gz: 0495f6f88a9bf0b59ed3159f166a2c1edc397deb3083d1f069cf329723267ea6
4
- data.tar.gz: 95e504c573edc50e0fdb9ce423eee9073f1ed880b6c0dc24a04c352efaec871e
3
+ metadata.gz: 6c560743c889bf6b598685415ad4dbc94adfbad6570e3b6339df77bc0c875ca1
4
+ data.tar.gz: 26ae03d7ebe63ebe866c10084fbc841deb2e4e51b5b6dfa41fd83e5cdb0e0990
5
5
  SHA512:
6
- metadata.gz: b3ab40e196aee3aa4fbc13b87828f75e2417a81ac26e2b2ef94b5b525784139e6f2c7c66ff0e22d0e2143347958338de7cb46065e3fba919e82273f0b9a80544
7
- data.tar.gz: 588f5ec2600fb5de6d5f2cd88714491475ab8f7bef2e430724b25a05fc9e64ce74d1c9905e9ebad6191e69bfdb6d6db7aea21da88a644abec75e41c94c3ecaa2
6
+ metadata.gz: a199f7f00ee13cae08ee7b35f3b2bbe6f970643e2fb2e134c7f95418f75fcefd8573077780fdc344e2bf3b5128c767827d2ee6cc6cbf1a7331bddbef4b4a1198
7
+ data.tar.gz: 4c2a678c94e8c52590efeb78aa251631c5c820ed5fb3f6e396e3e9838f51fc0181181dc2cc0a33564f532b33955e7bfe4dc4d3cc95aad508c24256038324b84a
data/Gemfile.lock ADDED
@@ -0,0 +1,63 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ gemika (0.3.4)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ activemodel (4.2.10)
10
+ activesupport (= 4.2.10)
11
+ builder (~> 3.1)
12
+ activerecord (4.2.10)
13
+ activemodel (= 4.2.10)
14
+ activesupport (= 4.2.10)
15
+ arel (~> 6.0)
16
+ activesupport (4.2.10)
17
+ i18n (~> 0.7)
18
+ minitest (~> 5.1)
19
+ thread_safe (~> 0.3, >= 0.3.4)
20
+ tzinfo (~> 1.1)
21
+ arel (6.0.4)
22
+ builder (3.2.3)
23
+ concurrent-ruby (1.0.5)
24
+ database_cleaner (1.7.0)
25
+ diff-lcs (1.3)
26
+ i18n (0.9.5)
27
+ concurrent-ruby (~> 1.0)
28
+ minitest (5.11.3)
29
+ pg (1.1.2)
30
+ rake (12.3.1)
31
+ rspec (3.8.0)
32
+ rspec-core (~> 3.8.0)
33
+ rspec-expectations (~> 3.8.0)
34
+ rspec-mocks (~> 3.8.0)
35
+ rspec-core (3.8.0)
36
+ rspec-support (~> 3.8.0)
37
+ rspec-expectations (3.8.1)
38
+ diff-lcs (>= 1.2.0, < 2.0)
39
+ rspec-support (~> 3.8.0)
40
+ rspec-mocks (3.8.0)
41
+ diff-lcs (>= 1.2.0, < 2.0)
42
+ rspec-support (~> 3.8.0)
43
+ rspec-support (3.8.0)
44
+ thread_safe (0.3.6)
45
+ tzinfo (1.2.5)
46
+ thread_safe (~> 0.1)
47
+
48
+ PLATFORMS
49
+ ruby
50
+
51
+ DEPENDENCIES
52
+ activerecord (~> 4.2.1)
53
+ database_cleaner
54
+ gemika!
55
+ pg
56
+ rake
57
+ rspec (~> 3.4)
58
+
59
+ RUBY VERSION
60
+ ruby 2.2.4p230
61
+
62
+ BUNDLED WITH
63
+ 1.16.1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- gemika (0.3.3)
4
+ gemika (0.3.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- gemika (0.3.3)
4
+ gemika (0.3.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- gemika (0.3.3)
4
+ gemika (0.3.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- gemika (0.3.3)
4
+ gemika (0.3.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- gemika (0.3.3)
4
+ gemika (0.3.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- gemika (0.3.3)
4
+ gemika (0.3.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -19,8 +19,8 @@ module Gemika
19
19
  if File.exists?(yaml_config_path)
20
20
  @yaml_config = YAML.load_file(yaml_config_path)
21
21
  else
22
- warn "No database configuration in #{yaml_config_path}, using defaults: #{adapter_config.inspect}"
23
22
  @yaml_config = {}
23
+ warn "No database configuration in #{yaml_config_path}, using defaults: #{adapter_config.inspect}"
24
24
  end
25
25
  @connected = false
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module Gemika
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemika
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henning Koch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-01 00:00:00.000000000 Z
11
+ date: 2018-08-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Helpers for testing Ruby gems
14
14
  email: henning.koch@makandra.de
@@ -21,6 +21,7 @@ files:
21
21
  - ".ruby-version"
22
22
  - ".travis.yml"
23
23
  - ".yardopts"
24
+ - Gemfile.lock
24
25
  - LICENSE
25
26
  - README.md
26
27
  - Rakefile