Jeremy Cook
|
ee04b5788a
|
Removed the homesick shell module and folded its code in elsewhere.
|
2014-06-14 15:03:57 -04:00 |
|
Jeremy Cook
|
2e8d431ab5
|
Regenerate gemspec for version 1.1.1
v1.1.1
|
2014-05-21 20:56:20 -04:00 |
|
Jeremy Cook
|
3465c37c0e
|
Updated version to 1.1.1
|
2014-05-21 20:56:07 -04:00 |
|
Jeremy Cook
|
bf6894e313
|
Regenerate gemspec for version 1.1.0
|
2014-05-21 20:55:35 -04:00 |
|
Jeremy Cook
|
77e3f7f479
|
Merge pull request #116 from JCook21/master
Minimum Ruby Version
|
2014-05-21 20:54:15 -04:00 |
|
Jeremy Cook
|
753f5027b0
|
Added minimum ruby version to the gemspec.
|
2014-05-08 22:07:37 -04:00 |
|
Jeremy Cook
|
23c012a527
|
Regenerate gemspec for version 1.1.0
|
2014-04-28 20:48:43 -04:00 |
|
Jeremy Cook
|
895543641b
|
Added details of 1.1.0 release.
|
2014-04-28 20:45:52 -04:00 |
|
Jeremy Cook
|
72bfc5a2fd
|
Regenerate gemspec for version 1.1.0
v1.1.0
|
2014-04-28 19:20:20 -04:00 |
|
Jeremy Cook
|
f5054cf41d
|
Bumped version number.
|
2014-04-28 19:20:02 -04:00 |
|
Jeremy Cook
|
b60703d496
|
Bumped version number in preparation for a release.
|
2014-04-26 18:06:54 -04:00 |
|
Jeremy Cook
|
9a8788fb80
|
Removed uneeded config lines since the pretend and quiet options are set
in global config.
|
2014-04-26 18:04:34 -04:00 |
|
Jeremy Cook
|
1a44edcde1
|
Merge pull request #111 from JCook21/Pretend
Edits to keep code DRY
|
2014-04-26 17:45:08 -04:00 |
|
Nicolas McCurdy
|
383f2a9f32
|
Merge pull request #113 from JCook21/BugFix
Bug fix
|
2014-04-23 01:17:08 -04:00 |
|
Jeremy Cook
|
f55828f1d4
|
Fixing a bug that breaks the handling of collisions.
|
2014-04-22 20:54:05 -04:00 |
|
Jeremy Cook
|
d4f9633a0c
|
Added ability for methods to be overrode, through the pretend and quiet
options, skipping their default behaviour if so.
|
2014-04-22 19:43:40 -04:00 |
|
Jeremy Cook
|
b5138bcdd1
|
Merge pull request #110 from nicolasmccurdy/refactor
Refactor
|
2014-04-22 12:46:49 -04:00 |
|
Nicolas McCurdy
|
d9ee74bf14
|
Move GitActions and FileActions into a new Actions module
|
2014-04-16 20:54:26 -04:00 |
|
Nicolas McCurdy
|
2148697864
|
Separate Actions into two new modules: FileActions and GitActions
|
2014-04-16 18:05:02 -04:00 |
|
Nicolas McCurdy
|
1c3403064e
|
Don't refer to Homesick as a class
|
2014-04-16 17:57:00 -04:00 |
|
Nicolas McCurdy
|
03d87807e0
|
Use require instead of autoload (fix #108)
|
2014-04-16 17:48:36 -04:00 |
|
Nicolas McCurdy
|
f6c4e5e42e
|
Require Thor in Homesick::Shell
|
2014-04-16 17:29:17 -04:00 |
|
Nicolas McCurdy
|
705a416d74
|
Extract the CLI into a new Homesick::CLI class, while making Homesick a module
|
2014-04-16 17:20:05 -04:00 |
|
Nicolas McCurdy
|
41f3f9d374
|
Merge pull request #107 from JCook21/Utils
Small refactoring to keep main homesick class smaller.
|
2014-04-16 13:38:56 -04:00 |
|
Jeremy Cook
|
74cfd29272
|
Small refactoring to keep main homesick class smaller.
|
2014-04-15 22:20:12 -04:00 |
|
Jeremy Cook
|
9a3268b7c3
|
Merge pull request #100 from nicolasmccurdy/use-coveralls
Use coveralls
|
2014-04-15 21:15:46 -04:00 |
|
Nicolas McCurdy
|
70c1666606
|
Add a Gitter badge to the readme
|
2014-04-13 17:20:28 -04:00 |
|
Jeremy Cook
|
53ac09a5e9
|
Merge pull request #101 from nicolasmccurdy/use-libraries
Use stdlib methods to replace most non-git shell calls. Looks good.
|
2014-04-13 17:17:30 -04:00 |
|
Jeremy Cook
|
c790e34b39
|
Added documentation for the exec and exec_all commands.
|
2014-04-13 14:58:54 -04:00 |
|
Nicolas McCurdy
|
8428ad1c9c
|
Merge pull request #105 from JCook21/ExecCommands
Further work on exec command
|
2014-04-13 14:29:59 -04:00 |
|
Jeremy Cook
|
efea18327b
|
Added options for exec command and a new exec_all command.
|
2014-04-13 10:59:40 -04:00 |
|
Nicolas McCurdy
|
84fb1d1462
|
Replace a system call in the spec helper
|
2014-04-06 02:01:15 -04:00 |
|
Nicolas McCurdy
|
5dc7b5068d
|
Replace any system calls in lib that don't use git with calls to FileUtils
|
2014-04-06 02:01:15 -04:00 |
|
Nicolas McCurdy
|
ab603240e4
|
Merge pull request #97 from JCook21/exec
Added Exec command
|
2014-04-06 00:48:20 -04:00 |
|
Nicolas McCurdy
|
2e5c2ec018
|
Add coverage status to the readme
|
2014-04-05 23:44:27 -04:00 |
|
Nicolas McCurdy
|
349e75584f
|
Switch from simplecov to coveralls for code coverage (in the cloud!!!)
|
2014-04-05 23:27:29 -04:00 |
|
Jeremy Cook
|
bea3a0b680
|
Added exec command to homesick.
|
2014-04-05 09:21:16 -04:00 |
|
Jeremy Cook
|
8b6bf92e9a
|
Applied fixes that allow tests to pass again.
|
2014-04-05 09:18:56 -04:00 |
|
Nicolas McCurdy
|
133c3613e9
|
Merge pull request #96 from nicolasmccurdy/fix-simplecov
Fix simplecov
|
2014-04-05 00:47:31 -04:00 |
|
Nicolas McCurdy
|
ff2e5ee064
|
Merge pull request #95 from nicolasmccurdy/use-expect-syntax
Use expect syntax
|
2014-04-04 23:23:42 -04:00 |
|
Nicolas McCurdy
|
22aed48d4e
|
Set up simplecov (it was in the Gemfile before, but it wasn't actually used)
|
2014-04-04 15:11:31 -04:00 |
|
Nicolas McCurdy
|
4c7e45a1d5
|
Use simplecov instead of rcov for all Rubies, since we have dropped 1.8 anyway
|
2014-04-04 15:08:36 -04:00 |
|
Nicolas McCurdy
|
ca41ae7f85
|
Only allow RSpec's new "expect" syntax
|
2014-04-04 02:10:19 -04:00 |
|
Nicolas McCurdy
|
fa61e7b10e
|
Avoid using "should" in example descriptions
|
2014-04-04 01:53:23 -04:00 |
|
Nicolas McCurdy
|
8397dcacc5
|
Convert specs to RSpec 2.14.8 syntax with Transpec
This conversion is done by Transpec 1.10.4 with the following command:
transpec
* 39 conversions
from: obj.should
to: expect(obj).to
* 22 conversions
from: == expected
to: eq(expected)
* 18 conversions
from: obj.should_receive(:message)
to: expect(obj).to receive(:message)
* 13 conversions
from: obj.stub(:message)
to: allow(obj).to receive(:message)
* 11 conversions
from: obj.should_not
to: expect(obj).not_to
* 5 conversions
from: =~ /pattern/
to: match(/pattern/)
* 2 conversions
from: obj.should_not_receive(:message)
to: expect(obj).not_to receive(:message)
|
2014-04-04 01:37:44 -04:00 |
|
Jeremy Cook
|
3f2d343161
|
Merge pull request #93 from JCook21/master
Made tests less reliant on file paths
|
2014-03-16 10:44:57 -04:00 |
|
Jeremy Cook
|
d91628f811
|
Made tests more generic since file paths may be different on various
systems.
|
2014-03-08 17:26:07 -05:00 |
|
Jeremy Cook
|
94bff3aa9d
|
Small change to make symlink text a symbol in the map command.
|
2014-01-25 23:16:15 -05:00 |
|
Christian Bundy
|
7253bdd634
|
Merge pull request #82 from thenickperson/rubocop-fixes
Reduce Rubocop errors
|
2014-01-23 12:19:57 -08:00 |
|
Jeremy Cook
|
8c6a17404f
|
Merge pull request #83 from thenickperson/remove-duplicate-methods
Remove duplicate methods rm and rm_link
|
2014-01-22 04:14:27 -08:00 |
|