Skip to content

Commit

Permalink
Use a released gem instead of git master
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed Aug 28, 2017
1 parent 8fb1ecc commit 5d22406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in foreman_hyperv.gemspec
gemspec

gem 'fog-hyperv', github: 'ace13/fog-hyperv', branch: 'master'
# gem 'fog-hyperv', github: 'ace13/fog-hyperv', branch: 'master'
3 changes: 2 additions & 1 deletion foreman_hyperv.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# coding: utf-8

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'foreman_hyperv/version'
Expand All @@ -18,7 +19,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^test\/})
spec.require_paths = ['lib']

# spec.add_runtime_dependency 'fog-hyperv', '> 0'
spec.add_runtime_dependency 'fog-hyperv', '~> 0.0.1'

spec.add_development_dependency 'bundler', '~> 1.13'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 5d22406

Please sign in to comment.