artifactory-cleaner 1.0.1 → 1.0.2

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: d7b5624923b29edae4369ff89c41976b4e27cc56f8df06bff3b3f5e9080456ed
4
- data.tar.gz: 0dff8f3f9727b62772dfefd37f22ff38dbb6a2fff49649c50e8094cf90fefa82
3
+ metadata.gz: 541fd19379c858f33d5064a815d2d55726c6730cc85b94574f2fd69faf546bca
4
+ data.tar.gz: ea08f9bb5705bc3af3947055b685bbdb64f3e7181224ca49ab5808672a227f38
5
5
  SHA512:
6
- metadata.gz: 9a37fc6118a554568a30631cfc512bfeedaa192ae9623beb7e5e59031c10e6530df0e4e2ec67951a3e31a8189f8e55d9e7e6f1d1333fb489941d883b7b55ff40
7
- data.tar.gz: c9312df05439d586e4d3a9fe4bbbbe0f7c46b477eee08b42a55ac58d164fdc6dd6b375b1be83fefc92814e0f216460f33a5e7b1b7bdcad76a781ab1ae06d4fd6
6
+ metadata.gz: 2fd947505b5268e836f45e0b77b92c8c3895d5ac8b37e6bcf4c5003743b3a5ffaee1ee96244ef1f3fcc663f072fc467aea787eca041911d32533bfb4f1485665
7
+ data.tar.gz: 0eeeb11cd818caba24d9b9488d8f2353ebeafdf18c6044e0c73a756d2d9678a93366f4f83333e806beb92d448250d28db31b948f2deed7fb0f7a84558065b871
data/LICENSE ADDED
@@ -0,0 +1,8 @@
1
+ Copyright 2020 Pinnacle 21. All Righs Reserved.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8
+
@@ -6,7 +6,5 @@
6
6
  # Artifactory::Cleaner::CLI class; all the work is done there
7
7
  # @see Artifactory::Cleaner::CLI
8
8
 
9
- require 'bundler/setup'
10
9
  require 'artifactory/cleaner'
11
-
12
10
  Artifactory::Cleaner::CLI.start(ARGV)
@@ -2,6 +2,6 @@ module Artifactory
2
2
  module Cleaner
3
3
  ##
4
4
  # Version number of the Artifactory::Cleaner gem
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artifactory-cleaner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Gitlin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-09 00:00:00.000000000 Z
11
+ date: 2020-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -121,6 +121,7 @@ files:
121
121
  - ".travis.yml"
122
122
  - CODE_OF_CONDUCT.md
123
123
  - Gemfile
124
+ - LICENSE
124
125
  - README.md
125
126
  - Rakefile
126
127
  - artifactory-cleaner.gemspec