actionpack 8.0.2 → 8.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/CHANGELOG.md +5 -0
- data/lib/action_pack/gem_version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cb8e992334f0e3f93612b4537cc5ba4ce6bd5c3dc08e8af9d80ab52c83da4ea
|
4
|
+
data.tar.gz: 65cb880c5201bbd397b7da6e9c74e9979f4d96c4767d737788ed8cfb045b0592
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f6fea1838782b52b118384a0a3f9f1dd7a97503b2dcfcbd629e18126b9f4bfdf5e9bc506936b345d178f29ee92714ec6e462efa49dfe5c2768c75b38e9c9e00
|
7
|
+
data.tar.gz: 9e707325f4080e40f36ae4815a247f6ece5ab56e392f6b9c71d1c5bed34b66e63be49f75a747904388fe6ecf47a4964447a4ac01db60fd6286a80bce773673aa
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: actionpack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.0.2
|
4
|
+
version: 8.0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 8.0.2
|
18
|
+
version: 8.0.2.1
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - '='
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 8.0.2
|
25
|
+
version: 8.0.2.1
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: nokogiri
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -127,28 +127,28 @@ dependencies:
|
|
127
127
|
requirements:
|
128
128
|
- - '='
|
129
129
|
- !ruby/object:Gem::Version
|
130
|
-
version: 8.0.2
|
130
|
+
version: 8.0.2.1
|
131
131
|
type: :runtime
|
132
132
|
prerelease: false
|
133
133
|
version_requirements: !ruby/object:Gem::Requirement
|
134
134
|
requirements:
|
135
135
|
- - '='
|
136
136
|
- !ruby/object:Gem::Version
|
137
|
-
version: 8.0.2
|
137
|
+
version: 8.0.2.1
|
138
138
|
- !ruby/object:Gem::Dependency
|
139
139
|
name: activemodel
|
140
140
|
requirement: !ruby/object:Gem::Requirement
|
141
141
|
requirements:
|
142
142
|
- - '='
|
143
143
|
- !ruby/object:Gem::Version
|
144
|
-
version: 8.0.2
|
144
|
+
version: 8.0.2.1
|
145
145
|
type: :development
|
146
146
|
prerelease: false
|
147
147
|
version_requirements: !ruby/object:Gem::Requirement
|
148
148
|
requirements:
|
149
149
|
- - '='
|
150
150
|
- !ruby/object:Gem::Version
|
151
|
-
version: 8.0.2
|
151
|
+
version: 8.0.2.1
|
152
152
|
description: Web apps on Rails. Simple, battle-tested conventions for building and
|
153
153
|
testing MVC web applications. Works with any Rack-compatible server.
|
154
154
|
email: david@loudthinking.com
|
@@ -349,10 +349,10 @@ licenses:
|
|
349
349
|
- MIT
|
350
350
|
metadata:
|
351
351
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
352
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.0.2/actionpack/CHANGELOG.md
|
353
|
-
documentation_uri: https://api.rubyonrails.org/v8.0.2/
|
352
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.0.2.1/actionpack/CHANGELOG.md
|
353
|
+
documentation_uri: https://api.rubyonrails.org/v8.0.2.1/
|
354
354
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
355
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.0.2/actionpack
|
355
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.0.2.1/actionpack
|
356
356
|
rubygems_mfa_required: 'true'
|
357
357
|
rdoc_options: []
|
358
358
|
require_paths:
|
@@ -369,7 +369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
369
369
|
version: '0'
|
370
370
|
requirements:
|
371
371
|
- none
|
372
|
-
rubygems_version: 3.6.
|
372
|
+
rubygems_version: 3.6.9
|
373
373
|
specification_version: 4
|
374
374
|
summary: Web-flow and rendering framework putting the VC in MVC (part of Rails).
|
375
375
|
test_files: []
|