omg-actionpack 8.0.0.alpha1 → 8.0.0.alpha2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/action_pack/gem_version.rb +1 -1
  3. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d33d474bea49cdb46669b68c6760931543882ecf8e71a763115450ad027e8c6e
4
- data.tar.gz: 411bc4578648aff7ce836bf341dbcac37c2b1430627c2b462b694a191913fc37
3
+ metadata.gz: 103513486c407496c7818919cd7e3a6187f61baddb585a80d26962f11f68ae56
4
+ data.tar.gz: a342a21d8669fde9e7dfc76ec23648fada80482b742532d0067886d58a2d4ed2
5
5
  SHA512:
6
- metadata.gz: 861232c9ddecbe87551fe6cf00b464cedba542bdb6c8be84be424ae3c082985ea1c84b8e5404b5d0be71137250582434df802774f1359e7626df1bdb415974df
7
- data.tar.gz: c670f13c1bfc3a8ea58e3f7be5abbb986406d0c3f404bbe0f41c9f5dc01df2ccd301e1155f69d37dad4ff63648b4c108646b139cf70e9023c3593421702fdbe5
6
+ metadata.gz: 4dbd7abae19eabbb8fe75a06051b8019f9a5d986d56ab548c6d998c51208921ef7e4369bf0ba27783ad46807d61c31c35a05c6e8ff90888c2c1547c26dbcdd51
7
+ data.tar.gz: 6be475fcea89f8bc463fad2fb9c115555f980af4823a2897466bda113c96070746bb764c1757c59f229c72e25ea0e76cd181128aa2916d8553be190d48c07e65
@@ -12,7 +12,7 @@ module ActionPack
12
12
  MAJOR = 8
13
13
  MINOR = 0
14
14
  TINY = 0
15
- PRE = "alpha1"
15
+ PRE = "alpha2"
16
16
 
17
17
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omg-actionpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0.alpha1
4
+ version: 8.0.0.alpha2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 8.0.0.alpha1
19
+ version: 8.0.0.alpha2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 8.0.0.alpha1
26
+ version: 8.0.0.alpha2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: nokogiri
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -128,28 +128,28 @@ dependencies:
128
128
  requirements:
129
129
  - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: 8.0.0.alpha1
131
+ version: 8.0.0.alpha2
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: 8.0.0.alpha1
138
+ version: 8.0.0.alpha2
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: omg-activemodel
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 8.0.0.alpha1
145
+ version: 8.0.0.alpha2
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: 8.0.0.alpha1
152
+ version: 8.0.0.alpha2
153
153
  description: Web apps on Rails. Simple, battle-tested conventions for building and
154
154
  testing MVC web applications. Works with any Rack-compatible server.
155
155
  email: david@loudthinking.com
@@ -347,10 +347,10 @@ licenses:
347
347
  - MIT
348
348
  metadata:
349
349
  bug_tracker_uri: https://github.com/rails/rails/issues
350
- changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha1/actionpack/CHANGELOG.md
351
- documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha1/
350
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha2/actionpack/CHANGELOG.md
351
+ documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha2/
352
352
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
353
- source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha1/actionpack
353
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha2/actionpack
354
354
  rubygems_mfa_required: 'true'
355
355
  post_install_message:
356
356
  rdoc_options: []