RubyHstoreMgmt 0.1.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.
- checksums.yaml +7 -0
- metadata +74 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 69c1283f7f0885ec9567c784ea579708d81679b982050dea6798b924284a372b
|
4
|
+
data.tar.gz: 4d0e5d5d597f90fd7be9d77d3956033283aabd7d85b4c7a99e48bf6b0e82fdcf
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b49ea645e5f8ff71732f4b338e0a76acc39f2c39624dbf64e4a9300eb7d7888e5a3b0382ac12fed62071393d8aed9ace4eb31a0f85bbd49629be87a6f75f527a
|
7
|
+
data.tar.gz: 1e72efadb543dd421d6f3555b12f0ed9ff99c153e7f6fddd22882de983dde0bd8e8a45bf0eb61cc8cfdd4abc2490114ce2c9c2fe1c9c2e26483f8e239493eb81
|
metadata
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: RubyHstoreMgmt
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Lee Atchison
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2025-07-25 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: activesupport
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '6.0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '6.0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: activerecord
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '6.0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '6.0'
|
41
|
+
description: Assign roles to users, accounts, user_accounts, and other models in a
|
42
|
+
Ruby on Rails application.
|
43
|
+
email:
|
44
|
+
- lee@leeatchison.com
|
45
|
+
executables: []
|
46
|
+
extensions: []
|
47
|
+
extra_rdoc_files: []
|
48
|
+
files: []
|
49
|
+
homepage: https://github.com/leeatchison/RubyHstoreMgmt
|
50
|
+
licenses: []
|
51
|
+
metadata:
|
52
|
+
allowed_push_host: https://rubygems.org
|
53
|
+
homepage_uri: https://github.com/leeatchison/RubyHstoreMgmt
|
54
|
+
source_code_uri: https://github.com/leeatchison/RubyHstoreMgmt
|
55
|
+
post_install_message:
|
56
|
+
rdoc_options: []
|
57
|
+
require_paths:
|
58
|
+
- lib
|
59
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
60
|
+
requirements:
|
61
|
+
- - ">="
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: 3.2.0
|
64
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
requirements: []
|
70
|
+
rubygems_version: 3.4.10
|
71
|
+
signing_key:
|
72
|
+
specification_version: 4
|
73
|
+
summary: Assign roles to users, accounts, and user_accounts.
|
74
|
+
test_files: []
|