Skip to content

Commit

Permalink
Tidy up gemspec; add another svg test file; release gem 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Nesbitt committed Dec 21, 2014
1 parent 5153d57 commit ec7fc1d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/prawn/svg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Prawn
module Svg
VERSION = '0.16.0'
VERSION = '0.16.1'
end
end
8 changes: 4 additions & 4 deletions prawn-svg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec = Gem::Specification.new do |gem|
gem.name = 'prawn-svg'
gem.version = Prawn::Svg::VERSION
gem.summary = "SVG renderer for Prawn PDF library"
gem.description = "SVG renderer for Prawn PDF library"
gem.description = "This gem allows you to render SVG directly into a PDF using the 'prawn' gem. Since PDF is vector-based, you'll get nice scaled graphics if you use SVG instead of an image."
gem.has_rdoc = false
gem.author = "Roger Nesbitt"
gem.email = "roger@seriousorange.com"
Expand All @@ -18,7 +18,7 @@ spec = Gem::Specification.new do |gem|
gem.name = "prawn-svg"
gem.require_paths = ["lib"]

gem.add_dependency "prawn", ">= 0.8.4"
gem.add_development_dependency "rspec", "~> 2.14.1"
gem.add_development_dependency "rake"
gem.add_runtime_dependency "prawn", ">= 0.8.4", "< 2"
gem.add_development_dependency "rspec", "~> 2.14"
gem.add_development_dependency "rake", "~> 10.1"
end
13 changes: 13 additions & 0 deletions spec/sample_svg/display_none.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec7fc1d

Please sign in to comment.