Skip to content

Commit

Permalink
Specify Ruby version in the .gemspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk Pristavka committed Jan 19, 2015
1 parent 7ee9b60 commit 9ce94df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/voog/dtk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Voog
module Dtk
VERSION = '0.3.3'
VERSION = '0.3.4'
end
end
2 changes: 2 additions & 0 deletions voog-kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.bindir = 'bin'

spec.required_ruby_version = '>= 2.0.0'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
Expand Down

0 comments on commit 9ce94df

Please sign in to comment.