Skip to content

Commit

Permalink
added/fixed rubygems version to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcnulla committed Apr 10, 2016
1 parent db9a35e commit 22b1283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_baby.gemspec
Expand Up @@ -5,7 +5,7 @@ require 'rest_baby/version'

Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 1.9.3'
s.required_rubygems_version = '>= 1.6.0'
spec.required_rubygems_version = '>= 1.6.0'
spec.name = 'rest_baby'
spec.version = RestBaby::VERSION
spec.authors = ['Dave McNulla']
Expand Down

0 comments on commit 22b1283

Please sign in to comment.