Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Jul 29, 2014
1 parent 13fc091 commit 98e9423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xspec.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.homepage = "http://github.com/xaviershay/xspec"

gem.executables = []
gem.required_ruby_version = '>= 1.9.0'
gem.required_ruby_version = '>= 2.1.0'
gem.files = Dir.glob("{spec,lib}/**/*.rb") + %w(
README.md
xspec.gemspec
Expand All @@ -22,6 +22,6 @@ Gem::Specification.new do |gem|
gem.bindir = "bin"
gem.executables << "xspec"
gem.license = "Apache 2.0"
gem.version = "0.0.1"
gem.version = "0.1.0"
gem.has_rdoc = false
end

0 comments on commit 98e9423

Please sign in to comment.