rails_action_deprecation 0.2.0 → 0.2.1

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: ccae3581cfc634686eb8f0a9b21309db739dff0f3e7b8b55a3667d0e2efd5abc
4
- data.tar.gz: 525195bebf4b792f3819593bc1feb0390cd3c330ae90c26d710f59dd64548b23
3
+ metadata.gz: 1417eb20546336235dd92e37895c106091ce7f0712cc384c02c044aa7c1c4a9a
4
+ data.tar.gz: 23c9b6844355053c4c39ed3c458472ae9ff4ce8ff81e95b55a8e5276484bc520
5
5
  SHA512:
6
- metadata.gz: 10767b6b4b23e8a294e6c27b88b5f804ac4bee8a9cbe38f6587c03c7e79c1b22e356beb084dd29e3346a07f18c6e8e886e4117df35e6bd421f306df2febf89c5
7
- data.tar.gz: 78124ba4a85f6b869e8f500e119dffd2d238e24217865bf105d095a76bd4f1053dc588d05fde3b38cc824345a1cb71e1387939d5344db2e9a31605a213ca02b8
6
+ metadata.gz: c8d94a885f303b853c13861771eb54efc118fb6876444c429952cfecf943e4465d04a818f4c514a5d6869ed95e23be84108dc96fcf7964023c953f8f180e7b37
7
+ data.tar.gz: b27366f845dd4b952e165f15a89c772358df34579bade476089b13a7b6a6362a8137481b3b59cab525f089107c5fa44c60fbadcd27171654cb50d76a7e2f590e
data/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Rails Action Deprecation Changelog
2
2
 
3
+ 0.2.1
4
+ ---
5
+ - Fix gem description and summary in gemspec
6
+
3
7
  0.2.0
4
8
  ---
5
9
  - Add link option to *_endpoint functions. This allows users to provide additional information at the specified URL
@@ -1,3 +1,3 @@
1
1
  module RailsActionDeprecation
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Lucas Keune"]
9
9
  spec.email = ["lucas.keune@qurasoft.de"]
10
10
 
11
- spec.summary = %q{Simple connector to send messages and cards to Microsoft Teams channels}
12
- spec.description = %q{Send templated messages or adaptive cards to Microsoft Teams channels}
11
+ spec.summary = %q{Mark resources and endpoints as deprecated}
12
+ spec.description = %q{Mark specific routes or actions in your Rails project as deprecated or sunset. You can specify the date of deprecation or sunset and provide additional resources as links to your users.}
13
13
  spec.homepage = "https://github.com/Qurasoft/rails_action_deprecation"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_action_deprecation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Keune
@@ -94,7 +94,9 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Send templated messages or adaptive cards to Microsoft Teams channels
97
+ description: Mark specific routes or actions in your Rails project as deprecated or
98
+ sunset. You can specify the date of deprecation or sunset and provide additional
99
+ resources as links to your users.
98
100
  email:
99
101
  - lucas.keune@qurasoft.de
100
102
  executables: []
@@ -142,5 +144,5 @@ requirements: []
142
144
  rubygems_version: 3.0.9
143
145
  signing_key:
144
146
  specification_version: 4
145
- summary: Simple connector to send messages and cards to Microsoft Teams channels
147
+ summary: Mark resources and endpoints as deprecated
146
148
  test_files: []