git-multirepo 1.0.0.beta76 → 1.0.0.beta77

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f0da274c43d3df1fb4960c410e35d70b27c5b9a0
4
- data.tar.gz: 34e1a93fa406c8a7712932972c73092f77bb6e11
2
+ SHA256:
3
+ metadata.gz: 91adc8d1ea3a64700628ec1d9cb04040593a6454b4841ecb9b3533db11844ecf
4
+ data.tar.gz: 21cb5c1d4233514bce14427fcefd4faf77369c153376ca3d4562ead9c1a3e44f
5
5
  SHA512:
6
- metadata.gz: 4a68410589c4eb0a3fb45fa4b317695c28854509917285f03ea65201f75e6f80f206dd5a8241ab385bfd62da87019c2dea1067f191ae1f4b4c9965b328dc182f
7
- data.tar.gz: 59d0c252b6644c19601f75a32c9497879f71159da2ba813c28500eb96bfcaa8bcf9196615c0f262ec6aa2a40b4f36696bb9039944238e5fd51fea407090acfc9
6
+ metadata.gz: 30bbd2c27a8fbd7b2b35dcbe0003dcc7865330ef5cf4064a0de0d9c8aad317be2c6480b518d2331df0588cb12daddf6b1855544159bd74c1be1450c577210a1e
7
+ data.tar.gz: 8ee203ef2ac82ef6f7d62ad3afc37c3bcbeeab2622ef6b41b21ad641d2e6b43325cf1f51bdf573cfe628efad416eddc1c70f6ca3049bbfc0ac4135db090f242f
@@ -2,6 +2,10 @@
2
2
 
3
3
  To install betas run `gem install git-multirepo --pre`
4
4
 
5
+ ## 1.0.0.beta77
6
+
7
+ - **Enhancement:** Fix post-merge tracking files update.
8
+
5
9
  ## 1.0.0.beta76
6
10
 
7
11
  - **Enhancement:** The update command now requires a commit message (if committing).
@@ -231,7 +231,7 @@ module MultiRepo
231
231
  return
232
232
  end
233
233
 
234
- update_command = UpdateCommand.new(CLAide::ARGV.new(["--commit", "--diff"]))
234
+ update_command = UpdateCommand.new(CLAide::ARGV.new(["--diff", "--commit", "[multirepo] Post-merge tracking files update"]))
235
235
  update_command.update_tracking_files_step(RepoSelection::MAIN)
236
236
  end
237
237
 
@@ -1,5 +1,5 @@
1
1
  module MultiRepo
2
2
  NAME = "git-multirepo"
3
- VERSION = "1.0.0.beta76"
3
+ VERSION = "1.0.0.beta77"
4
4
  DESCRIPTION = "Track multiple Git repositories side-by-side."
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-multirepo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta76
4
+ version: 1.0.0.beta77
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michaël Fortin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-20 00:00:00.000000000 Z
11
+ date: 2019-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -223,8 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  - !ruby/object:Gem::Version
224
224
  version: 1.3.1
225
225
  requirements: []
226
- rubyforge_project:
227
- rubygems_version: 2.5.2.3
226
+ rubygems_version: 3.0.3
228
227
  signing_key:
229
228
  specification_version: 4
230
229
  summary: Track multiple Git repositories side-by-side