deprecated_attributes 0.1.0 → 0.1.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: 74803eb7dabb961cb77ba83ca706c3abe6b113242ffd695a4919921c9653730d
4
- data.tar.gz: 10442fe32304ae4d36611e33893aef7ad6e7fddc39ea9f2a4a79fefd5e1e368b
3
+ metadata.gz: 1c08b3005a036827e6c38fcb194358be675484f4007905150faf31d0c8ffbe31
4
+ data.tar.gz: 23d2bda0761e4ce3535f06f0a3f98a434dd06c15ff18618a037d38f648da80b9
5
5
  SHA512:
6
- metadata.gz: 31b1132943262fde29bc9d42cfb3071ba017be6e177f7ef0999983e6f0158498d65e653e5b68d960dac44c8c9ddb2be257d559b0a0d54072015a39dd5a4159d6
7
- data.tar.gz: 84a38f00538761a42811abdd669ac67600fa52f232128c509dec29a372ad5cfc370e8340a089ebe980df9fa659c758efb2887064bec6ef50dc35dd1d388f7dc8
6
+ metadata.gz: '0418394804f8ca79a316cce9403ea813da1bf8c1e2fd006cb350c5c8d86ff6ddbfa7558dbfb61565c2af08ee4dfb495612a0998b21cc0632b39d17a12a74decd'
7
+ data.tar.gz: 5b45d938ca28f67c54340ba2d8266ac89ea7bb3d98e4793227e468096a5e41169f9f7b897e404fd83549807f94e57c915e63f26d083ada61d572c3c44d54d026
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- deprecated_attributes (0.1.0)
4
+ deprecated_attributes (0.1.1)
5
5
  activesupport (~> 7.0.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # DeprecatedAttributes (WIP)
2
2
 
3
- **This is a work in progress and learning exercise** DeprecatedAttributes provides a straightforward and unobtrusive method for flagging deprecated attributes in your model. When these attributes are accessed, a deprecation warning message will be logged. Additionally, an exception can be raised if desired along with a trace of where the deprecated attribute was called.
3
+ **This is a work in progress and learning exercise**
4
4
 
5
- ## Installation
5
+ DeprecatedAttributes provides a straightforward and unobtrusive method for flagging deprecated attributes in your model. When these attributes are accessed, a deprecation warning message will be logged. Additionally, an exception can be raised if desired along with a trace of where the deprecated attribute was called.
6
6
 
7
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
7
+ ## Installation
8
8
 
9
9
  Install the gem and add to the application's Gemfile by executing:
10
10
 
11
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
11
+ $ bundle add deprecated_attributes
12
12
 
13
13
  If bundler is not being used to manage dependencies, install the gem by executing:
14
14
 
15
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
15
+ $ gem install deprecated_attributes
16
16
 
17
17
  ## Configuration
18
18
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DeprecatedAttributes
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deprecated_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nora Alvarado
@@ -139,7 +139,7 @@ homepage: https://github.com/aromaron/deprecated_attributes
139
139
  licenses:
140
140
  - MIT
141
141
  metadata:
142
- homepage_uri: https://example.com
142
+ homepage_uri: https://github.com/aromaron/deprecated_attributes
143
143
  source_code_uri: https://github.com/aromaron/deprecated_attributes
144
144
  changelog_uri: https://github.com/aromaron/deprecated_attributes/blob/main/CHANGELOG.md
145
145
  post_install_message: