bubble-wrap 1.6.0.rc1 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 601f1626c9a3a557c7120181febf1f2acf29ecd1
4
- data.tar.gz: 53ea079e1921fe8d05d3ec03f98f4496d19d2040
3
+ metadata.gz: f3cd8d9f0bebb81477fb04cb806c4e0313740981
4
+ data.tar.gz: 0a17047861a5287be10ae1c36de0cc3e7f785d41
5
5
  SHA512:
6
- metadata.gz: b95bf54c3049c7ba4e5bf97df0593195bd63588bc541beb40179f2ccac93eeb1fd33d99d0778facb8d7e20635775e21a32674509fd1bbbf51eb28b34513699d1
7
- data.tar.gz: 1ba1653a02a10eca8ff65529afe6d6afc0946fc4b4dbce45545afef2728334aaad163f5fb59fbf8cd8b4e7ca9db083377ff143b510ea6181318b3f8d908388a4
6
+ metadata.gz: 7f5a56f2fce145ababe84f93bc34f843cf7c88f8c334e7744e27f49af5e3fee3881acdde5ee0c28b315585655c2eaff22d4afbc1a6c70e3d4a3d527d5d492e07
7
+ data.tar.gz: fc0742d02c49b7c2cfc4cee067bc50f8be7c6387a0fb2f88b8659e467d0f706601b37e0cd618e83a6388b859f6af1163cc340cdb315ff0539f31ede799cf2390
data/.travis.yml CHANGED
@@ -1,6 +1,7 @@
1
1
  language: objective-c
2
2
  before_install:
3
3
  - (ruby --version)
4
+ - sudo chown -R travis ~/Library/RubyMotion
4
5
  - mkdir -p ~/Library/RubyMotion/build
5
6
  - sudo motion update
6
7
  script:
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bubble-wrap (1.6.0.rc1)
5
- bubble-wrap-http (= 1.6.0.rc1)
4
+ bubble-wrap (1.6.0)
5
+ bubble-wrap-http (= 1.6.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  bacon (1.1.0)
11
- bubble-wrap-http (1.6.0.rc1)
11
+ bubble-wrap-http (1.6.0)
12
12
  metaclass (0.0.1)
13
13
  mocha (0.11.4)
14
14
  metaclass (~> 0.0.1)
data/README.md CHANGED
@@ -6,7 +6,7 @@ A collection of (tested) helpers and wrappers used to wrap Cocoa Touch and AppKi
6
6
  [BubbleWrap mailing list](https://groups.google.com/forum/#!forum/bubblewrap)
7
7
 
8
8
  [![Code Climate](https://codeclimate.com/github/rubymotion/BubbleWrap.png)](https://codeclimate.com/github/rubymotion/BubbleWrap)
9
- [![Build Status](https://travis-ci.org/rubymotion/BubbleWrap.png?branch=master)](https://travis-ci.org/rubymotion/BubbleWrap)
9
+ [![Build Status](https://travis-ci.org/rubymotion/BubbleWrap.svg?branch=master)](https://travis-ci.org/rubymotion/BubbleWrap)
10
10
  [![Dependency Status](https://gemnasium.com/rubymotion/BubbleWrap.png)](https://gemnasium.com/rubymotion/BubbleWrap)
11
11
 
12
12
  ## Installation
@@ -1,4 +1,4 @@
1
1
  module BubbleWrap
2
- VERSION = '1.6.0.rc1' unless defined?(BubbleWrap::VERSION)
2
+ VERSION = '1.6.0' unless defined?(BubbleWrap::VERSION)
3
3
  MIN_MOTION_VERSION = '2.17'
4
4
  end
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.6.0.rc1
4
+ version: 1.6.0
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: 2014-04-16 00:00:00.000000000 Z
17
+ date: 2014-04-27 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: bubble-wrap-http
@@ -22,14 +22,14 @@ dependencies:
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 1.6.0.rc1
25
+ version: 1.6.0
26
26
  type: :runtime
27
27
  prerelease: false
28
28
  version_requirements: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 1.6.0.rc1
32
+ version: 1.6.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: mocha
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -385,9 +385,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
385
385
  version: '0'
386
386
  required_rubygems_version: !ruby/object:Gem::Requirement
387
387
  requirements:
388
- - - '>'
388
+ - - '>='
389
389
  - !ruby/object:Gem::Version
390
- version: 1.3.1
390
+ version: '0'
391
391
  requirements: []
392
392
  rubyforge_project:
393
393
  rubygems_version: 2.0.3