sequel_caller_location 0.2.0 → 0.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/.gitignore +1 -0
- data/sequel_caller_location.gemspec +2 -2
- metadata +3 -10
- data/Gemfile.lock +0 -56
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbd4671520f1847d2c2535e5bf3cd1cd5ae55496
|
|
4
|
+
data.tar.gz: 78f1e077ed03f88784188b45c4b96ddd68714537
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7195822a0690bcbb30504bdce656dce4ec450f97a198fa0020f2c75e63fc897e368b6c7dc79d193a6805024f3d426898ba9db553564fed0abe4122cf2def0ad
|
|
7
|
+
data.tar.gz: 77762417beabfec099aab02703c72fb3f606263c5cbac1478bcb0344a47d126cb753196ee398abb412f3d535b4b4cca788e069e09c7e879f177617a6d5b76e3f
|
data/.gitignore
CHANGED
|
@@ -13,9 +13,9 @@ Gem::Specification.new do |gem|
|
|
|
13
13
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
14
14
|
gem.name = 'sequel_caller_location'
|
|
15
15
|
gem.require_paths = ['lib']
|
|
16
|
-
gem.version = '0.2.
|
|
16
|
+
gem.version = '0.2.1'
|
|
17
17
|
|
|
18
|
-
gem.add_runtime_dependency 'sequel', '
|
|
18
|
+
gem.add_runtime_dependency 'sequel', '>= 4.39.0'
|
|
19
19
|
|
|
20
20
|
gem.add_development_dependency 'rspec', '~> 3.5', '>= 3.5.0'
|
|
21
21
|
gem.add_development_dependency 'simplecov', '~> 0.12.0'
|
metadata
CHANGED
|
@@ -1,22 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sequel_caller_location
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Timothée Peignier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-10-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sequel
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '4.39'
|
|
20
17
|
- - ">="
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
19
|
version: 4.39.0
|
|
@@ -24,9 +21,6 @@ dependencies:
|
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
|
-
- - "~>"
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '4.39'
|
|
30
24
|
- - ">="
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
26
|
version: 4.39.0
|
|
@@ -96,7 +90,6 @@ files:
|
|
|
96
90
|
- ".rubocop_todo.yml"
|
|
97
91
|
- ".travis.yml"
|
|
98
92
|
- Gemfile
|
|
99
|
-
- Gemfile.lock
|
|
100
93
|
- LICENSE
|
|
101
94
|
- README.md
|
|
102
95
|
- lib/sequel/extensions/caller_location.rb
|
|
@@ -123,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
123
116
|
version: '0'
|
|
124
117
|
requirements: []
|
|
125
118
|
rubyforge_project:
|
|
126
|
-
rubygems_version: 2.
|
|
119
|
+
rubygems_version: 2.6.13
|
|
127
120
|
signing_key:
|
|
128
121
|
specification_version: 4
|
|
129
122
|
summary: Add caller location as SQL comments.
|
data/Gemfile.lock
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
sequel_caller_location (0.1.1)
|
|
5
|
-
sequel (~> 4.39, >= 4.39.0)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
ast (2.3.0)
|
|
11
|
-
diff-lcs (1.2.5)
|
|
12
|
-
docile (1.1.5)
|
|
13
|
-
json (2.0.2)
|
|
14
|
-
parser (2.3.1.4)
|
|
15
|
-
ast (~> 2.2)
|
|
16
|
-
powerpack (0.1.1)
|
|
17
|
-
rainbow (2.1.0)
|
|
18
|
-
rspec (3.5.0)
|
|
19
|
-
rspec-core (~> 3.5.0)
|
|
20
|
-
rspec-expectations (~> 3.5.0)
|
|
21
|
-
rspec-mocks (~> 3.5.0)
|
|
22
|
-
rspec-core (3.5.3)
|
|
23
|
-
rspec-support (~> 3.5.0)
|
|
24
|
-
rspec-expectations (3.5.0)
|
|
25
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
26
|
-
rspec-support (~> 3.5.0)
|
|
27
|
-
rspec-mocks (3.5.0)
|
|
28
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
29
|
-
rspec-support (~> 3.5.0)
|
|
30
|
-
rspec-support (3.5.0)
|
|
31
|
-
rubocop (0.43.0)
|
|
32
|
-
parser (>= 2.3.1.1, < 3.0)
|
|
33
|
-
powerpack (~> 0.1)
|
|
34
|
-
rainbow (>= 1.99.1, < 3.0)
|
|
35
|
-
ruby-progressbar (~> 1.7)
|
|
36
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
37
|
-
ruby-progressbar (1.8.1)
|
|
38
|
-
sequel (4.39.0)
|
|
39
|
-
simplecov (0.12.0)
|
|
40
|
-
docile (~> 1.1.0)
|
|
41
|
-
json (>= 1.8, < 3)
|
|
42
|
-
simplecov-html (~> 0.10.0)
|
|
43
|
-
simplecov-html (0.10.0)
|
|
44
|
-
unicode-display_width (1.1.1)
|
|
45
|
-
|
|
46
|
-
PLATFORMS
|
|
47
|
-
ruby
|
|
48
|
-
|
|
49
|
-
DEPENDENCIES
|
|
50
|
-
rspec (~> 3.5, >= 3.5.0)
|
|
51
|
-
rubocop (~> 0.43, >= 0.43.0)
|
|
52
|
-
sequel_caller_location!
|
|
53
|
-
simplecov (~> 0.12.0)
|
|
54
|
-
|
|
55
|
-
BUNDLED WITH
|
|
56
|
-
1.12.5
|