.gitignore | 100644 | 0 | 0 | | | 185 Bytes | 4c810cb90d08c987f448e0e979d8d4c5387d1f573c773e6919377e03bc9559e1 |
.travis.yml | 100644 | 0 | 0 | | | 266 Bytes | 1cb95deb057da5b59d5d4cc430475b036af714c30a19a82b630e0d32ceaa7926 |
CHANGELOG.md | 100644 | 0 | 0 | | | 650 Bytes | 112eaed37b55e9202483b73cc5271718b459e5e0603a5e34347aca59633dab56 |
Gemfile | 100644 | 0 | 0 | | | 90 Bytes | 62354031a9fce2f9059abf81678001547fbfc6061f10c607e1f56e0cce0dac75 |
LICENSE.txt | 100644 | 0 | 0 | | | 1.04 KB | 224a783cc55e61a0a45040d32aba1b85d50b42abfacf3360eb1958b412d7af48 |
README.md | 100644 | 0 | 0 | | | 2.35 KB | 2dbfdcea0abd84f0f911fd370cca6affc2ec92aed535ad90ecc8425ecc4efc9b |
Rakefile | 100644 | 0 | 0 | | | 113 Bytes | 8879b72fce97facf65de48bb7255186c745017e235dd4226d4d5979be9a8a0ce |
bin/ellen | 100755 | 0 | 0 | | | 140 Bytes | 6689f262c216710fcb7ff073c504b75381056f4a66749e59a5249d8c6f20f18f |
ellen.gemspec | 100644 | 0 | 0 | | | 1.08 KB | acbd2cc7686ba0d83d1c85c39e4d0b8144bc2b082cd684e619903bf318988c2f |
images/screenshot.png | 100644 | 0 | 0 | | | 144 KB | 96a88d589b34be16254a60996aa24c0613b5a10d0e37bef2a4bab25fe8630c16 |
lib/ellen.rb | 100644 | 0 | 0 | | | 1.1 KB | e37104e483995773fee78a749423b8541b35cb9622771c5539226b9c8f6e54e0 |
lib/ellen/action.rb | 100644 | 0 | 0 | | | 623 Bytes | be38c6810fd809ffcbcc02d51e96db500f8c223d32dcaafbaf1f9a2702149d01 |
lib/ellen/adapter_builder.rb | 100644 | 0 | 0 | | | 329 Bytes | 93052882805f141a2294e0321028514b64a75a7bcfe9b9da3dadc17e221160e8 |
lib/ellen/adapters/base.rb | 100644 | 0 | 0 | | | 688 Bytes | 132ff69cfcc0ed0428b063d7ef58416c2d694c8762d7c3b720e33d02ba96a0e2 |
lib/ellen/adapters/shell.rb | 100644 | 0 | 0 | | | 866 Bytes | 60960a2c13f8386beac6ce76386e253a8f791c917eefdf100a8dc55089a3faf0 |
lib/ellen/brains/base.rb | 100644 | 0 | 0 | | | 400 Bytes | 836315a4f0ad5f26b8567d401d290a8e9a52ea559cc334f12776ce6be02f2692 |
lib/ellen/brains/null.rb | 100644 | 0 | 0 | | | 115 Bytes | 917db7f0ba39de8303b577047e556a6161639df044b7844c1770fa039d047ef6 |
lib/ellen/command_builder.rb | 100644 | 0 | 0 | | | 641 Bytes | 218eb4c53a5a89bbf1930bd093425502ca286fb3d3991a0670f09ae52cf9575b |
lib/ellen/commands/base.rb | 100644 | 0 | 0 | | | 159 Bytes | fd8c7ee04536d055595b9e00f9fbb00ee1faba95b792c816f1c1e2e4a08716ca |
lib/ellen/commands/generate.rb | 100644 | 0 | 0 | | | 570 Bytes | 5ef3c0631789904967c06b7728836327cbe9c3bc0284d8211340936914531254 |
lib/ellen/commands/run.rb | 100644 | 0 | 0 | | | 126 Bytes | ec64e6621fa96073d734e70ec033a27e11bc5e42c7784617cf3dbee7166fa6cd |
lib/ellen/env.rb | 100644 | 0 | 0 | | | 562 Bytes | 0afc7322b4a07b5d5bb2f15a79f5887f2f928595aa012586493e5f56808cb922 |
lib/ellen/env/missing_required_key_error.rb | 100644 | 0 | 0 | | | 93 Bytes | 9355ca6fd51371d6d8ea575fe36ad762e9b1535eb2df5e40ec5e3da0d50b866c |
lib/ellen/env/validatable.rb | 100644 | 0 | 0 | | | 554 Bytes | 26e55ff9bd06dd56a8337aa123a1531360cfa0b31ed3120aa8d2fc3aeb99c8b8 |
lib/ellen/handlers/base.rb | 100644 | 0 | 0 | | | 793 Bytes | f58fcd080c57626d3fb421497b7eed2d59e27b0f8f691d92f7d42bed35233663 |
lib/ellen/handlers/help.rb | 100644 | 0 | 0 | | | 350 Bytes | 1fab88324496e0ffe5836bc0473a34af911ece9f0dc8aefdfa516d883af2627f |
lib/ellen/handlers/ping.rb | 100644 | 0 | 0 | | | 249 Bytes | 1ae44d21de8c349a6aa3c22ef3c0d9a386032c2c4a5cf36371600747fb71d3f1 |
lib/ellen/logger.rb | 100644 | 0 | 0 | | | 179 Bytes | ae804647e850ea992ae5ecba356b6e9bf5c3a1178654765e6a51c22a5f7274ea |
lib/ellen/message.rb | 100644 | 0 | 0 | | | 350 Bytes | b1f2a424a948d6b678d3f7b50591b34a10d2f294b7457ace5dd208b21c6344c4 |
lib/ellen/robot.rb | 100644 | 0 | 0 | | | 1.04 KB | b475bd19dc78a64a4bc6fa09213bf6ca5a59f46f9ca5e2ad1f7cfd8db32eaa80 |
lib/ellen/version.rb | 100644 | 0 | 0 | | | 37 Bytes | efcc92bea3ad4b2b4c550ed3e96ac19e5e6fa85f62ba844af4f6f964750bd45f |
spec/ellen/adapter_builder_spec.rb | 100644 | 0 | 0 | | | 790 Bytes | 4beb650be1cc3ca8e6b6094c8939da08e08dbce770d09899d91a20eb9b28e1bd |
spec/ellen/adapters/shell_spec.rb | 100644 | 0 | 0 | | | 1.22 KB | 1db770e28a62af874b9b489082ddd4b9e4af72e767909056de0da2eb73400ef6 |
spec/ellen/commands/generate_spec.rb | 100644 | 0 | 0 | | | 828 Bytes | 6c421ccb7b9fea10c99efee973f5baee0cbdfb802875e841a13e6a52a6574dfc |
spec/ellen/commands/run_spec.rb | 100644 | 0 | 0 | | | 388 Bytes | 6ac176249cd2a4d8351a55480ebf0f377dd67e09eac4db1b81b0659ca806b4de |
spec/ellen/handlers/help_spec.rb | 100644 | 0 | 0 | | | 337 Bytes | 6999a8c238974f7a2f60f16ebd7a62e331b9771253c6490d878d3b0256e85eb4 |
spec/ellen/handlers/ping_spec.rb | 100644 | 0 | 0 | | | 422 Bytes | 6a171a17698560586735499ba425977b7400a108470302de2fa924183bae2de7 |
spec/ellen/robot_spec.rb | 100644 | 0 | 0 | | | 340 Bytes | 748522592a1ffb608f66830e938aaea2a3d0b272e8b78a6b3cdb2e42860f9fc3 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 316 Bytes | f0f32b02a447cb386d7dfe734ae36c6115043f8eddd3f1e43305189b77a363b0 |
templates/Gemfile | 100644 | 0 | 0 | | | 43 Bytes | f6cae1387dc7b8cd3feb4157b7c79cd4ff3189552f7093e66bf8b8f10e2aa3a8 |