redhat_access 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b6e04a0fac36cf3b7f130b718ed5a767371e1f3
4
- data.tar.gz: 9257953cb4b15d16e03643a9b5d228d977b95bea
3
+ metadata.gz: 3e665f91ff91b6b80617e77c099a1cca352b84bb
4
+ data.tar.gz: 98ca4657b363e4d2ba28ce4ecf1a96744dc872a3
5
5
  SHA512:
6
- metadata.gz: a80a6141688ddab833f9609458c7c28afc385ea055a435632aab4edaaae1073eb938470da573b6eaa9d2ba8d832b0c7df6a512ab8b907af11b91005d0b360ccc
7
- data.tar.gz: 6d2ddfd613e3b4dcbfc3c037efb22e8f13c82112569fca1d954e528bd3722112c5631ccdba2808fdb8de3ec25d7a8c001c9203fe935d31e0c867ee88d47d6629
6
+ metadata.gz: eb9266d77c71f225b4da685b8662f793aa952e6009865cd64ea15a1bd7ed7f6007629b185634d63f9bcc5f8444bf120307e2d470b936201a735479a5a184586f
7
+ data.tar.gz: 11fe82edb8c764c0f15cb98a600f303912dbdbfa0d8e4ef21203596b9ce980bc0e223d46fab9b7086b5591afcd8f23a740a7fb539a3fc3ce4fed0acf42e0daaa
@@ -8,6 +8,6 @@ class CreateRedhatAccessTelemetryConfigurations < ActiveRecord::Migration[4.2]
8
8
 
9
9
  t.timestamps
10
10
  end
11
- add_index :redhat_access_telemetry_configurations, :organization_id
11
+ add_index :redhat_access_telemetry_configurations, :organization_id, :name => 'ratc_organization_id'
12
12
  end
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module RedhatAccess
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.authors = ["Lindani Phiri"]
11
11
  s.email = ["lphiri@redhat.com"]
12
12
  s.homepage = "http://www.lphiri.redhat.com"
13
+ s.license = 'GPLv3'
13
14
  s.summary = "Plugin to add Redhat Access to Foreman"
14
15
  s.description = "This plugin adds Red Hat Access knowledge base search, case management and diagnostics to Foreman"
15
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redhat_access
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindani Phiri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-28 00:00:00.000000000 Z
11
+ date: 2018-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redhat_access_lib
@@ -393,7 +393,8 @@ files:
393
393
  - vendor/assets/stylesheets/redhat_access/redhat_access_angular_ui.css
394
394
  - vendor/assets/stylesheets/telemetry/sat6.css
395
395
  homepage: http://www.lphiri.redhat.com
396
- licenses: []
396
+ licenses:
397
+ - GPLv3
397
398
  metadata: {}
398
399
  post_install_message:
399
400
  rdoc_options: []