Skip to content

Commit

Permalink
docgen_all and run_tests_all scripts added
Browse files Browse the repository at this point in the history
Summary:
Two new scripts are added.

docgen_all.sh generates the test for the 5 five languages with a simple command

run_tests_all tests the files available in the allowed list for java, python and ruby. php and nodejs is pending to add.

Gemfile.lock updated automatically.

Reviewed By: liliarizona

Differential Revision: D59307645

fbshipit-source-id: b45b84b59ddd5af1000cd8ac8071f14db56346d9
  • Loading branch information
Victor Armando Jaramillo Moreno authored and facebook-github-bot committed Jul 3, 2024
1 parent b1c5321 commit 7e7df0f
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
facebookbusiness (0.15.0.2)
facebookbusiness (20.0.0)
concurrent-ruby (~> 1.1)
countries (>= 3, < 6)
faraday (~> 2.6)
faraday-multipart (~> 1.0)
faraday-multipart (~> 1.0.4)
json (~> 2.6)
money (~> 6.13)

Expand All @@ -16,30 +16,29 @@ GEM
awesome_print (1.9.2)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.0)
concurrent-ruby (1.3.3)
coolline (0.5.0)
unicode_utils (~> 1.4)
countries (3.1.0)
i18n_data (~> 0.11.0)
sixarm_ruby_unaccent (~> 1.1)
unicode_utils (~> 1.4)
countries (5.7.2)
unaccent (~> 0.3)
diff-lcs (1.5.0)
dotenv (2.8.1)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.2)
i18n (1.12.0)
faraday-net_http (3.1.0)
net-http
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n_data (0.11.0)
json (2.6.3)
json (2.7.2)
method_source (1.0.0)
minitest (5.14.4)
money (6.16.0)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
multipart-post (2.3.0)
multipart-post (2.4.1)
net-http (0.4.1)
uri
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -78,13 +77,14 @@ GEM
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sixarm_ruby_unaccent (1.2.0)
unaccent (0.4.0)
unicode-display_width (1.8.0)
unicode_utils (1.4.0)
uri (0.13.0)

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
awesome_print (~> 1.8)
Expand Down

0 comments on commit 7e7df0f

Please sign in to comment.