responders 3.1.1 → 3.2.0
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 +5 -0
- data/MIT-LICENSE +1 -1
- data/README.md +7 -3
- data/lib/responders/version.rb +1 -1
- metadata +37 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 620a39d410a86c7da913ebdf2ac2247d59b6375e30a327237017e7fa18c95b5d
|
4
|
+
data.tar.gz: 1d1d725b87d43202eae15917c972c52c9a7d03cfe99f60ef51ef35ae573cf145
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ed9a1a1b63bffc57b0faff9b49c9b26b9526984c557558ac9e2ecf4b509f2bfaa7aa52e750a552db575775e1165a0ae9fe7a7634a28081579a7e9f5cd5cc3c8
|
7
|
+
data.tar.gz: 8991db80ee332b7caab77157e59d2a72acbde8c4b620a8520d2b56c31b9951faefc6db789ee0466d7842c521d77e9c89ce0abe78d6269f6758b3f0bd36c1e6b8
|
data/CHANGELOG.md
CHANGED
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
@@ -15,7 +15,7 @@ Update your bundle and run the install generator:
|
|
15
15
|
$ bundle install
|
16
16
|
$ rails g responders:install
|
17
17
|
|
18
|
-
If you are including this gem to support backwards
|
18
|
+
If you are including this gem to support backwards compatibility for responders in previous releases of Rails, you only need to include the gem and bundle.
|
19
19
|
|
20
20
|
$ bundle install
|
21
21
|
|
@@ -274,7 +274,7 @@ Want more examples ? Check out these blog posts:
|
|
274
274
|
|
275
275
|
* [Embracing REST with mind, body and soul](http://blog.plataformatec.com.br/2009/08/embracing-rest-with-mind-body-and-soul/)
|
276
276
|
* [Three reasons to love ActionController::Responder](http://weblog.rubyonrails.org/2009/8/31/three-reasons-love-responder/)
|
277
|
-
* [My five favorite things about Rails 3](
|
277
|
+
* [My five favorite things about Rails 3](https://web.archive.org/web/20201109041436/https://blog.engineyard.com/my-five-favorite-things-about-rails-3)
|
278
278
|
|
279
279
|
## Supported Ruby / Rails versions
|
280
280
|
|
@@ -287,4 +287,8 @@ and [Rails](https://guides.rubyonrails.org/maintenance_policy.html) maintenance
|
|
287
287
|
|
288
288
|
If you discover any bugs or want to drop a line, feel free to create an issue on GitHub.
|
289
289
|
|
290
|
-
|
290
|
+
## License
|
291
|
+
|
292
|
+
MIT License.
|
293
|
+
Copyright 2020-2025 Rafael França, Carlos Antonio da Silva.
|
294
|
+
Copyright 2009-2019 Plataformatec.
|
data/lib/responders/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: responders
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- José Valim
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: railties
|
@@ -16,30 +15,58 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
18
|
+
version: '7.0'
|
20
19
|
type: :runtime
|
21
20
|
prerelease: false
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
23
22
|
requirements:
|
24
23
|
- - ">="
|
25
24
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
25
|
+
version: '7.0'
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: actionpack
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
30
29
|
requirements:
|
31
30
|
- - ">="
|
32
31
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
32
|
+
version: '7.0'
|
34
33
|
type: :runtime
|
35
34
|
prerelease: false
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
37
36
|
requirements:
|
38
37
|
- - ">="
|
39
38
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
39
|
+
version: '7.0'
|
40
|
+
- !ruby/object:Gem::Dependency
|
41
|
+
name: mocha
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
47
|
+
type: :development
|
48
|
+
prerelease: false
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ">="
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0'
|
54
|
+
- !ruby/object:Gem::Dependency
|
55
|
+
name: rails-controller-testing
|
56
|
+
requirement: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '0'
|
61
|
+
type: :development
|
62
|
+
prerelease: false
|
63
|
+
version_requirements: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - ">="
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '0'
|
41
68
|
description: A set of Rails responders to dry up your application
|
42
|
-
email: heartcombo@
|
69
|
+
email: heartcombo.oss@gmail.com
|
43
70
|
executables: []
|
44
71
|
extensions: []
|
45
72
|
extra_rdoc_files: []
|
@@ -69,7 +96,6 @@ metadata:
|
|
69
96
|
changelog_uri: https://github.com/heartcombo/responders/blob/main/CHANGELOG.md
|
70
97
|
source_code_uri: https://github.com/heartcombo/responders
|
71
98
|
bug_tracker_uri: https://github.com/heartcombo/responders/issues
|
72
|
-
post_install_message:
|
73
99
|
rdoc_options: []
|
74
100
|
require_paths:
|
75
101
|
- lib
|
@@ -77,15 +103,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
103
|
requirements:
|
78
104
|
- - ">="
|
79
105
|
- !ruby/object:Gem::Version
|
80
|
-
version: 2.
|
106
|
+
version: 2.7.0
|
81
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
108
|
requirements:
|
83
109
|
- - ">="
|
84
110
|
- !ruby/object:Gem::Version
|
85
111
|
version: '0'
|
86
112
|
requirements: []
|
87
|
-
rubygems_version: 3.
|
88
|
-
signing_key:
|
113
|
+
rubygems_version: 3.6.9
|
89
114
|
specification_version: 4
|
90
115
|
summary: A set of Rails responders to dry up your application
|
91
116
|
test_files: []
|