Skip to content

Commit

Permalink
BubbleWrap 1.5.0
Browse files Browse the repository at this point in the history
- Add `BubbleWrap.use_weak_callbacks=(true/false)`, to support `Proc#weak!`
- Add `Camera.popover_from` to show the photo picker on iPad
- Add `Camera.available?`
- Add `UIView#when_screen_edge_panned` gesture shortcut
- Allow #observe to default the first argument to `self` (to observe changes on the same object)
- Fix HTTP connections to run in common run loop modes
- Fix multipart HTTP connections to use `Content-Disposition: attachment`
  • Loading branch information
clayallsopp committed Mar 4, 2014
1 parent 76cd0a2 commit 5701428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bubble-wrap (1.5.0.rc1)
bubble-wrap (1.5.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/bubble-wrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module BubbleWrap
VERSION = '1.5.0.rc1' unless defined?(BubbleWrap::VERSION)
VERSION = '1.5.0' unless defined?(BubbleWrap::VERSION)
MIN_MOTION_VERSION = '2.17'
end

0 comments on commit 5701428

Please sign in to comment.