bashly 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47591327725b9e1265c7c4b7a38d7992a939ee47956e3a1ff1bb764edd0da282
4
- data.tar.gz: 3911b50fe1c23add51a538f0ed7b078b7ce23df5a6959f0f1dbe4451ebec3e39
3
+ metadata.gz: 6be5a0594215515e99372cba7e1f6b0a6540429299166e9a2f420d14181af207
4
+ data.tar.gz: 91498eb6c640f0eb57f68aa974e876a69d624e9830402f10d11f5de874f6684c
5
5
  SHA512:
6
- metadata.gz: f1aab1a02d6648e28ba7274350b68a2a1e6fd5719939f0c5e340604637573ef3069f4800719ec6c1923d18b2c9e602f2366d5bc54ca12330dc962526ae2dbb71
7
- data.tar.gz: 577f8eed84b30bd7fdbdb864f97487cc9ed22b8e8f768b43a8b61091511e56dbeeac9b10d0030dbaac54e06bcb6fdcdd1b5c2d4207f8c68c28923f2f382c8e27
6
+ metadata.gz: f77887a91b45dcba6422d48fc794cd8bc8c50243a6b04df3bd426aa90b837beb53b1a770adf903482a85ad60631c6515f21f6559045aa73475b9321d5432c13e
7
+ data.tar.gz: 8c05eba6921abcf365c6ab4df5f8632f7136749274708361dfb6dcf6e5a85b9b55c267d65adadb3ed77677fe9a94293a7259e86789e0a754c3ba461118c9701d
@@ -0,0 +1,20 @@
1
+ #!/usr/bin/env bash
2
+ # Run this from the root directory
3
+
4
+ cd ./test || exit
5
+ source approvals.bash
6
+ PATH="$PATH:../"
7
+
8
+ # Update me
9
+ cli=download
10
+
11
+ # Tests
12
+ describe "root command"
13
+ approve "$cli"
14
+ approve "$cli --help"
15
+
16
+ describe "some other command"
17
+ approve "$cli other"
18
+ approve "$cli other --help"
19
+
20
+ # ...more tests...
@@ -1,3 +1,3 @@
1
1
  module Bashly
2
- VERSION = "0.8.5"
2
+ VERSION = "0.8.6"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  > ## Code here runs inside the initialize() function
2
2
  > ## Use it for anything that you need to run before any other function, like
3
- > ## setting environment vairables:
3
+ > ## setting environment variables:
4
4
  > ## CONFIG_FILE=settings.ini
5
5
  > ##
6
6
  > ## Feel free to empty (but not delete) this file.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bashly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-09 00:00:00.000000000 Z
11
+ date: 2022-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: completely
@@ -153,6 +153,7 @@ files:
153
153
  - lib/bashly/templates/settings.yml
154
154
  - lib/bashly/templates/strings.yml
155
155
  - lib/bashly/templates/test/approvals.bash
156
+ - lib/bashly/templates/test/approve
156
157
  - lib/bashly/version.rb
157
158
  - lib/bashly/views/README.md
158
159
  - lib/bashly/views/argument/usage.gtx