diff --git a/fog-ovirt.gemspec b/fog-ovirt.gemspec index b55b805..455f4e6 100644 --- a/fog-ovirt.gemspec +++ b/fog-ovirt.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.license = "MIT" spec.files = Dir["{lib,spec}/**/*"] + - ["LICENSE.md", "Rakefile", "README.md", "CHANGELOG.md", "CONTRIBUTORS.md"] + ["LICENSE.md", "Rakefile", "README.md", "CONTRIBUTORS.md"] spec.require_paths = ["lib"] spec.required_ruby_version = ">= 2.0.0" diff --git a/lib/fog/ovirt/version.rb b/lib/fog/ovirt/version.rb index b6ee34f..0f7a478 100644 --- a/lib/fog/ovirt/version.rb +++ b/lib/fog/ovirt/version.rb @@ -1,5 +1,5 @@ module Fog module Ovirt - VERSION = "2.0.2".freeze + VERSION = "2.0.3".freeze end end