foreman_packages 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  class CreateForemanPackagesPackages < ActiveRecord::Migration
2
2
  def change
3
3
  create_table :foreman_packages_packages do |t|
4
- t.string :name
4
+ t.string :packagename
5
5
  t.string :ensure
6
6
  t.string :file_path
7
7
  t.string :file_ensure
@@ -1,3 +1,3 @@
1
1
  module ForemanPackages
2
- VERSION = '0.0.17'
2
+ VERSION = '0.0.18'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_packages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: