show_for 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aea7b4ba279bafb8faff6a1fab81b861c543f07ccc1b58e81a89df3e5276c6d7
4
- data.tar.gz: 354714ab71ac16c7b8186f6da767123719e33d3f6f48a6e850772337a3f5b218
3
+ metadata.gz: 60c699fec9f8fae0e09975d5f1d329325e7d8fb225080a1f8da8407d65476df5
4
+ data.tar.gz: 41bccff001a0eecd28e76917636eb85d3764f5d90bae5851eea0d429503edc70
5
5
  SHA512:
6
- metadata.gz: 2b7467d671c1e6d7a1552b9fd59b3afa044acc22b58d03a838a120d8a44176a6157ca6dda9af2be428974b2ac405c37f1cb6572ac1938f39a8c11ea27d0d6d99
7
- data.tar.gz: 2d06bce272464993ab373ef9930257a665e52fadfcb4959b926446eeae1aba2e55bb203da62108c81124d14148c3a7fce69a874b8cd52928fe70aef610eac14d
6
+ metadata.gz: 161c44eba652b0afc85e2431e4ed547f1131b6c235cee40b50a746ddf3e43317fe8ce2bc2d578be969e27987a803dae872dae9e55f773ba0e52da753a51e92bb
7
+ data.tar.gz: c0e9a1b1b1bbbb251f26af8a5c58808baea3f633aa2a4865085d447f11e6335976219a7c23eccf890a56cc22801a3adb11535ab05a03b2615a33cbebffe6150f
@@ -1,5 +1,10 @@
1
1
  ## Unreleased
2
2
 
3
+ ## 0.7.0
4
+
5
+ * Add support for Rails 6.0.
6
+ * Drop support for Rails < 5.0 and Ruby < 2.4.
7
+
3
8
  ## 0.6.1
4
9
 
5
10
  * Add support for Rails 5.2.
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2016 Plataformatec http://plataformatec.com.br/
1
+ Copyright (c) 2012-2019 Plataformatec http://plataformatec.com.br/
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -40,7 +40,7 @@ Run the generator:
40
40
 
41
41
  And you are ready to go.
42
42
 
43
- Note: This branch aims Rails 3.2 and 4 support, so if you want to use it with
43
+ Note: This branch aims Rails 5 and 6 support, so if you want to use it with
44
44
  older versions of Rails, check out the available branches.
45
45
 
46
46
  ## Usage
@@ -222,4 +222,4 @@ If you discover any bugs or want to drop a line, feel free to create an issue on
222
222
 
223
223
  http://github.com/plataformatec/show_for/issues
224
224
 
225
- MIT License. Copyright 2012-2016 Plataformatec. http://plataformatec.com.br
225
+ MIT License. Copyright 2012-2019 Plataformatec. http://plataformatec.com.br
@@ -1,3 +1,3 @@
1
1
  module ShowFor
2
- VERSION = "0.6.1".freeze
2
+ VERSION = "0.7.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: show_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Valim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-14 00:00:00.000000000 Z
11
+ date: 2019-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '4.1'
19
+ version: '5.0'
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: '4.1'
26
+ version: '5.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: actionpack
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '4.1'
33
+ version: '5.0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '4.1'
40
+ version: '5.0'
41
41
  description: Wrap your objects with a helper to easily show them
42
42
  email: contact@plataformatec.com.br
43
43
  executables: []
@@ -85,15 +85,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
- version: 2.1.7
88
+ version: 2.4.0
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  requirements:
91
91
  - - ">="
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubyforge_project:
96
- rubygems_version: 2.7.4
95
+ rubygems_version: 3.0.6
97
96
  signing_key:
98
97
  specification_version: 4
99
98
  summary: Wrap your objects with a helper to easily show them