foob 0.0.5 → 0.0.6
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/CHANGELOG.md +4 -0
- data/bin/foob +3 -1
- data/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2083775333643d6484b5e2b895d45ce6a87decfa05c7c360c2a3d1a8e7fc62ae
|
4
|
+
data.tar.gz: 54ad1ea0ba6783fd9484e3219fe3374be89c68c9d4de83793b911f8d38a9f03e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b2c292c6d64a4080132874b9bce7ccaf26a533bb7c2a9e95874bd017e6526d40edeb69c2be9056a393d2579810a18b8032bb707391ee764288c472ac789aedc
|
7
|
+
data.tar.gz: abb83f3e97554f4d468bde30204e2bc29cb3f48b05179acb7f01a4def21520427958d821049b13c3f4fea7fb866fe93b302bcf47e9a62e234bb0d66032a03337
|
data/CHANGELOG.md
CHANGED
data/bin/foob
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
3
|
if File.exist?("../Gemfile")
|
4
|
+
# Seems we are not being ran as a gem executable. Let's bundle since we might be in a test or
|
5
|
+
# we might be pointed at via path: or some other similar situation.
|
4
6
|
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
7
|
+
require "bundler/setup"
|
5
8
|
end
|
6
9
|
|
7
|
-
require "bundler/setup"
|
8
10
|
require "foobara/foob"
|
9
11
|
|
10
12
|
foob = Foobara::CommandConnectors::Foob.new
|
data/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foob
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miles Georgi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: foobara
|
@@ -308,7 +308,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
308
308
|
- !ruby/object:Gem::Version
|
309
309
|
version: '0'
|
310
310
|
requirements: []
|
311
|
-
rubygems_version: 3.
|
311
|
+
rubygems_version: 3.5.16
|
312
312
|
signing_key:
|
313
313
|
specification_version: 4
|
314
314
|
summary: 'foob: cli interface for code generators and whatnot for Foobara projects'
|