mite-backup 0.3.0 → 0.4.0

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
  SHA256:
3
- metadata.gz: a117790317b4837a4f8e2cd95226457a36b089494e74a39ae443fa0fc6f03cf3
4
- data.tar.gz: 278c4c22b657de5c21bbfab81c059d6d5beae1a9c2e5c15972142511456ff7c9
3
+ metadata.gz: 82dc410490760d47c7e783794c7af737c9343e84a98920bfab76144c80f18e70
4
+ data.tar.gz: 6d75fcd54eba20894b26276c58d413c6ca6936318e43e8a83cc09333567cf653
5
5
  SHA512:
6
- metadata.gz: a0ed983b6beb773b1e5bf1cf95fee71464c2b26a1248f44078b49fc43b8990b786ced405a5e9bfa884a19a10d78e453b5e1d7d946259738767a510e79d3c585a
7
- data.tar.gz: dafd207a7c3c4e29df78c69d74bc76c675bb23dd4c93b456b1bb7ad692ac2f15317d1e391e89fa15e75aa30e825bc19ae07c45a42bc270214400562969ff32e6
6
+ metadata.gz: 8307b404dcf3723854192b588a60af8fd41301e81a0775654a1d5414a04bc8a42be757885aa05607c15376349f9d5cb85b840f7f7296af095b5017a146549454
7
+ data.tar.gz: ea5ea690a83a0015f70260cf7a49e3a0d101a2b8c16b9d2debb96e272727f500ccc7acde7a9f87b9075c97e874016b57101fc30732d77633f93d7f6fbdc5c8e6
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
- # mite-backup
1
+ mite-backup
2
+ ===========
2
3
 
3
- Simple command-line tool for downloading a backup in XML of your [mite](http://mite.yo.lk/en).account.
4
+ [![Gem Version](https://badge.fury.io/rb/mite-backup.svg)](http://badge.fury.io/rb/mite-backup)
5
+
6
+ Simple command-line tool for downloading a backup in XML of your [mite](http://mite.de/en).account.
4
7
 
5
8
  ## Installation
6
9
 
@@ -16,10 +19,10 @@ This will output the backup file in XML to the prompt. You propably want to pipe
16
19
 
17
20
  For further instructions run
18
21
 
19
- mite-backup -h
22
+ mite-backup --help
20
23
 
21
24
  ## BlaBla
22
25
 
23
- Copyright (c) 2011-2012 [Yolk](http://yo.lk/) Sebastian Munz & Julia Soergel GbR
26
+ Copyright (c) 2011-2023 [mite GmbH](https://mite.de/en/)
24
27
 
25
- Beyond that, the implementation is licensed under the MIT License.
28
+ Beyond that, the implementation is licensed under the MIT License.
data/bin/mite-backup CHANGED
@@ -15,7 +15,7 @@ parser = OptionParser.new do |opts|
15
15
  opts.separator ""
16
16
  opts.separator "Options:"
17
17
 
18
- opts.on("-a", "--account ACCOUNT-SUBDOMAIN", "your mite account subdomain (without .mite.yo.lk)") do |account|
18
+ opts.on("-a", "--account ACCOUNT-SUBDOMAIN", "your mite account subdomain (without .mite.de)") do |account|
19
19
  @options["account"] = account
20
20
  end
21
21
 
@@ -1,3 +1,3 @@
1
1
  class MiteBackup
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
data/lib/mite-backup.rb CHANGED
@@ -112,7 +112,7 @@ class MiteBackup
112
112
  end
113
113
 
114
114
  def domain
115
- "https://#{@account}.mite.yo.lk/"
115
+ "https://#{@account}.mite.de/"
116
116
  end
117
117
 
118
118
  def failed(reason)
data/mite-backup.gemspec CHANGED
@@ -5,9 +5,9 @@ require "mite-backup/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "mite-backup"
7
7
  s.version = MiteBackup::VERSION
8
- s.authors = ["Sebastian"]
9
- s.email = ["sebastian@yo.lk"]
10
- s.homepage = "http://mite.yo.lk/en"
8
+ s.authors = ["mite GmbH"]
9
+ s.email = []
10
+ s.homepage = "http://mite.de/en"
11
11
  s.summary = %q{Download a backup of your mite.account from the command-line.}
12
12
  s.description = %q{Download a backup of your mite.account from the command-line.}
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mite-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
- - Sebastian
7
+ - mite GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-22 00:00:00.000000000 Z
11
+ date: 2023-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -25,8 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  description: Download a backup of your mite.account from the command-line.
28
- email:
29
- - sebastian@yo.lk
28
+ email: []
30
29
  executables:
31
30
  - mite-backup
32
31
  extensions: []
@@ -41,7 +40,7 @@ files:
41
40
  - lib/mite-backup.rb
42
41
  - lib/mite-backup/version.rb
43
42
  - mite-backup.gemspec
44
- homepage: http://mite.yo.lk/en
43
+ homepage: http://mite.de/en
45
44
  licenses: []
46
45
  metadata: {}
47
46
  post_install_message:
@@ -59,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
58
  - !ruby/object:Gem::Version
60
59
  version: '0'
61
60
  requirements: []
62
- rubygems_version: 3.0.3
61
+ rubygems_version: 3.3.7
63
62
  signing_key:
64
63
  specification_version: 4
65
64
  summary: Download a backup of your mite.account from the command-line.