homesick 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb2bd11df7713034a974a80c3cf117c5a904e264
4
- data.tar.gz: b99aaf654148ab074a785b4f236948b916689450
3
+ metadata.gz: f68e5c045dae084eed64f4ddbcbb67bbc81a1bc8
4
+ data.tar.gz: 0e94e45fa015c99b0759156bd39a58934e82415c
5
5
  SHA512:
6
- metadata.gz: 44d3ff2c7e662c6d48196a51d31cc8e48499e50c2afe665782cf63b633edea814fa700925f7ae94a7e68e3be1d9c230a16d5cb547e352084cfddda3e05895590
7
- data.tar.gz: 169b1ac2040e3eb51b214505050a76e91cd9fe7e96a9734cbf021cf816834728a7b7d3681fb12ca52c00c00ce9e9aa5b4ae0cdb1017399840bac4e6a65fb5870
6
+ metadata.gz: e62d3a46c1eaf6ef94053ed3336af4656617de87b03661e8a282a0c7176a31145bf1fc3fbebba862142ce3a90c66b9b1d4353dca50cb4409f9c6e25040352f26
7
+ data.tar.gz: 48e4bd658281708fc575bfb0c98d39450f2fd76b02a4e4ac63de41e5b83acb2a44a5c4c5dc45302240af7b205b64b57e786ca26f0fbcdbad135db8dc6e0e487f
@@ -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 destinaton to be passed when cloning a castle
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
@@ -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.4 ruby lib
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.4"
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-22"
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]
@@ -5,7 +5,7 @@ module Homesick
5
5
  module Version
6
6
  MAJOR = 1
7
7
  MINOR = 1
8
- PATCH = 3
8
+ PATCH = 5
9
9
 
10
10
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
11
11
  end
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
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-22 00:00:00.000000000 Z
12
+ date: 2017-03-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor