bubble-wrap 1.9.3 → 1.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b69c5e01b7a0e85d3784964e7ecd53ba158a943c
4
- data.tar.gz: ea92963d4e5f74e29705b36947492839e690d84d
3
+ metadata.gz: 55543ba0f5b55afef6fc67deaf4e659f7a1bb4fc
4
+ data.tar.gz: 32ad23cd8a2c2457fff8e0fce2f4784777877704
5
5
  SHA512:
6
- metadata.gz: d519134a062ae37dcd15a9cda8fa9c1d5b86a1ee8eea624eb5778095e22615c214d12125b85673c817259265faaffcaeb47055a06b49ed9c9a6d5fd79ceb92b1
7
- data.tar.gz: cb849504c7a1c4e4b8115af6ff3d94cabfe84b346bb49c377cd4286f67b25879c8d0309af8090ff874b6f46905d5e00c616158954cb7a2fbf379a4885a2fb0d2
6
+ metadata.gz: cfe1ec8ac6208f5cd7df24906846a2b22118515f244dd6c2eada3b4ed75bd9d1fb9991866babb05b672d849631ad4d0b7566cd5ddda9f11196c844e3a3b535f4
7
+ data.tar.gz: fc779a9111a53c49c3984dc174b3b0f16db54b9e047654b7c5063f91b6ba1bdf8375538d79643da46e30c8c73c461ca89befadec5f825dc84ecac5803063df1d
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bubble-wrap (1.9.3)
4
+ bubble-wrap (1.9.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,4 +1,4 @@
1
1
  module BubbleWrap
2
- VERSION = '1.9.3' unless defined?(BubbleWrap::VERSION)
2
+ VERSION = '1.9.4' unless defined?(BubbleWrap::VERSION)
3
3
  MIN_MOTION_VERSION = '3.12'
4
4
  end
@@ -42,7 +42,7 @@ module BubbleWrap
42
42
  end
43
43
 
44
44
  def simulator?
45
- @simulator_state ||= !(NSBundle.mainBundle.bundlePath.start_with? '/var/').nil?
45
+ @simulator_state ||= !NSBundle.mainBundle.bundlePath.start_with?('/var/')
46
46
  end
47
47
 
48
48
  # Returns the IOS SDK version currently running (i.e. "5.1" or "6.0" etc)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bubble-wrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.3
4
+ version: 1.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Aimonetti
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2015-10-05 00:00:00.000000000 Z
17
+ date: 2015-10-07 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: mocha