pliny 0.9.1 → 0.9.2

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: eb6f83c7b5d986610339642f0aa5ea69471dbc80
4
- data.tar.gz: 961db5cf37d94f149b0b1fce4fe4f05f0a715f84
3
+ metadata.gz: a9d9b4032d221fd192c9543c7d6dbdf579bfb3f5
4
+ data.tar.gz: e46817a2a562ea90a7e5ed1c4b2ff0ef7d960a4a
5
5
  SHA512:
6
- metadata.gz: 47578679bc614de3f1b6e99a22a53bd5cb5468d84c41b822c7c7036f60fac8cc5d8aa5b83109282f037b1cce1685359a751d6a17df17501c1a40a0ae7ff25107
7
- data.tar.gz: f2a0a12c64767f6c82d9a1430780238b882099407177f96f024d7972d6cac76f13e0cb9ed501b93c1ee46502c0aaa37683575cec8629813749dac01420fad68c
6
+ metadata.gz: 34f1a968b93ea42ca2aa2fd55a77b22b4ac0702d30bf6fb6a46d7cf6fcc80ffb7fd6e4f918c3b894ae9fd2f5b47468720150fcec35b96181e9705f01fc8db4e4
7
+ data.tar.gz: eed8724253d1a23c14b8ed0e7a12b9931a3b5d0353e9fcc8c5979173dc730363a7863af08810dd437cd56d44ca6d50d8d52748d8433cca6cc9c623eef9db4b52
@@ -67,8 +67,12 @@ module Pliny::Commands
67
67
  end
68
68
 
69
69
  def exec_patch
70
- # throw .orig and .rej files in /tmp, they're useless with source control
71
- exec "patch --prefix=/tmp/ --reject-file=/tmp/pliny-reject -p1 < #{patch_file}"
70
+ msg = [
71
+ "Pliny update applied. Please review the changes staged for",
72
+ "commit, and consider applying the diff in .rej files manually.",
73
+ "You can then remove these files with `git clean -f`.",
74
+ ].join("\n")
75
+ exec "git apply -v --reject #{patch_file}; echo '\n\n#{msg}'"
72
76
  end
73
77
 
74
78
  def display(msg)
data/lib/pliny/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pliny
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
@@ -1 +1 @@
1
- 2.2.1
1
+ 2.2.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pliny
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandur Leach
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-07-02 00:00:00.000000000 Z
12
+ date: 2015-07-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport