mogilefs-client 3.12.1 → 3.12.2

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
2
  SHA256:
3
- metadata.gz: e3fb35ce08d9bb5dc5a55406afc8d379af124f76c6daa31484245c120cf5e472
4
- data.tar.gz: f26d71a24306b86c313dbf37dbe845bbb88372d7fb2eca19d4070e4224d19e4e
3
+ metadata.gz: 60d8b8f7de1b0f1e10318760c26c353fff1bdb0fca03358f466894e759d9df60
4
+ data.tar.gz: 679626bb3e314e4fda4c6e8e1e7cfc95b83e6c5682e7501e623fa8265c99d71f
5
5
  SHA512:
6
- metadata.gz: c4334d9b915b9462905e7a8fef26d4f6599d4edcf89453d8a2cce5a1bd38a3665fcd4e63d6165d2137693917b61ade75d61558bfc049873e75898dee9898a37b
7
- data.tar.gz: 043d4c8fe722db1cc9047862ea8e327727c78fdfa2e9106ab793fc88619e34438c18cafece23d2d46a712069638a118ae9d9dc87ae92858b031d39acf7f547d5
6
+ metadata.gz: 6d46b6071b2ef2de14b2b74642f3cd2b7c70a92a6cc3af8d26557ce86c67653c3da9c4462a05bc3fe9acd1c0adb4f5197996968f175bb10e1b440e4c33a6cdb0
7
+ data.tar.gz: 9d8bf83d2aa889bcfc9200463eb5357623867d3c050b3225c396aa35a67d0e8ad0cc1ce4e4de323ddccb2eae6f3025f9a3ea23fb52fa1ccaf59a19dce84e82c3
@@ -1,8 +1,14 @@
1
1
  ---
2
- cgit_url: https://bogomips.org/mogilefs-client.git
3
- git_url: https://bogomips.org/mogilefs-client.git
4
- rdoc_url: https://bogomips.org/mogilefs-client/
2
+ cgit_url: https://yhbt.net/mogilefs-client.git
3
+ rdoc_url: https://yhbt.net/mogilefs-client/
5
4
  changelog_start: v1.2.1
6
- public_email: mogilefs-client-public@bogomips.org
7
- nntp_url: nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby
8
- ml_url: https://bogomips.org/mogilefs-client-public/
5
+ public_email: mogilefs-client-public@yhbt.net
6
+ nntp_url:
7
+ - nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby
8
+ - nntp://ou63pmih66umazou.onion/inbox.comp.file-systems.mogilefs.ruby
9
+ ml_url:
10
+ - https://yhbt.net/mogilefs-client-public/
11
+ - http://ou63pmih66umazou.onion/mogilefs-client-public/
12
+ source_code:
13
+ - git clone https://yhbt.net/mogilefs-client.git
14
+ - torsocks git clone http://ou63pmih66umazou.onion/mogilefs-client.git
@@ -2,7 +2,7 @@
2
2
  CONSTANT = "MogileFS::VERSION"
3
3
  RVF = "lib/mogilefs/version.rb"
4
4
  GVF = "GIT-VERSION-FILE"
5
- DEF_VER = "v3.12.1"
5
+ DEF_VER = "v3.12.2"
6
6
  vn = DEF_VER
7
7
 
8
8
  # First see if there is a version file (included in release tarballs),
@@ -1,5 +1,5 @@
1
1
  all::
2
- RSYNC_DEST := bogomips.org:/srv/bogomips/mogilefs-client
2
+ RSYNC_DEST := yhbt.net:/srv/yhbt/mogilefs-client
3
3
  rfpackage := mogilefs-client
4
4
  pkg_extra += lib/mogilefs/version.rb
5
5
 
data/HACKING CHANGED
@@ -1,14 +1,14 @@
1
1
  = Hacking mogilefs-client for Ruby
2
2
 
3
3
  * The latest code is available via git:
4
- - https://bogomips.org/mogilefs-client.git
4
+ - https://yhbt.net/mogilefs-client.git
5
5
  - git://repo.or.cz/ruby-mogilefs-client
6
6
 
7
7
  * Follow conventions set in existing code, don't add hard runtime
8
8
  dependencies outside of the standard Ruby library.
9
9
 
10
10
  * Do not hesitate to send plain-text(-only) email to the public list
11
- at mailto:mogilefs-client-public@bogomips.org about anything not covered
11
+ at mailto:mogilefs-client-public@yhbt.net about anything not covered
12
12
  in the documentation or mailing list archives. General MogileFS
13
13
  topics can go on the the mailing list at mailto:mogile@googlegroups.com
14
14
 
data/README CHANGED
@@ -8,14 +8,14 @@ write and delete files in a MogileFS instance.
8
8
 
9
9
  == Links
10
10
 
11
- rdoc :: https://bogomips.org/mogilefs-client
11
+ rdoc :: https://yhbt.net/mogilefs-client
12
12
  mogilefs :: git clone https://github.com/mogilefs/MogileFS-Server
13
- list :: mailto:mogilefs-client-public@bogomips.org
13
+ list :: mailto:mogilefs-client-public@yhbt.net
14
14
  list-cc :: mailto:mogile@googlegroups.com
15
- list-archive :: https://bogomips.org/mogilefs-client-public
16
- repo :: https://bogomips.org/mogilefs-client.git
15
+ list-archive :: https://yhbt.net/mogilefs-client-public
16
+ repo :: https://yhbt.net/mogilefs-client.git
17
17
  gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git
18
- download :: https://bogomips.org/mogilefs-client/files/
18
+ download :: https://yhbt.net/mogilefs-client/files/
19
19
 
20
20
  == Install
21
21
 
@@ -40,12 +40,12 @@ requests) are greatly appreciated and handled via email to a public
40
40
  inbox. HTML email is considered spam and discarded. No subscription
41
41
  is required or available to post:
42
42
 
43
- mogilefs-client-public@bogomips.org
43
+ mogilefs-client-public@yhbt.net
44
44
 
45
45
  Users of anonymous remailers and other anonymity tools are welcome.
46
46
  Participants will never be asked to reveal their identity.
47
47
 
48
- List archives: https://bogomips.org/mogilefs-client-public/
48
+ List archives: https://yhbt.net/mogilefs-client-public/
49
49
 
50
50
  We may also piggy-back onto the public MogileFS mailing list at
51
51
  mogile@googlegroups.com for feedback (subscription required,
@@ -14,8 +14,8 @@
14
14
  This library allows any Ruby application to read, write and delete
15
15
  files in a MogileFS instance.
16
16
  EOF
17
- s.email = 'mogilefs-client-public@bogomips.org'
17
+ s.email = 'mogilefs-client-public@yhbt.net'
18
18
  s.files = manifest
19
- s.homepage = 'https://bogomips.org/mogilefs-client/'
19
+ s.homepage = 'https://yhbt.net/mogilefs-client/'
20
20
  s.license = 'BSD-3-Clause'
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mogilefs-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.1
4
+ version: 3.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - mogilefs-client hackers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-11 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  A MogileFS client library for Ruby. MogileFS is an open source
@@ -16,7 +16,7 @@ description: |
16
16
  https://github.com/mogilefs/MogileFS-Server/wiki for more details.
17
17
  This library allows any Ruby application to read, write and delete
18
18
  files in a MogileFS instance.
19
- email: mogilefs-client-public@bogomips.org
19
+ email: mogilefs-client-public@yhbt.net
20
20
  executables:
21
21
  - mog
22
22
  extensions: []
@@ -95,7 +95,7 @@ files:
95
95
  - test/test_mysql.rb
96
96
  - test/test_nhp_compat.rb
97
97
  - test/test_pool.rb
98
- homepage: https://bogomips.org/mogilefs-client/
98
+ homepage: https://yhbt.net/mogilefs-client/
99
99
  licenses:
100
100
  - BSD-3-Clause
101
101
  metadata: {}