detour-0.0.1

https://rubygems.org

detour

quick gemspec

.gem

.gem metadata (gemspec)

.gemspec

id: 587982

number: 0.0.1

platform: ruby

spec_sha256: 7239fbd50a1428330a6ff55761c846b4921fdbb07c8408f40dbe6b55e1661880

sha256: b3159646fc60fd7d7a363f5de7f29b418b6405ecb1815e4ee8c07ca0b1158586

created_at: 2024-05-13 08:22:26 UTC

updated_at: 2024-06-09 09:01:31 UTC

position: 12

version_data_entries_count: 36

uploaded_at: 2013-12-17 22:51:28 UTC

indexed: true

has_extensions:

extensions:

Gem size: 15.5 KB

Version Data Entries

Total: 36

Unpacked size: 55.6 KB

Full NameModeUIDGIDMtimeLinknameSizeSHA
README.md644007.5 KBa656f00bc67ebac38d2c52502ef26ef55187b09efd5108d7196c47541aab4c51
Rakefile6440028 Bytes5d20ab6abd8a77e0db94f9599c1ee015db492045de53207641ace9bca4862f24
detour.gemspec644001.28 KBf46347ed512708b63b35e42b51fad12557975a4d51bb9c22192bab8cc23c86d9
lib/detour.rb64400832 Bytesc01f000ae8c6dce049748ed0bf5366497b885b26e98fd5d78f4d777bd3704473
.gitignore64400172 Bytes6f9d09937ea0cc6638f9ba5921af0bf73dbbf2431a2bbc698cae5c1776eb631d
.travis.yml6440076 Bytes6543a8d413e847c2565fe15daea1d61af782a0a5f4711e4db27d3644ec362876
Gemfile6440091 Bytesc86440b6e29ef775ec7bd633db1e64c790ab9f1729e21d7b95bfa12a3e66f998
LICENSE.txt644001.04 KB35ee38021cff2b036f5b2a64155686b8a359abcea4027f0360d80a3de8843770
lib/detour/acts_as_flaggable.rb64400955 Bytes542a7f094d8d7866b58eedb97573480b6a55d0b378df2eea3f2e44ff89370f4f
lib/detour/feature.rb6440011.2 KB9ec9f5c1985f66446b874cf5f69c35a8143a1464dd7e31840b9c03883b90056f
lib/detour/flag.rb64400382 Bytesf0d9faabab74f7db9b5902cf04a98d62579542ba8be65d07a4a93380f48c4225
lib/detour/flaggable.rb644001.79 KB631e7b1ebf1134b1ee7e58b97e18884baaa60e61ad61c7dc998d04e829dfd5ea
lib/detour/flaggable_flag.rb64400334 Bytesaeda25b19560e8fa6fe0234d23455214fba282227634878acf899244dd43001b
lib/detour/group_flag.rb64400290 Bytes0d609e32b6a649834c7ceb485e27713075e907425c8d687012671c28a222bf6d
lib/detour/opt_out_flag.rb64400365 Bytes5f7dd3108a03f17c2c0e82e84f99d8ab53553a1bc8efe6c1c3018777ad2094c4
lib/detour/percentage_flag.rb64400357 Bytes20c6186cd81862e1930e518ea39e1fec448a32593b27cd536894a91daeacdf0c
lib/detour/version.rb6440038 Bytes90e585e54079bc3cc183eb5995cce4573d7f7c6e1e3cc09123db86d75376e877
lib/generators/active_record_rollout_generator.rb64400555 Bytes7eecabde1c2bb853327c2d8e93537c84e480582a0cb7050926aa6754523d85ea
lib/generators/templates/active_record_rollout.rb64400106 Bytes48181ca384482454510dcf26c85aff10d38c54e341b2c58b9c977a3b3b7ad357
lib/generators/templates/migration.rb64400821 Bytes6cefa6a9021a9c0eac0cca695ca7d6c9453198e335296f29515e0008fa0646af
lib/tasks/detour.rake644004.4 KB9db05dd03e9faff8fbdc7d56758286748f0185e4afd44caf564fc839e360f933
spec/integration/flag_rollout_spec.rb64400668 Bytes7451635ac223c11be64e1faee67866a54eac19ec833cbcdf15c8ad9f08a608a2
spec/integration/group_rollout_spec.rb64400517 Bytes184a748e168b3a6bfed6945222f5a6d1c2ca028f6c476c2570b5b59c8b8d54fb
spec/integration/percentage_rollout_spec.rb64400492 Bytese076f3f50d807ef216b702fe86c0f03de90ec611b6c04daecbb823a750396d87
spec/lib/active_record/rollout/acts_as_flaggable_spec.rb64400894 Bytes45e4e2669a168b06b9f4404890aa6ebdaa1e258d5a595834cb1c2ce2caf69e39
spec/lib/active_record/rollout/feature_spec.rb644008.06 KB72f5e56d47dd4a4ead07d6b79a0c065a4ae8c853953ae014b566bfe6997b8919
spec/lib/active_record/rollout/flag_spec.rb64400246 Bytesdfa15d1f1070e93a7ddaef4f981caf4fae6d097c2deea47242271e09ec14cfce
spec/lib/active_record/rollout/flaggable_flag_spec.rb64400286 Bytes13cbc0b83753886af67ecf0a5a58494d52be1aaa30b906fc764421a9ead37496
spec/lib/active_record/rollout/flaggable_spec.rb644003.86 KB7c17d953f52be1fec3a59b602412bb08476f7bb52cce4ac59ff9e3cd389cac9c
spec/lib/active_record/rollout/group_flag_spec.rb64400244 Bytesf1d71e49fb96397110ee2d4f0c51dfdc10d7ce33fb6149647c28b4b2e0d81bc8
spec/lib/active_record/rollout/opt_out_flag_spec.rb64400282 Bytese8a4abf0b9af1b2ec606f0c38f67b70679858213ba5b2016b9d1789762b9b12b
spec/lib/active_record/rollout/percentage_flag_spec.rb64400384 Bytesa0f259c6b2e89a016a509e1f0cc6ea7002032e703eee37c34d6f5eec5ec146c4
spec/lib/tasks/detour_rake_spec.rb644005.51 KBb0aed1dfb24eb4a95c8574531e002ca6f3e3fd2daa9260327369e2f72eecefd4
spec/spec_helper.rb64400924 Bytes41633e9699c3749964062c5d37bb295bacaca36e4ce6f0dff684da79a5698981
spec/support/schema.rb64400236 Bytesd69e610996eca75409199d87a6c39c44de75517c3bf18a52f212ff8d2bbb8073
spec/support/shared_contexts/rake.rb64400660 Bytesdd285b8cfb161c333dd7670db96d66b8e5576e3a4ee4740961025cf98aa32d1b