Commit Graph

  • 9a3268b7c3 Merge pull request #100 from nicolasmccurdy/use-coveralls Jeremy Cook 2014-04-15 21:15:46 -04:00
  • 70c1666606 Add a Gitter badge to the readme Nicolas McCurdy 2014-04-13 17:20:28 -04:00
  • 53ac09a5e9 Merge pull request #101 from nicolasmccurdy/use-libraries Jeremy Cook 2014-04-13 17:17:30 -04:00
  • c790e34b39 Added documentation for the exec and exec_all commands. Jeremy Cook 2014-04-13 14:58:54 -04:00
  • 8428ad1c9c Merge pull request #105 from JCook21/ExecCommands Nicolas McCurdy 2014-04-13 14:29:59 -04:00
  • efea18327b Added options for exec command and a new exec_all command. Jeremy Cook 2014-04-12 15:39:51 -04:00
  • 84fb1d1462 Replace a system call in the spec helper Nicolas McCurdy 2014-01-16 06:15:37 -05:00
  • 5dc7b5068d Replace any system calls in lib that don't use git with calls to FileUtils Nicolas McCurdy 2014-01-16 05:43:20 -05:00
  • ab603240e4 Merge pull request #97 from JCook21/exec Nicolas McCurdy 2014-04-06 00:48:20 -04:00
  • 2e5c2ec018 Add coverage status to the readme Nicolas McCurdy 2014-04-05 23:44:27 -04:00
  • 349e75584f Switch from simplecov to coveralls for code coverage (in the cloud!!!) Nicolas McCurdy 2014-04-05 23:27:29 -04:00
  • bea3a0b680 Added exec command to homesick. Jeremy Cook 2014-04-01 22:31:50 -04:00
  • 8b6bf92e9a Applied fixes that allow tests to pass again. Jeremy Cook 2014-04-05 09:18:56 -04:00
  • 133c3613e9 Merge pull request #96 from nicolasmccurdy/fix-simplecov Nicolas McCurdy 2014-04-05 00:47:31 -04:00
  • ff2e5ee064 Merge pull request #95 from nicolasmccurdy/use-expect-syntax Nicolas McCurdy 2014-04-04 23:23:42 -04:00
  • 22aed48d4e Set up simplecov (it was in the Gemfile before, but it wasn't actually used) Nicolas McCurdy 2014-04-04 15:11:07 -04:00
  • 4c7e45a1d5 Use simplecov instead of rcov for all Rubies, since we have dropped 1.8 anyway Nicolas McCurdy 2014-04-04 15:08:36 -04:00
  • ca41ae7f85 Only allow RSpec's new "expect" syntax Nicolas McCurdy 2014-04-04 02:10:19 -04:00
  • fa61e7b10e Avoid using "should" in example descriptions Nicolas McCurdy 2014-04-04 01:53:23 -04:00
  • 8397dcacc5 Convert specs to RSpec 2.14.8 syntax with Transpec Nicolas McCurdy 2014-04-04 01:37:44 -04:00
  • 3f2d343161 Merge pull request #93 from JCook21/master Jeremy Cook 2014-03-16 10:44:57 -04:00
  • d91628f811 Made tests more generic since file paths may be different on various systems. Jeremy Cook 2014-03-07 20:28:35 -05:00
  • 94bff3aa9d Small change to make symlink text a symbol in the map command. Jeremy Cook 2014-01-25 23:16:15 -05:00
  • 7253bdd634 Merge pull request #82 from thenickperson/rubocop-fixes Christian Bundy 2014-01-23 12:19:57 -08:00
  • 8c6a17404f Merge pull request #83 from thenickperson/remove-duplicate-methods Jeremy Cook 2014-01-22 04:14:27 -08:00
  • 98edb54ca4 Merge remote-tracking branch 'upstream/master' into rubocop-fixes Nicolas McCurdy 2014-01-21 22:37:48 -05:00
  • 9b780ffac6 Merge pull request #87 from JCook21/Consistent Christian Bundy 2014-01-21 16:17:12 -08:00
  • 59f6239ea0 Renamed symlink command to link. Jeremy Cook 2014-01-21 17:19:54 -05:00
  • c2cb6081e1 Fix some more code style issues with block params being in the wrong place Nicolas McCurdy 2014-01-20 23:26:29 -05:00
  • 95943deb82 Revert changes that use "\" and disable the line length cop Nicolas McCurdy 2014-01-20 21:03:21 -05:00
  • 08a71f657f Fix a minor code style issue where "do" wasn't on the same line as its params Nicolas McCurdy 2014-01-20 16:03:18 -05:00
  • 2b48544e32 Merge pull request #81 from thenickperson/ruby-2.1 Nicolas McCurdy 2014-01-20 12:56:20 -08:00
  • f1191d4b3c Remove duplicate methods rm and rm_link Nicolas McCurdy 2014-01-16 02:44:04 -05:00
  • 8173429131 Ignore the remaining cyclomatic complexity issues Nicolas McCurdy 2014-01-16 00:30:42 -05:00
  • 82be04ad8a Fix rubocop issues for some recently merged code Nicolas McCurdy 2014-01-15 23:13:48 -05:00
  • bb735763c6 Separate the action handling of ln_s into a new method to lower complexity Nicolas McCurdy 2014-01-09 01:00:40 -05:00
  • 0bbb82f9ba Wrap all lines of Ruby code to 79 characters (maximum) Nicolas McCurdy 2014-01-08 21:31:59 -05:00
  • e42eff4e10 Refactor the ln_s method to decrease its cyclomatic complexity Nicolas McCurdy 2014-01-07 20:12:53 -05:00
  • 7e659f11fe Fix some broken spec expectations and move/rename a method Nicolas McCurdy 2014-01-07 20:03:09 -05:00
  • c667cefd4c Refactor the clone method to decrease its cyclomatic complexity Nicolas McCurdy 2014-01-07 02:48:50 -05:00
  • 571c5799e9 Swap some if/else statements so the positive case is always first Nicolas McCurdy 2014-01-06 21:04:25 -05:00
  • 604a3b2a20 Add todo comments to the rubocop config Nicolas McCurdy 2014-01-05 00:48:57 -05:00
  • 7d36460851 Rename the todo config to .rubocop.yml, now that more rubocop issues are fixed Nicolas McCurdy 2014-01-04 23:10:07 -05:00
  • 8f634b9d07 Add brief documentation comments for Homesick and Homesick::Actions Nicolas McCurdy 2014-01-04 22:46:44 -05:00
  • 12244abb56 Fix a few more syntax-related rubocop issues manually Nicolas McCurdy 2014-01-04 22:09:28 -05:00
  • fc2bbb1d6e Fix several rubocop issues with "rubocop -a" Nicolas McCurdy 2014-01-04 21:57:14 -05:00
  • f03e7670cf Fix an issue reported by rubocop that wasn't ignored in the todo config Nicolas McCurdy 2014-01-04 20:39:44 -05:00
  • e202b7eae7 Add a rubocop todo-style config created by "--auto-gen-config" and inherit it Nicolas McCurdy 2014-01-04 20:20:10 -05:00
  • 3fcbd21104 Test with Ruby 2.1.0 on Travis and add it to the supported Rubies Nicolas McCurdy 2014-01-15 21:41:07 -05:00
  • db0f604faf Regenerate gemspec for version 1.0.0 v1.0.0 Jeremy Cook 2014-01-15 20:24:36 -05:00
  • e5a6e43333 Preparing for 1.0.0 release. Jeremy Cook 2014-01-15 20:23:25 -05:00
  • faa5f0b9ed Merge pull request #79 from JCook21/Tests Jeremy Cook 2014-01-15 16:43:35 -08:00
  • 7c13727978 Merge branch 'master' into Tests Jeremy Cook 2014-01-15 19:41:06 -05:00
  • 2dba8b6496 Merge branch 'master' of github.com:technicalpickles/homesick Jeremy Cook 2014-01-15 19:38:29 -05:00
  • 2dadd4e064 Removed libnotify which seems to be causing build errors. Jeremy Cook 2014-01-15 19:38:02 -05:00
  • a60ca62eba Merge pull request #71 from thenickperson/master Jeremy Cook 2014-01-15 16:35:17 -08:00
  • 674ffb6bb2 Merge remote-tracking branch 'upstream/master' Nicolas McCurdy 2014-01-15 16:57:41 -05:00
  • 5fa0fc037c Updated README for .homesickrc. Jeremy Cook 2014-01-09 22:38:47 -05:00
  • 8a537b8204 Add gem version, dependency status, and code quality badges to the readme Nicolas McCurdy 2014-01-06 21:20:01 -05:00
  • 6e25f13e06 Added libnotify Gem on *nix systems in case people want to use it for Guard notifications. Jeremy Cook 2014-01-09 17:45:05 -05:00
  • df8f6b1cb0 Added command to display current version of homesick. Jeremy Cook 2014-01-05 14:27:52 -05:00
  • 6050a9a7ac Updated README for .homesickrc. Jeremy Cook 2014-01-09 22:38:47 -05:00
  • 0abd9436ad Merge branch 'master' of github.com:technicalpickles/homesick Jeremy Cook 2014-01-09 22:34:36 -05:00
  • af159f5b97 Added libnotify Gem on *nix systems in case people want to use it for Guard notifications. Jeremy Cook 2014-01-09 17:45:05 -05:00
  • a657c5622e Merge pull request #77 from thenickperson/readme-badges Josh Nichols 2014-01-09 08:11:56 -08:00
  • 6f216cd916 Add gem version, dependency status, and code quality badges to the readme Nicolas McCurdy 2014-01-06 21:20:01 -05:00
  • 8bf1864335 Switch from the test-construct gem (deprecated) to test_construct Nicolas McCurdy 2014-01-05 04:45:07 -05:00
  • 8931739e97 Travis: Don't test on Ruby 1.8 (it's deprecated, and it breaks the build) Nicolas McCurdy 2014-01-04 21:02:55 -05:00
  • ab46cf7b2f Merge branch 'master' of github.com:technicalpickles/homesick into Tests Jeremy Cook 2014-01-06 21:47:17 -05:00
  • d115714a9f Merge branch 'master' of github.com:technicalpickles/homesick Jeremy Cook 2014-01-06 21:45:04 -05:00
  • e787abd3f3 Merge pull request #78 from JCook21/Docs Jeremy Cook 2014-01-06 18:43:06 -08:00
  • 1c0fe66944 Added docs for the rc command. Jeremy Cook 2014-01-06 21:39:25 -05:00
  • 148d18565f Added tests for untested methods. Jeremy Cook 2014-01-02 10:27:11 -05:00
  • 264d586863 Updated tests to remove shell output from test results. Jeremy Cook 2014-01-05 10:53:39 -05:00
  • 76bee65475 Updated gems to use test_construct, removing warning message. Jeremy Cook 2014-01-05 10:44:46 -05:00
  • 8dac49548c Added command to display current version of homesick. Jeremy Cook 2014-01-05 14:27:52 -05:00
  • 5c5d204d15 Removed notification settings from project so that user can set them in ~/.guard.rb instead. Jeremy Cook 2014-01-04 16:54:35 -05:00
  • e1f85973c1 Added documentation for the new commands to the readme file. v0.9.8 Jeremy Cook 2014-01-02 10:01:43 -05:00
  • 3554806741 Updated gemspec file for homesick. Jeremy Cook 2013-12-31 21:50:17 -05:00
  • e4cc308d43 Merge pull request #69 from JCook21/master Jeremy Cook 2013-12-31 18:23:23 -08:00
  • 78271a9ed4 Added commands to cd into a castle and to open a shell and to open the default editor in the root of a given castle. Jeremy Cook 2013-12-28 22:12:47 -05:00
  • 8f67188c19 Added new tests for status and commit Jeremy Cook 2013-12-27 17:04:34 -05:00
  • c432b27c92 Added guard to project to run tests automatically. Jeremy Cook 2013-12-27 16:59:03 -05:00
  • 30a3bbb198 Merge pull request #67 from technicalpickles/reword-third-person-to-second-person Josh Nichols 2013-12-17 14:21:17 -08:00
  • e7f9358f96 Update jeweler's gemspec language too Josh Nichols 2013-12-17 17:18:51 -05:00
  • 750c7773ae Reword 'A person's home is their case' to 'Your home directory is your casetle' Josh Nichols 2013-12-17 17:16:54 -05:00
  • 900277f426 Merge pull request #64 from zacharyalexstern/master Trae Robrock 2013-12-01 16:38:57 -08:00
  • 208adeef6c Update README.markdown Zachary Alex Stern 2013-11-30 14:23:47 -08:00
  • 086828b12f Merge pull request #24 from thilko/master Thilko Richter 2013-11-25 11:26:29 -08:00
  • c73d556e6f Merge branch 'thilko' into destroy-castles Christian Bundy 2013-11-24 19:01:30 -08:00
  • 357e2f60f2 delete repo dir thilko 2013-11-23 22:05:07 +01:00
  • 243ba70b33 using rm_rf to avoid confirmations on delete thilko 2013-11-23 21:54:40 +01:00
  • 640da07089 call unlink before removing the castle repo thilko 2013-11-23 21:06:41 +01:00
  • 69c38774fe ask user before start destroying thilko 2013-11-23 21:01:53 +01:00
  • 44527850f6 destroy action implemented Thilko Richter 2012-09-06 07:38:54 +02:00
  • 8d96b2c31f Regenerate gemspec for version 0.9.7 Trae Robrock 2013-11-02 16:03:57 -07:00
  • 0019e8c61c Bump version Trae Robrock 2013-11-02 16:03:51 -07:00
  • 545f5fc3e9 Git clone now uses config push.default upstream bcd 2013-11-02 21:15:51 +01:00
  • 5108de20c3 Remove symlink shorthand note in README Chris Ball 2013-10-30 14:01:40 -04:00
  • 9656be1dde Regenerate gemspec for version 0.9.6 Trae Robrock 2013-10-18 07:18:15 -07:00