update_attributes 0.0.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5d9473053b189081840fc4a9508bca74dc1e57e60e4a4c4aa681a65ddd726033
4
+ data.tar.gz: b36b2834806efd992713da66afb609fc5c6b0916302b373b7c4dd5a45b53a3fd
5
+ SHA512:
6
+ metadata.gz: 99009e74b5fc6519542041b60c560f971c6a66cd15b0f30d2f4e68af600af87ffeae739e06e5cc8ba3069e13e5a12b7e03b9034ea1e6c1af23ed14971f2fe889
7
+ data.tar.gz: b193a565c658a1af566e3857dcb8353e2fca012ccdc013796bb8744fc0c9075c798c10a2dd045fbb4dabd792b6c29b7de440dc301b9aa119d521a130a256da37
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "mkmf"
4
+
5
+ create_makefile("UpdateAttributes/UpdateAttributes")
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ # require_relative 'update_attributes/version'
4
+
5
+ module UpdateAttributes
6
+ class Error < StandardError; end
7
+ # Your code goes here...
8
+
9
+
10
+ def self.hi
11
+ puts 'Hello'
12
+ end
13
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: update_attributes
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Marcus Wyatt
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-01-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - mlwyatt2008@gmail.com
16
+ executables: []
17
+ extensions:
18
+ - ext/update_attributes/extconf.rb
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ext/update_attributes/extconf.rb
22
+ - lib/update_attributes.rb
23
+ homepage: https://github.com/mlwyatt/update_attributes
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ homepage_uri: https://github.com/mlwyatt/update_attributes
28
+ source_code_uri: https://github.com/mlwyatt/update_attributes
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '2.5'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.2.3
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Adds update_attributes/update_attributes! back into Rails 6.1
48
+ test_files: []