katello 3.3.0.rc1 → 3.3.0.rc1.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83aa0962c7ecb2acca38f0b99e6d3a4fccc8a0fc
4
- data.tar.gz: 265738c8590b218ed3eaf3e4fc11b271dc69b1a0
3
+ metadata.gz: 27da4eecf491c4840dd61deabbd4b3bb50b73966
4
+ data.tar.gz: 45131f798de1ce8b61ef5edf8c0925a3696e90d0
5
5
  SHA512:
6
- metadata.gz: de5e94136ff03c5896eed77576164ebf093468745543c781c3c5a6dc1534f56670e10586540d6e8267072045e4d8432e0493382d79d057cc21dcf1033828e50c
7
- data.tar.gz: 66c60ef5dc24b6bd9c9f926d8a932383c96b7f4727c0b9d198b76fb5567d736e5607116782a9751edfe5a38f5e0edd0fca39c8ca35bc23da9069f5808aa86483
6
+ metadata.gz: 9e4bb933214d3fbb655d65c60edb485b3f719663381dfaddeba4f6d955ffa96379f0ee185c343c64f20da59b57739da5f502e7f5e2c6dbd989485b0321a932b7
7
+ data.tar.gz: d0da59d96c218cc220d828ad70593ae9a6477d06ab6b33229c8301d71b51f652a40d0716f0711494d9e8c2ea1ef10cdffce9cd7994314f45b5b12d9ab9cfac2e
@@ -1,3 +1,3 @@
1
1
  module Katello
2
- VERSION = "3.3.0.rc1".freeze
2
+ VERSION = "3.3.0.rc1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0.rc1
4
+ version: 3.3.0.rc1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - N/A
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-01 00:00:00.000000000 Z
11
+ date: 2017-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -210,20 +210,20 @@ dependencies:
210
210
  requirements:
211
211
  - - ">="
212
212
  - !ruby/object:Gem::Version
213
- version: 3.4.2
213
+ version: 4.0.0
214
214
  - - "<"
215
215
  - !ruby/object:Gem::Version
216
- version: 4.0.0
216
+ version: 5.0.0
217
217
  type: :runtime
218
218
  prerelease: false
219
219
  version_requirements: !ruby/object:Gem::Requirement
220
220
  requirements:
221
221
  - - ">="
222
222
  - !ruby/object:Gem::Version
223
- version: 3.4.2
223
+ version: 4.0.0
224
224
  - - "<"
225
225
  - !ruby/object:Gem::Version
226
- version: 4.0.0
226
+ version: 5.0.0
227
227
  - !ruby/object:Gem::Dependency
228
228
  name: factory_girl_rails
229
229
  requirement: !ruby/object:Gem::Requirement
@@ -1856,7 +1856,6 @@ files:
1856
1856
  - engines/bastion_katello/app/assets/stylesheets/bastion_katello/subscriptions.scss
1857
1857
  - engines/bastion_katello/app/assets/stylesheets/bastion_katello/systems.scss
1858
1858
  - engines/bastion_katello/app/assets/stylesheets/bastion_katello/tasks.scss
1859
- - engines/bastion_katello/bastion_katello.gemspec
1860
1859
  - engines/bastion_katello/lib/bastion_katello.rb
1861
1860
  - engines/bastion_katello/lib/bastion_katello/engine.rb
1862
1861
  - engines/bastion_katello/lib/bastion_katello/version.rb
@@ -1,20 +0,0 @@
1
- $LOAD_PATH.push File.expand_path("../lib", __FILE__)
2
-
3
- # Maintain your gem's version:
4
- require "bastion_katello/version"
5
-
6
- # Describe your gem and declare its dependencies:
7
- Gem::Specification.new do |s|
8
- s.name = "bastion_katello"
9
- s.version = BastionKatello::VERSION
10
- s.authors = [""]
11
- s.email = [""]
12
- s.homepage = "http://www.katello.org"
13
- s.summary = "UI components for Katello."
14
- s.description = "UI components for Katello."
15
-
16
- s.files = Dir["{app,config,lib}/**/*"] + ["README"]
17
- s.test_files = Dir["test/**/*"]
18
-
19
- s.add_dependency "bastion", ">= 4.0.0", "< 5.0.0"
20
- end