From 0af79c7263d024bb6abce14bbfd204820c38b16d Mon Sep 17 00:00:00 2001 From: Keith Gautreaux Date: Fri, 14 Feb 2014 22:53:46 -0800 Subject: [PATCH] Bump version and update gemspec to push a new version with recent changes. --- lib/pillboxr/version.rb | 4 ++-- pillboxr.gemspec | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/pillboxr/version.rb b/lib/pillboxr/version.rb index 886dab7..12c5375 100644 --- a/lib/pillboxr/version.rb +++ b/lib/pillboxr/version.rb @@ -1,4 +1,4 @@ # -*- encoding: utf-8 -*- module Pillboxr - VERSION = "0.8.2" -end \ No newline at end of file + VERSION = "0.9.0" +end diff --git a/pillboxr.gemspec b/pillboxr.gemspec index fdac61b..c5528ef 100644 --- a/pillboxr.gemspec +++ b/pillboxr.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.name = "pillboxr" s.version = Pillboxr::VERSION s.platform = Gem::Platform::RUBY - s.authors = ['Keith Gautreaux', 'David Hale', 'Darius Roberts'] + s.authors = ['Keith Gautreaux', 'David Hale', 'Darius Roberts', 'Mark Silverberg'] s.email = ['keith.gautreaux@gmail.com'] s.homepage = "http://rubygems.org/gems/pillboxr" s.summary = "Access the NLM Pillbox API using Ruby." @@ -25,11 +25,11 @@ END s.add_development_dependency "bundler", "~> 1.0.0" s.add_development_dependency 'webmock', '~>1.8.8' - s.add_development_dependency 'vcr', '~> 2.2.4' + s.add_development_dependency 'vcr', '~> 2.4.0' s.add_development_dependency 'yard', '~> 0.8.2.1' s.add_development_dependency 'redcarpet', '~> 2.1.1' s.files = `git ls-files`.split("\n").delete_if { |fn| fn.match(/active(_|)resource/) } s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' -end \ No newline at end of file +end