fossgit 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/lib/fossgit.rb +2 -2
  3. data/lib/fossgit/cli.rb +1 -1
  4. metadata +6 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3c99282d257c6859651f8f047352af6af3b5baaf
4
- data.tar.gz: 4f1054d869c6f7af44e259d9807b36cb52d8a9d4
2
+ SHA256:
3
+ metadata.gz: 18818769a77db453ed44fcaa69acb89e666ff498596553d2bf7a118d2a91a350
4
+ data.tar.gz: 76d7ea584d44590bf4ba3bdce854fa40896e6f6414e2fde76f26743bed43b316
5
5
  SHA512:
6
- metadata.gz: 881a6fd0ce1c6e9f0b4592269fbb3060e044a0aa3a8ddecca4d2b1a6e26a344e13e5e546eff10d926c41ec4e2b15a638c48284b02fab657dd082965d5e783656
7
- data.tar.gz: 7ed9257abb9763d7af0ab6895fc14e132376e335335cd51c17edfae43d09eb9474b8a1be00a7cf182c44baf4c8217f455c0759cc14daff45200b5d7b06e82205
6
+ metadata.gz: a1e83aed39084be285a4ff0c045c6516a2721c2211f62ce26b5dae5ed68ded776fa374dfc30277f03d53eca97c0355a91f272a8227979c8da7c3137cef369f3c
7
+ data.tar.gz: 0c3ad51586b0fc37e9b31d29c007826c54eb6d90fca8da872a0c5c09cb9b493a38a63cced9a0f87e507fddda3e904a4d4158da4c96071ee58a9c183543f7a7dc
data/lib/fossgit.rb CHANGED
@@ -15,7 +15,7 @@ class FossGit
15
15
  end
16
16
 
17
17
  def self.version
18
- '1.2.0'
18
+ '1.2.1'
19
19
  end
20
20
 
21
21
  def fossil_marks
@@ -37,7 +37,7 @@ class FossGit
37
37
  end
38
38
 
39
39
  def push_command gitremote
40
- "; git checkout trunk; git push #{gitremote} trunk"
40
+ "; git checkout trunk; git push --all #{gitremote}"
41
41
  end
42
42
 
43
43
  def git_command
data/lib/fossgit/cli.rb CHANGED
@@ -52,7 +52,7 @@ class CLI
52
52
  2. a Fossil repository with an open checkout to export
53
53
  3. a Git repository to use as a mirror
54
54
 
55
- USAGE: #{name} [-h | -v | -t]
55
+ USAGE: #{name} [-h | -v | [-c <CHECKOUT>] -t]
56
56
  #{name} [-c <CHECKOUT>] [-a | -r REMOTE | -l] [[-n] GITREPO]
57
57
 
58
58
  By default, when exporting to local Git repository GITREPO, #{name}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fossgit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Perrin
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-27 00:00:00.000000000 Z
11
+ date: 2019-07-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: " Maintain a presence in Git hosting for Fossil project mirrors.\n"
14
14
  email: code@apotheon.net
@@ -34,8 +34,7 @@ post_install_message: |2
34
34
  * Git (the world's most popular DVCS)
35
35
  * sed (standard on Unix-like systems)
36
36
 
37
- This update adds support for a full range of long options and for an option
38
- to create a new local Git mirror on the fly. Please report bugs at:
37
+ This update adds Git upstream push for all branches. Report bugs at:
39
38
 
40
39
  https://fossrec.com/u/apotheon/fossgit/index.cgi/reportlist
41
40
 
@@ -54,9 +53,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
53
  - !ruby/object:Gem::Version
55
54
  version: '0'
56
55
  requirements: []
57
- rubyforge_project:
58
- rubygems_version: 2.6.14.3
59
- signing_key:
56
+ rubygems_version: 3.2.3
57
+ signing_key:
60
58
  specification_version: 4
61
59
  summary: 'FossGit: Mirror Fossil to Git.'
62
60
  test_files: []