Skip to content

Commit

Permalink
Bump version and update gemspec to push a new version with recent cha…
Browse files Browse the repository at this point in the history
…nges.
  • Loading branch information
kgautreaux committed Feb 15, 2014
1 parent e274e12 commit 0af79c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/pillboxr/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
module Pillboxr
VERSION = "0.8.2"
end
VERSION = "0.9.0"
end
6 changes: 3 additions & 3 deletions pillboxr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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
end

0 comments on commit 0af79c7

Please sign in to comment.