homesick 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog.markdown +10 -1
- data/homesick.gemspec +3 -3
- data/lib/homesick/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f68e5c045dae084eed64f4ddbcbb67bbc81a1bc8
|
|
4
|
+
data.tar.gz: 0e94e45fa015c99b0759156bd39a58934e82415c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e62d3a46c1eaf6ef94053ed3336af4656617de87b03661e8a282a0c7176a31145bf1fc3fbebba862142ce3a90c66b9b1d4353dca50cb4409f9c6e25040352f26
|
|
7
|
+
data.tar.gz: 48e4bd658281708fc575bfb0c98d39450f2fd76b02a4e4ac63de41e5b83acb2a44a5c4c5dc45302240af7b205b64b57e786ca26f0fbcdbad135db8dc6e0e487f
|
data/ChangeLog.markdown
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
#1.1.5
|
|
2
|
+
* Fixed problem with version number being incorrect.
|
|
3
|
+
|
|
4
|
+
#1.1.4
|
|
5
|
+
* Make sure symlink conflicts are explicitly communicated to a user and symlinks are not silently overwritten
|
|
6
|
+
* Use real paths of symlinks when linking a castle into home
|
|
7
|
+
* Fix a problem when in a diff when asking a user to resolve a conflict
|
|
8
|
+
* Some code refactoring and fixes
|
|
9
|
+
|
|
1
10
|
#1.1.3
|
|
2
|
-
* Allow a
|
|
11
|
+
* Allow a destination to be passed when cloning a castle
|
|
3
12
|
* Make sure `homesick edit` opens default editor in the root of the given castle
|
|
4
13
|
* Fixed bug when diffing edited files
|
|
5
14
|
* Fixed crashing bug when attempting to diff directories
|
data/homesick.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: homesick 1.1.
|
|
5
|
+
# stub: homesick 1.1.5 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "homesick".freeze
|
|
9
|
-
s.version = "1.1.
|
|
9
|
+
s.version = "1.1.5"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Joshua Nichols".freeze, "Yusuke Murata".freeze]
|
|
14
|
-
s.date = "2017-03-
|
|
14
|
+
s.date = "2017-03-23"
|
|
15
15
|
s.description = "\n Your home directory is your castle. Don't leave your dotfiles behind.\n \n\n Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into place with a single command. \n\n ".freeze
|
|
16
16
|
s.email = ["josh@technicalpickles.com".freeze, "info@muratayusuke.com".freeze]
|
|
17
17
|
s.executables = ["homesick".freeze]
|
data/lib/homesick/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: homesick
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua Nichols
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-03-
|
|
12
|
+
date: 2017-03-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|