Commit graph

19 commits

Author SHA1 Message Date
5be3adb8bb Fix tests 2024-07-19 00:52:20 -03:00
162aeea421 Update example 2024-06-27 05:09:13 -03:00
c63ce28c21 Update readme_test.rb 2024-06-27 01:07:15 -03:00
f2d90e414e Run 'bundle exec rubocop -A' 2024-06-27 01:01:24 -03:00
51f45c2f1f Remove $HOME/bsdcapsicum.txt after test run 2024-06-27 00:42:08 -03:00
bd5f3cca0a Add documentation (+ tests) for BSD::Capsicum.set_rights! 2024-06-27 00:40:32 -03:00
4139481af4 Add BSD::Capsicum.set_rights! 2024-06-25 10:41:56 -03:00
f694cadd48 bsdcapsicum.rb is born :) 2024-06-25 03:32:04 -03:00
3f14d8e998 Fix readme example, add tests 2024-06-25 00:23:16 -03:00
d59fdef28e Add test/readme_test.rb 2024-06-24 23:36:09 -03:00
36994fe302 Replace sandboxed? with in_capability_mode?
Update docs, tests
2024-06-24 22:57:01 -03:00
ab3f17de31 Remove within_sandbox
This type of code is left for the caller of
the library to implement instead
2024-06-24 22:50:07 -03:00
5d6ebbfa52 Replace "/dev/null" with File::NULL 2024-06-24 22:36:15 -03:00
ca832a42d9 Add standard
Add the 'standard' linter library
Commit fixes generated via 'bundle exec rubocop -A'
2024-06-23 22:38:24 -03:00
f3f018efbb Fix test 2024-06-23 21:46:08 -03:00
d9eb2afdf4 Require bundler within Rakefile, tests 2024-06-23 21:45:09 -03:00
Thomas Hurst
2c8fcd66a3 Test: Skip within_sandbox on JRuby.
Add a test for repeated enter!
2017-05-24 16:13:36 +01:00
Thomas Hurst
d305efab9f First cut of the capsicum gem. 2017-05-24 01:18:47 +01:00
Thomas Hurst
f758b7713d Initial commit. 2017-05-24 01:18:05 +01:00