Skip to content

Commit

Permalink
Updated gemspec for information correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcnulla committed Apr 10, 2016
1 parent 22b1283 commit 2e1dc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest_baby.gemspec
Expand Up @@ -6,6 +6,7 @@ require 'rest_baby/version'
Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 1.9.3'
spec.required_rubygems_version = '>= 1.6.0'

spec.name = 'rest_baby'
spec.version = RestBaby::VERSION
spec.authors = ['Dave McNulla']
Expand All @@ -16,8 +17,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.executables = spec.files.grep(/^bin/) { |f| File.basename(f) }
spec.test_files = spec.files.grep(/^(test|spec|features)/)
spec.test_files = spec.files.grep(/^(features)/)
spec.require_paths = ['lib']

spec.add_dependency 'nokogiri', '~> 1.6'
Expand Down

0 comments on commit 2e1dc8f

Please sign in to comment.