Skip to content

Commit

Permalink
Fix: bump Pango to 3.1.8 for Mac issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jul 17, 2017
1 parent 83c71af commit 783922c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Chores:
Bugs:
* Fixed some deprecation warnings on `text`

## v0.13.4 / 2017-07-17

Bugs:
* Bumped Pango et al. to 3.1.8 to fix the Homebrew/Mac compatibility issue in Squib v0.13.3. Install should be clean on Macs now.

## v0.13.3 / 2017-07-15

Bugs:
Expand Down
2 changes: 1 addition & 1 deletion lib/squib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module Squib
# Most of the time this is in the alpha of the next release.
# e.g. v0.0.5a is on its way to becoming v0.0.5
#
VERSION = '0.13.3'
VERSION = '0.13.4a'
end
8 changes: 4 additions & 4 deletions squib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'cairo', '1.15.9'
spec.add_runtime_dependency 'gio2', '3.1.7'
spec.add_runtime_dependency 'gobject-introspection', '3.1.7'
spec.add_runtime_dependency 'gio2', '3.1.8'
spec.add_runtime_dependency 'gobject-introspection', '3.1.8'
spec.add_runtime_dependency 'mercenary', '0.3.6'
spec.add_runtime_dependency 'nokogiri', '1.8.0'
spec.add_runtime_dependency 'pango', '3.1.7'
spec.add_runtime_dependency 'rsvg2', '3.1.7'
spec.add_runtime_dependency 'pango', '3.1.8'
spec.add_runtime_dependency 'rsvg2', '3.1.8'
spec.add_runtime_dependency 'roo', '2.7.1'
spec.add_runtime_dependency 'ruby-progressbar', '1.8.1'

Expand Down

0 comments on commit 783922c

Please sign in to comment.