cli-forge-0.1.0

https://rubygems.org

cli-forge

quick gemspec

.gem

.gem metadata (gemspec)

.gemspec

id: 461336

number: 0.1.0

platform: ruby

spec_sha256: 0ff3e486b6a101dc5495209421cd5ca6f9476a1135762ad49583b023d87579f3

sha256: 0a6e0e6e524068add34f74a037dac39d448b7a070f0146a609c4eb94ad6a3b14

created_at: 2024-05-13 08:20:31 UTC

updated_at: 2024-06-08 14:45:57 UTC

position: 0

version_data_entries_count: 48

uploaded_at: 2013-03-07 18:17:30 UTC

indexed: true

has_extensions:

extensions:

Gem size: 14.5 KB

Version Data Entries

Total: 48

Unpacked size: 30.6 KB

Full NameModeUIDGIDMtimeLinknameSizeSHA
README.md644001.05 KB335f74d79bd98d88451feca9739f79114a4df4c483c3c3099875d84f12143d03
Rakefile64400292 Bytesa180741bccbe676ea08dd183665e9782f212560b23877c1e553ad438d75b03c6
.gitignore6440043 Bytes5e8688dda8fcc0a404eea57a6a0948a51c206f50e60edd38180cdb1de1444797
.rspec6440068 Bytesec0a17735476dc78d8c02e98a12cc00d4c4a021fa561101225c0cd124a631bd7
.simplecov6440045 Bytes2ced3ca11d770ecd27e011906bfd6a9579065b475cbc3ad8cd47fa715e1ead73
.travis.yml64400258 Bytes0d0000add1a1445db49c69708da99da3dd8168a62668be663f95aa41ffbf9acb
Gemfile644002.78 KB5911938b48382cdf4875155430b4ecbb01e50025c60219b50915760ee99eae87
Guardfile64400789 Bytesee4e06dd73db0a0be0651774d90780dacee777f4f7f80e32d4f5ad7cc8e52f96
MIT-LICENSE.md644001.09 KBf01ef3be585ee7e3c4ec01007b4e1f925ddc1e18ca72bfe08182fce13a3f05c6
cli-forge.gemspec64400614 Bytesf9e7ceff84bc1b457eacb86044a47059f827dd81ffed184ea404c5eddbd2a604
lib/cli-forge.rb6440020 Bytesf45c4c468e8a94189598afd9c148bf36fed2944728090a93b1c57b1a029eecad
lib/cli_forge.rb64400724 Bytes7f38c095f4e2a356d893de02768352b1647c4a058a0870fde9b49944086751d3
lib/cli_forge/autoload_convention.rb644001.04 KBa029c5a21877eaa576e26b3d5ea21e9874e108b6c693fdfa6ca555e118f07e2b
lib/cli_forge/bin_command.rb64400204 Bytes7c4624fea7300b37215dfe2664ed39ed4495a5fbac6cd2012a62f1c3e9f34187
lib/cli_forge/command_set.rb64400872 Bytes5519fc664977773a88de45d6a42a418f2c84ee48af65d0e496d4324e10e9fff9
lib/cli_forge/configuration.rb644001.7 KB4c74a5120ebedd1ab8278af31992c721be50c4f9a90054301c26d15d39b7b943
lib/cli_forge/default_configuration.rb64400675 Bytes969211788c941944b845e8ba325cf661b38f92dbbaae6f28ad8e892a4181288a
lib/cli_forge/embedded_commands.rb6440076 Bytes92ddcdc5a5d198e905ad8538c41291a6239a6dc3f168452e781be22ebaa41a6d
lib/cli_forge/embedded_commands/help.rb64400152 Bytes91bed293ce9c1d245a5703f74c7c2abaa37ec9fa6af143e7ea083acbbc4ce08b
lib/cli_forge/runner.rb64400850 Bytes7900b81121366471c678d9ba80442341feeb48737924c33d56f6b7ccb2e1f0fe
lib/cli_forge/version.rb6440040 Bytesf4f29dc6f3617a735f471e1ab7eea736f155feebf8445d556ee274266de55018
spec/common/fixture_config.rb64400334 Bytes9f5457cf42b7682fff44705e459500c5be6013c2f26c32be5cda14f56765f3d4
spec/fixtures/autoload_convention/abc_one_two_three.rb6440097 Bytesa670a0e241aaacb7e40165a2305a9c6403d7bd58a0bc5edc589b005126075677
spec/fixtures/autoload_convention/allcaps.rb6440083 Bytes8aa6b04233452d29097ffe6d91000f67e7afb788ca2ee5235c3311b6e272261a
spec/fixtures/autoload_convention/mismatched.rb6440026 Bytesb38e7c35132634f7ca7f4b138f02e5090777542e996f1e483d4979594c5cdf76
spec/fixtures/autoload_convention/multi_token.rb6440084 Bytes56b141440a3f8bd71dcffd5bc9ed8fb644284e16793658c2830c60163d8473d4
spec/fixtures/autoload_convention/single.rb6440091 Bytes88011e2b64a323f68b9bc35fb9b564a48b187e461ff97ded84968fe379cc01ca
spec/fixtures/autoload_convention/string.rb6440090 Bytesf66e0a79803d2f7aee4a58ac9db070ad2d06959b7ff787ac4ca8e581bd4fdb89
spec/fixtures/bins/foo-bar755000 Bytese3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
spec/fixtures/bins2/foo-bar755000 Bytese3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
spec/fixtures/bins2/foo-too755000 Bytese3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
spec/fixtures/bins3/foo-bar755000 Bytese3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
spec/spec_helper.rb644001.73 KB03dad338d55c9b5b3395b081892fbceff6abfd95d4074145ef286d01756da271
spec/unit/cli_forge/autoload_convention/const_missing_spec.rb644001.6 KB0aeb465bedece23cf595c91135183150d42fc25ea9a86fa8fd94021cb90af206
spec/unit/cli_forge/class_methods/caller_path_spec.rb64400977 Bytes7b4e5ca7d572e8910057bb35c9ca614e539348c2b7a32ebc8aa6f2a678b65cc1
spec/unit/cli_forge/class_methods/guess_bin_name_spec.rb64400323 Bytes3095d0e8d65ffaf56fb51d962085a6fab0114ad9cde30eb68a2c92ea936e32eb
spec/unit/cli_forge/class_methods/start_spec.rb644002 KB364521c86ada2a1fd4d0ba4b4e136f9dc84c34557de9504138602c7486cd8af1
spec/unit/cli_forge/command_set/element_reader_spec.rb644001.33 KB875766b59b39823982b65e42d53f7c56e580e72cf02f3e9df059f3bd0d464950
spec/unit/cli_forge/configuration/register_argument_filter_spec.rb64400825 Bytesf408465dc08d1c4e058b16ae3be2668d1e9c63f3d11e6c75151e6f5a7eb65992
spec/unit/cli_forge/configuration/register_command_spec.rb64400739 Bytesf3c5c9f4536f3c78f01dc4493fda75c15a43d102b1a66947d2ba90b139b9e4d5
spec/unit/cli_forge/configuration/remove_argument_filter_spec.rb64400761 Bytes733c8d7322208643d44dde0e63606bc56c04d4953797cccb2d00d8f0b6913d8e
spec/unit/cli_forge/configuration/remove_command_spec.rb64400821 Bytes7e4d2d0ef5f50577aafbf01d53deb941d531d0505b715d3723712e09ef746807
spec/unit/cli_forge/runner/start_spec.rb64400552 Bytes25545f706e32324c517e36771d9609d4b9649e27631993a64316c38bb9399b0d
tasks/console.rake64400120 Bytesdfa94bbd87cde19caf1d962171612cc6909e7198d236445d00526c0b20e7de53
tasks/spec.rake64400113 Bytesfd6247d1ff385c02ec84b6f336a51800004c0778fc8550d2c03f802fd588df1e
tasks/spec/ci.rake64400414 Bytesbe927a141617ad3aae0ecc46c4cee849ade2249385fd22dc951d5171b8a1caa6
tasks/spec/coverage.rake64400318 Bytescab65b265792e5f093ed9a35237d84881dc35de0142a37a8885a8fac02f2bfdb
tasks/spec/mutate.rake644004.12 KB36011b0f88cde7fe305095f5888609a09f7b320510c273fa91a79f5fdaadf82a