omg-actionview 8.0.0.alpha2 → 8.0.0.alpha3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/action_view/gem_version.rb +1 -1
  3. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 351b87dead3a75b9d3d2776eea226ee5e88d20379b38f13e1f394363e3785a01
4
- data.tar.gz: 86677c27c6799411fb26e946a20077bcc21e6ded19871ac30e000c138d69179f
3
+ metadata.gz: 2821cb8b3cc0fc5f962a7165737f2ba1d2fdc646dc7b81c6b640478dc4b0d112
4
+ data.tar.gz: cb6ec5522e08add8411692944c8328dae3b80308ff54d3c7768c7ff868bca15f
5
5
  SHA512:
6
- metadata.gz: b1cd3e199ac38191a8667eae2045310d4db239172c6412f1840cd0b311b72bba717853c85ae16f38e3b187fc1ddb0f2791c942574c7fbf8ec72a93796dbe90d9
7
- data.tar.gz: b43e1581b82726d3b54c8628558fbcb00bdf92ae03fe13d981f38873eaf30a7057e1a91783ff9def95a990a40a118044c3c992b88d0138876dc0b1db1a5abab6
6
+ metadata.gz: d6fbbd793853f5dab7a7d232d63a9b7eb9eb387abd83c26a94e2a00cdb1c7412bc48d05aa7147d90d6a85abef939dc64f2802c628007c4c21cb85dd0d36bf5bc
7
+ data.tar.gz: '0692b8232dabf067a00096be69ce9a265baa87fe9b73c52efb8d76a8e9d5fd8101d324504ca9907c8424153beac4dd36ec68db3bb378ab562d07652ba229a010'
@@ -10,7 +10,7 @@ module ActionView
10
10
  MAJOR = 8
11
11
  MINOR = 0
12
12
  TINY = 0
13
- PRE = "alpha2"
13
+ PRE = "alpha3"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omg-actionview
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0.alpha2
4
+ version: 8.0.0.alpha3
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.alpha2
19
+ version: 8.0.0.alpha3
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.alpha2
26
+ version: 8.0.0.alpha3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: builder
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -86,28 +86,28 @@ dependencies:
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 8.0.0.alpha2
89
+ version: 8.0.0.alpha3
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 8.0.0.alpha2
96
+ version: 8.0.0.alpha3
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: omg-activemodel
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 8.0.0.alpha2
103
+ version: 8.0.0.alpha3
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 8.0.0.alpha2
110
+ version: 8.0.0.alpha3
111
111
  description: Simple, battle-tested conventions and helpers for building web pages.
112
112
  email: david@loudthinking.com
113
113
  executables: []
@@ -247,10 +247,10 @@ licenses:
247
247
  - MIT
248
248
  metadata:
249
249
  bug_tracker_uri: https://github.com/rails/rails/issues
250
- changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha2/actionview/CHANGELOG.md
251
- documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha2/
250
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha3/actionview/CHANGELOG.md
251
+ documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha3/
252
252
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
253
- source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha2/actionview
253
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha3/actionview
254
254
  rubygems_mfa_required: 'true'
255
255
  post_install_message:
256
256
  rdoc_options: []