vendorificator 0.5.0 → 0.5.1
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 +8 -8
- data/CHANGELOG.md +4 -0
- data/lib/vendorificator/vendor/tool.rb +1 -1
- data/lib/vendorificator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZTE1OGVlNWQzNzgzOWExZWYzMDIzOWVkMDI4MDJhYWVjN2JjM2Y1NQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjJkYjE2OTM1MjYwMGZlNzI0MGNkMzRhMWRiYmY5ZDRmYWQyNDAyOA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YWY2OTYwYTdmYTRjMGVlNmZlNmVlNDYyZWE2YTg3M2Q0NDM3NTE2MjdmNzY5
|
|
10
|
+
N2Y2MDM2ZDhkYTUyNmVmNzlmNDk2NGYxZTA1YzZlOWE5MzQ3NGMxZjFlYjhk
|
|
11
|
+
ZmE2Njc0YmIxYjE4ZGJiZjk4YTU5ZGM4NDg4OTAzMmJlYThlM2Y=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZTYzZThiNWZmYzE3MTI1OGFlNTRkOTM0ODhjYzk4Nzc0YTMwODcwYTczYWJm
|
|
14
|
+
ODY3OTQ2MGQyZTY0N2YxMGQ2M2JjNDI3MTI5ODFlMjE1NDkzYjBlYmY1Y2Ey
|
|
15
|
+
YTFjN2FhNmViODYwZmVhYTJhZjFkNGUwOGIyZmZkNmE3YjliYjE=
|
data/CHANGELOG.md
CHANGED
|
@@ -16,7 +16,7 @@ module Vendorificator
|
|
|
16
16
|
def conjure!
|
|
17
17
|
Dir.chdir(git.git_work_tree) do
|
|
18
18
|
git.checkout(
|
|
19
|
-
environment.current_branch, '--', specs_in_repo, extras_in_repo
|
|
19
|
+
"origin/#{environment.current_branch}", '--', specs_in_repo, extras_in_repo
|
|
20
20
|
) unless specs_in_repo.empty? && extras_in_repo.empty?
|
|
21
21
|
git.rm({:cached => true}, extras_in_repo) unless extras_in_repo.empty?
|
|
22
22
|
system self.command or raise RuntimeError, "Command failed"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vendorificator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maciej Pasternacki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: escape
|