mite-rb 0.5.3 → 0.5.4

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
- SHA1:
3
- metadata.gz: 9a364e42b20e1729d93db5dc2afa04031a73d549
4
- data.tar.gz: 30d8911c095ec2e69a22d7f5fb0ab18a8682a229
2
+ SHA256:
3
+ metadata.gz: be17b15a259803324f44a45fc7741932f40b1bffd806a34b800dcb3c1311ebc8
4
+ data.tar.gz: 6bd9c1904b6fb218e95ac40f56cebe675b62c37623594f2b9109f6dd6647be52
5
5
  SHA512:
6
- metadata.gz: 37e4c26fa50f63013dcb87f7e6653ed6dbf9145c530d2bb632e39bc02ab33c7100ef9893394892c0a5f842219c2528bb521d683aae6ee8c08014e7ad5a6ca833
7
- data.tar.gz: 92a973d1dc86ee42d1ccd878edf6ce18681e0e714e984ec0b783063e659a1f2f10e9ee1f1f761be73ed4ba322acd3356d7ca380b1164d42f4f66a0561e742286
6
+ metadata.gz: 67d06034a5d1e20488fc2108f566e242ce9162fa81e039ff6e7e941a9b2310dac16e9c06014b901fcd6f1efc3d46980a059a14e0a64006f328452694799f5661
7
+ data.tar.gz: fa7de37562aa80218f0b1b7c6005ebf52d54bbd5f3c27dd3c6ec699580fda47b54154d279661db0eed2a1605f64a08212701186d5764fc22dc0637ceb7f8057b
data/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## mite-rb Changelog
2
2
 
3
+ ### 0.5.4 / 2023-02-20
4
+
5
+ * Changed default API domain from *.mite.yo.lk to *.mite.de
6
+
3
7
  ### 0.5.3 / 2013-11-28
4
8
 
5
9
  * Fixed issue with error format returned from mite
@@ -88,4 +92,4 @@
88
92
 
89
93
  ### 0.0.1
90
94
 
91
- * Initial Version
95
+ * Initial Version
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## mite-rb
2
2
 
3
- The official ruby library for interacting with the [RESTful API](http://mite.yo.lk/en/api) of [mite](http://mite.yo.lk/en), a sleek time tracking webapp.
3
+ The official ruby library for interacting with the [RESTful API](http://mite.de/en/api) of [mite](http://mite.de/en), a sleek time tracking webapp.
4
4
 
5
5
  ## Install
6
6
 
@@ -12,13 +12,13 @@ mite-rb requires activeresource and activesupport in version 3.1 or above. If yo
12
12
 
13
13
  ## Documentation
14
14
 
15
- You should read the complete *mite*.api documentation at [http://mite.yo.lk/en/api](http://mite.yo.lk/en/api)
15
+ You should read the complete *mite*.api documentation at [http://mite.de/en/api](http://mite.de/en/api)
16
16
 
17
17
  ### Authenticate
18
18
 
19
19
  **IMPORTANT:** To use mite-rb you **must** enable the *mite*.api for your user within the webinterface of *mite*! It is disabled by default.
20
20
 
21
- The first thing you need to set is the account name. This is the same as the web address (subdomain) for your account. For example if you use *mite* from the domain *demo.mite.yo.lk* set the account to 'demo':
21
+ The first thing you need to set is the account name. This is the same as the web address (subdomain) for your account. For example if you use *mite* from the domain *demo.mite.de* set the account to 'demo':
22
22
 
23
23
  Mite.account = 'demo'
24
24
 
data/lib/mite/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mite
2
- VERSION = "0.5.3"
3
- end
2
+ VERSION = "0.5.4"
3
+ end
data/lib/mite-rb.rb CHANGED
@@ -73,7 +73,7 @@ module Mite
73
73
  end
74
74
 
75
75
  self.host_format = '%s://%s%s'
76
- self.domain_format = '%s.mite.yo.lk'
76
+ self.domain_format = '%s.mite.de'
77
77
  self.port = ''
78
78
  self.user_agent = "mite-rb/#{Mite::VERSION}"
79
79
 
data/mite-rb.gemspec CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
6
6
  s.name = "mite-rb"
7
7
  s.version = Mite::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
- s.authors = ["Sebastian Munz"]
10
- s.email = ["sebastian@yo.lk"]
9
+ s.authors = ["mite GmbH"]
10
+ s.email = []
11
11
  s.homepage = "https://github.com/yolk/mite-rb"
12
12
  s.summary = %q{The official ruby library for interacting with the RESTful mite.api.}
13
13
  s.description = %q{The official ruby library for interacting with the RESTful mite.api.}
metadata CHANGED
@@ -1,37 +1,36 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mite-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
- - Sebastian Munz
8
- autorequire:
7
+ - mite GmbH
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-28 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: activeresource
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.1.0
27
27
  description: The official ruby library for interacting with the RESTful mite.api.
28
- email:
29
- - sebastian@yo.lk
28
+ email: []
30
29
  executables: []
31
30
  extensions: []
32
31
  extra_rdoc_files: []
33
32
  files:
34
- - .gitignore
33
+ - ".gitignore"
35
34
  - CHANGES.md
36
35
  - Gemfile
37
36
  - LICENSE
@@ -54,24 +53,23 @@ files:
54
53
  homepage: https://github.com/yolk/mite-rb
55
54
  licenses: []
56
55
  metadata: {}
57
- post_install_message:
56
+ post_install_message:
58
57
  rdoc_options: []
59
58
  require_paths:
60
59
  - lib
61
60
  required_ruby_version: !ruby/object:Gem::Requirement
62
61
  requirements:
63
- - - '>='
62
+ - - ">="
64
63
  - !ruby/object:Gem::Version
65
64
  version: '0'
66
65
  required_rubygems_version: !ruby/object:Gem::Requirement
67
66
  requirements:
68
- - - '>='
67
+ - - ">="
69
68
  - !ruby/object:Gem::Version
70
69
  version: '0'
71
70
  requirements: []
72
- rubyforge_project: mite-rb
73
- rubygems_version: 2.0.3
74
- signing_key:
71
+ rubygems_version: 3.3.7
72
+ signing_key:
75
73
  specification_version: 4
76
74
  summary: The official ruby library for interacting with the RESTful mite.api.
77
75
  test_files: []