graphiti-rails 0.2.3 → 0.2.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 +4 -4
- data/CHANGELOG.md +13 -1
- data/lib/graphiti/rails/railtie.rb +1 -1
- data/lib/graphiti/rails/version.rb +1 -1
- metadata +18 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca45a3ce05d537f637177b28e762f147c9c388acc64bc7920c6f36f4c6a80c79
|
|
4
|
+
data.tar.gz: '059aca4bd3261f5f2dbd89c57a3797a189a5325fdfdef5c30940c85cd7c3bcab'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67a309b4031cf3192123b64ca459e23f54055b71f2dc12b37661ee84bd189974a104866863a54cfcf3f23d47895cc524cd3abf99745d35990ead5d3040816e79
|
|
7
|
+
data.tar.gz: 5aa88eb3944772a9128c74b6ec41a4b0620902bdf51da93e953c4a2d7fc297405be84cd8f13a613b5b37130c09ab62ef17e38e38762f57372099e54cb4db917a
|
data/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
-
## [0.2.
|
|
10
|
+
## [0.2.4] - 2020-08-10
|
|
11
|
+
### Changed
|
|
12
|
+
- The `rails` dependency has been replaced with `railties`. - #60
|
|
13
|
+
|
|
14
|
+
## [0.2.3] - 2019-10-31
|
|
15
|
+
### Added
|
|
16
|
+
- Add option to use rawid in generated tests
|
|
17
|
+
|
|
18
|
+
## [0.2.2] - 2019-10-26
|
|
19
|
+
### Fixed
|
|
20
|
+
- Let user disable the logger
|
|
21
|
+
|
|
22
|
+
## [0.2.1] - 2019-06-13
|
|
11
23
|
### Added
|
|
12
24
|
- Include `__raw_errors__` in detailed error payloads for use by Vandal and Request Responses
|
|
13
25
|
|
|
@@ -37,7 +37,7 @@ module Graphiti
|
|
|
37
37
|
|
|
38
38
|
initializer "graphti-rails.logger" do
|
|
39
39
|
config.after_initialize do
|
|
40
|
-
Graphiti.config.debug = ::Rails.logger.
|
|
40
|
+
Graphiti.config.debug = ::Rails.logger.debug? && Graphiti.config.debug
|
|
41
41
|
Graphiti.logger = ::Rails.logger
|
|
42
42
|
end
|
|
43
43
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: graphiti-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Wagenet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphiti
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 0.2.1
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name:
|
|
42
|
+
name: railties
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - ">="
|
|
@@ -66,6 +66,20 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: rails
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - ">="
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '5.0'
|
|
76
|
+
type: :development
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - ">="
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '5.0'
|
|
69
83
|
- !ruby/object:Gem::Dependency
|
|
70
84
|
name: rspec-rails
|
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -237,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
237
251
|
- !ruby/object:Gem::Version
|
|
238
252
|
version: '0'
|
|
239
253
|
requirements: []
|
|
240
|
-
rubygems_version: 3.
|
|
254
|
+
rubygems_version: 3.1.2
|
|
241
255
|
signing_key:
|
|
242
256
|
specification_version: 4
|
|
243
257
|
summary: Rails integration for Graphiti
|