rails-utilities 0.0.1
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.
- checksums.yaml +7 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2b143c87bc67406d83620c8c815f65514b12816284f0171b6d94cefe2726e79c
|
4
|
+
data.tar.gz: 273d4d04adf32203abe2e44ea01fb732cf77bcc34c876d08bd7c8e757514939a
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 7eafef172fe94248bcb2e52776fe2220af3187c14aaa0b8332d098005c4b21f2ac9eb45d9e3a418aee85c698c95557af928f6b83f7c13495c9f867ecb932b856
|
7
|
+
data.tar.gz: 7eaa501a2e898abeb7704ca9460f1edd6e8d5c73ce622cde9b8c48df43252936ab31eff3fea3498730cd838a877fe8a722525c98f9553a1715f5c606f2d3059a
|
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rails-utilities
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Paul Ridgway
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-08-17 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A set of Rails Utilities that enable quick functionality additions in
|
14
|
+
cloud-based applications.
|
15
|
+
email: paul.ridgway@thecurve.io
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files: []
|
20
|
+
homepage: https://rubygems.org/gems/rails-utilities
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubygems_version: 3.1.6
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: A collection of utilities for Rails in the cloud
|
43
|
+
test_files: []
|