bard 0.50.0 → 0.50.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bard/version.rb +1 -1
- data/lib/bard.rb +2 -0
- 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: 50b30edc1cf6bd3e0466016d60120717c823055e507c495dce8c4a93b1241a86
|
4
|
+
data.tar.gz: bbfe0e77025193301cc4f815af8c87cd19f37c26add1796e8b852502601f5b57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12a357ad8dfac7acc1d671c85be867aea6f04e0ff3b667c313c803499959e0746addde399990e45fe1b27189bba48d4a3f1fde85e123bab4117e21d301819d11
|
7
|
+
data.tar.gz: f766e6e7c93238665cfcea3a9fc006aac3cefd6d245873852fb25e7eb2c99e8c7835cfe4303e625a7ad4c7839176f94a3e1308c2a2898806c1e4918fda842b94
|
data/lib/bard/version.rb
CHANGED
data/lib/bard.rb
CHANGED
@@ -162,6 +162,8 @@ class Bard::CLI < Thor
|
|
162
162
|
def install
|
163
163
|
install_files_path = File.expand_path(File.join(__dir__, "../install_files/*"))
|
164
164
|
system "cp -R #{install_files_path} bin/"
|
165
|
+
github_files_path = File.expand_path(File.join(__dir__, "../install_files/.github"))
|
166
|
+
system "cp -R #{github_files_path} ./"
|
165
167
|
end
|
166
168
|
|
167
169
|
desc "ping [SERVER=production]", "hits the server over http to verify that its up."
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.50.
|
4
|
+
version: 0.50.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Micah Geisel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|