instrumental-components 0.1.0 → 0.1.2
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 +4 -4
- data/lib/instrumental-components.rb +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9d7b4164eab29cdccb4586188c0480cba5f4834d65089e35f08f59c1b064500
|
4
|
+
data.tar.gz: 67e0a39edfd96ce115499b540f68b3b131edff234a74437cc306c0e3a84df3a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9609e5ab398a77557e965e6183ddba2710d9fc6eb888733de87738a0d56bcc0ad72bf02f13ca86aa935b8e79b4867f8a2533881200e25bfbea4b97f981a7b6cf
|
7
|
+
data.tar.gz: 26fe58b9a0e028ff4804a724d7706b1350466040b67d563da8b5ce83b921dc5a01d210d2b87996b8a7408b19d81c94a0c9eceead730a98a8afc8881c8dcd350b
|
@@ -14,8 +14,10 @@ module InstrumentalComponents
|
|
14
14
|
puts "📥 Downloading the latest version of Instrumental Components..."
|
15
15
|
|
16
16
|
begin
|
17
|
-
# Load .env file if it exists
|
18
|
-
|
17
|
+
# Load .env file if it exists (for local development only)
|
18
|
+
if File.exist?('.env')
|
19
|
+
Dotenv.load
|
20
|
+
end
|
19
21
|
|
20
22
|
# Download the latest version of the gem
|
21
23
|
download_gem
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instrumental-components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Casel
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-05-
|
10
|
+
date: 2025-05-13 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: open-uri
|