Nicolas McCurdy
e42eff4e10
Refactor the ln_s method to decrease its cyclomatic complexity
2014-01-15 23:34:12 -05:00
Nicolas McCurdy
7e659f11fe
Fix some broken spec expectations and move/rename a method
2014-01-15 23:29:40 -05:00
Nicolas McCurdy
c667cefd4c
Refactor the clone method to decrease its cyclomatic complexity
2014-01-15 23:29:40 -05:00
Nicolas McCurdy
571c5799e9
Swap some if/else statements so the positive case is always first
2014-01-15 23:23:30 -05:00
Nicolas McCurdy
604a3b2a20
Add todo comments to the rubocop config
2014-01-15 23:23:30 -05:00
Nicolas McCurdy
7d36460851
Rename the todo config to .rubocop.yml, now that more rubocop issues are fixed
2014-01-15 23:23:30 -05:00
Nicolas McCurdy
8f634b9d07
Add brief documentation comments for Homesick and Homesick::Actions
2014-01-15 23:23:30 -05:00
Nicolas McCurdy
12244abb56
Fix a few more syntax-related rubocop issues manually
2014-01-15 23:23:29 -05:00
Nicolas McCurdy
fc2bbb1d6e
Fix several rubocop issues with "rubocop -a"
2014-01-15 23:23:29 -05:00
Nicolas McCurdy
f03e7670cf
Fix an issue reported by rubocop that wasn't ignored in the todo config
...
Issue text: Favor modifier if/unless usage when you have a single-line body.
2014-01-15 23:22:03 -05:00
Nicolas McCurdy
e202b7eae7
Add a rubocop todo-style config created by "--auto-gen-config" and inherit it
2014-01-15 23:22:03 -05:00
Jeremy Cook
db0f604faf
Regenerate gemspec for version 1.0.0
v1.0.0
2014-01-15 20:24:36 -05:00
Jeremy Cook
e5a6e43333
Preparing for 1.0.0 release.
2014-01-15 20:23:25 -05:00
Jeremy Cook
faa5f0b9ed
Merge pull request #79 from JCook21/Tests
...
Added tests for untested methods
2014-01-15 16:43:35 -08:00
Jeremy Cook
7c13727978
Merge branch 'master' into Tests
2014-01-15 19:41:06 -05:00
Jeremy Cook
2dba8b6496
Merge branch 'master' of github.com:technicalpickles/homesick
2014-01-15 19:38:29 -05:00
Jeremy Cook
2dadd4e064
Removed libnotify which seems to be causing build errors.
2014-01-15 19:38:02 -05:00
Jeremy Cook
a60ca62eba
Merge pull request #71 from thenickperson/master
...
Merging this one in following discussions on #80 .
2014-01-15 16:35:17 -08:00
Nicolas McCurdy
674ffb6bb2
Merge remote-tracking branch 'upstream/master'
2014-01-15 16:57:41 -05:00
Jeremy Cook
5fa0fc037c
Updated README for .homesickrc.
2014-01-10 09:36:09 -05:00
Nicolas McCurdy
8a537b8204
Add gem version, dependency status, and code quality badges to the readme
2014-01-10 09:36:09 -05:00
Jeremy Cook
6e25f13e06
Added libnotify Gem on *nix systems in case people want to use it for
...
Guard notifications.
2014-01-10 09:36:09 -05:00
Jeremy Cook
df8f6b1cb0
Added command to display current version of homesick.
2014-01-10 09:36:09 -05:00
Jeremy Cook
6050a9a7ac
Updated README for .homesickrc.
2014-01-09 22:38:47 -05:00
Jeremy Cook
0abd9436ad
Merge branch 'master' of github.com:technicalpickles/homesick
2014-01-09 22:34:36 -05:00
Jeremy Cook
af159f5b97
Added libnotify Gem on *nix systems in case people want to use it for
...
Guard notifications.
2014-01-09 17:45:05 -05:00
Josh Nichols
a657c5622e
Merge pull request #77 from thenickperson/readme-badges
...
Add gem version, dependency status, and code quality badges to the readme
2014-01-09 08:11:56 -08:00
Nicolas McCurdy
6f216cd916
Add gem version, dependency status, and code quality badges to the readme
2014-01-09 02:59:26 -05:00
Nicolas McCurdy
8bf1864335
Switch from the test-construct gem (deprecated) to test_construct
2014-01-09 02:49:52 -05:00
Nicolas McCurdy
8931739e97
Travis: Don't test on Ruby 1.8 (it's deprecated, and it breaks the build)
2014-01-09 02:49:52 -05:00
Jeremy Cook
ab46cf7b2f
Merge branch 'master' of github.com:technicalpickles/homesick into Tests
2014-01-06 21:47:17 -05:00
Jeremy Cook
d115714a9f
Merge branch 'master' of github.com:technicalpickles/homesick
2014-01-06 21:45:04 -05:00
Jeremy Cook
e787abd3f3
Merge pull request #78 from JCook21/Docs
...
Added docs for the rc command.
2014-01-06 18:43:06 -08:00
Jeremy Cook
1c0fe66944
Added docs for the rc command.
2014-01-06 21:42:24 -05:00
Jeremy Cook
148d18565f
Added tests for untested methods.
2014-01-06 21:24:24 -05:00
Jeremy Cook
264d586863
Updated tests to remove shell output from test results.
2014-01-06 21:24:24 -05:00
Jeremy Cook
76bee65475
Updated gems to use test_construct, removing warning message.
2014-01-06 21:24:24 -05:00
Jeremy Cook
8dac49548c
Added command to display current version of homesick.
2014-01-06 19:12:13 -05:00
Jeremy Cook
5c5d204d15
Removed notification settings from project so that user can set them in
...
~/.guard.rb instead.
2014-01-05 10:08:29 -05:00
Jeremy Cook
e1f85973c1
Added documentation for the new commands to the readme file.
v0.9.8
2014-01-02 10:03:24 -05:00
Jeremy Cook
3554806741
Updated gemspec file for homesick.
2013-12-31 21:50:17 -05:00
Jeremy Cook
e4cc308d43
Merge pull request #69 from JCook21/master
...
Added cd and open commands and tests for commit and status
2013-12-31 18:23:23 -08:00
Jeremy Cook
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.
2013-12-31 21:20:13 -05:00
Jeremy Cook
8f67188c19
Added new tests for status and commit
2013-12-31 21:18:14 -05:00
Jeremy Cook
c432b27c92
Added guard to project to run tests automatically.
2013-12-30 20:08:17 -05:00
Josh Nichols
30a3bbb198
Merge pull request #67 from technicalpickles/reword-third-person-to-second-person
...
Reword README's language from third person to second person
2013-12-17 14:21:17 -08:00
Josh Nichols
e7f9358f96
Update jeweler's gemspec language too
2013-12-17 17:18:51 -05:00
Josh Nichols
750c7773ae
Reword 'A person's home is their case' to 'Your home directory is your casetle'
2013-12-17 17:16:54 -05:00
Trae Robrock
900277f426
Merge pull request #64 from zacharyalexstern/master
...
Update README.markdown to remove gendered terms
2013-12-01 16:38:57 -08:00
Zachary Alex Stern
208adeef6c
Update README.markdown
...
Replaced gendered terms/pronouns.
This is a great project, and it can be even greater if it doesn't perpetuate the assumption-of-maleness that seems to pervade all tech spaces.
I do realize that "a man's home is his castle" is a saying, and not just arbitrary, but I counter that with the age old argument: But Still.
2013-11-30 14:23:47 -08:00