but 0.1.3 → 0.1.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
2
  SHA256:
3
- metadata.gz: 7a401f4f83816e46b9a0a8dd97b84f4da1c1ef3141e20c750d902a98ca7050b5
4
- data.tar.gz: bf75f25a1d4f0eca838d60f7b7f21c1db3ad3e18f1398b3387d7b1d414b4e3a4
3
+ metadata.gz: 693e50dbd8f3e958a71eb3f0a187aa462e2182b1bddb4e83978f1bca5695ef0b
4
+ data.tar.gz: a1d7780e97e9e53b3a6fa07b266dc4ceac0cf7326fc2a1d5a5d24446cec3f6d6
5
5
  SHA512:
6
- metadata.gz: f6e61db7075302c71a5ac845aeb85433a75fbe44d90e785a81ebf0025ff80bde37e4436678f2a1d445d5438b73b1cc9905ff3222ae33de9683478e06337c3fa1
7
- data.tar.gz: 6b854b4002ec51e9577ab01e0cc0b05280dff03741e1add324d048cad06ce11cae2c036c073ee765c05896e51a622def90f44008f6177145711b63d67f409431
6
+ metadata.gz: 9371a46a799d1296bcb9bbc255d09805b72014e34bff7c1f296868506e185232d8dff3056429758d091fe5ba25ead003ffceccf9df3dbffb1b14377b31d06813
7
+ data.tar.gz: 2721547f469207c3f84a1aa64fca23a2b2ca7acf6ea9d3cdaf524ee1a0c4ae654fff911e81f604b99a3633a87ac0ffdd5e54205b63e52928c689b3dcf3ecd8ae
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- but (0.1.3)
4
+ but (0.1.4)
5
5
  colorize
6
6
  ruby-prof
7
7
  thor
data/README.md CHANGED
@@ -130,7 +130,7 @@ but command --profile MEMORY
130
130
 
131
131
  ### Contributing
132
132
 
133
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/but. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
133
+ Bug reports and pull requests are welcome on GitLab at https://git.computational.bio.uni-giessen.de/rmueller/bcf_user_tools. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
134
134
 
135
135
  ### License
136
136
 
@@ -138,5 +138,5 @@ The gem is available as open source under the terms of the [MIT License](https:/
138
138
 
139
139
  ### Code of Conduct
140
140
 
141
- Everyone interacting in the But project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/but/blob/master/CODE_OF_CONDUCT.md).
141
+ Everyone interacting in the But project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://git.computational.bio.uni-giessen.de/rmueller/bcf_user_tools/-/blob/master/CODE_OF_CONDUCT.md).
142
142
 
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["raphael.mueller@computational.bio.uni-giessen.de"]
10
10
  spec.homepage = 'https://git.computational.bio.uni-giessen.de/rmueller/bcf_user_tools'
11
11
  spec.license = "MIT"
12
+ spec.required_ruby_version = '>=2.6.0'
12
13
  spec.summary = "Tools, to help users to improve their experience with the BCF infrastructure."
13
14
  spec.description = "BCF admins have a hard live. Their user's don't keep their $HOMES and other working places clean. It appears that some users don't know that they use too much space in their home or don't clean used directories on cluster (or other) machines. This tools helps users find unused and unwanted directories, which could make BCF admins happier."
14
15
 
@@ -1,3 +1,3 @@
1
1
  module But
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: but
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raphael Müller
@@ -243,7 +243,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
243
243
  requirements:
244
244
  - - ">="
245
245
  - !ruby/object:Gem::Version
246
- version: '0'
246
+ version: 2.6.0
247
247
  required_rubygems_version: !ruby/object:Gem::Requirement
248
248
  requirements:
249
249
  - - ">="