sucker_punch 1.3.0 → 1.3.1

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: f70cb95da88976f1d553fb0f59738234e405617e
4
- data.tar.gz: 8f201650b9af9288cdfc1d07888d9f768aa26154
3
+ metadata.gz: 5d9de138465f02847026b167d2487c45b8b4526f
4
+ data.tar.gz: 6fed4a828c817b3d892e6cf4b384d4dfe01f10cc
5
5
  SHA512:
6
- metadata.gz: ca78397b7ce5d1e6e10731c2574e15f9ba4f832cad5417bf5978702201234d55318cdcba59cc8a0026cfbfb34467548c6f904307718ed46bd30c721085c0515b
7
- data.tar.gz: b6c9665c64fb2534dcb56746322defd9b0007998ca35040b6e55ae1b134549b4fe553c2b0aeac2e27fe8ef8e12fd902eae99c74bd9a6a8d93997257db5dbc5af
6
+ metadata.gz: 93620bd35bb5ca8b0937c173b231133db823588d731968dfc14d9d3518b0a0e00b73ccfcfe0230c36e4b30297ec6df8ce17fb46c310bc800544e943707be2b28
7
+ data.tar.gz: 4db5088da9938ee2bbc41feb93caeb59d698c17289bb46cac60fe9706e753c93914cb37eb642466a1f7104c896bdbc329b5c55fdf63dd8457194bb3312f25d78
@@ -2,9 +2,16 @@ language: ruby
2
2
  rvm:
3
3
  - 1.9.3
4
4
  - jruby-19mode
5
- - rbx
5
+ - rbx-2
6
6
  - 2.0.0
7
+ - ruby-head
7
8
  matrix:
8
9
  allow_failures:
9
10
  - rvm: jruby-19mode
10
- - rvm: rbx
11
+ - rvm: rbx-2
12
+ global:
13
+ - BUNDLE_JOBS=4
14
+ before_install:
15
+ # Only use 1 job until Travis fixes the rbx --jobs issue.
16
+ - if [ "$TRAVIS_RUBY_VERSION" == "rbx-2" ] ; then export BUNDLE_JOBS=1 ; fi
17
+ install: bundle install --retry=3
data/CHANGES.md CHANGED
@@ -1,3 +1,8 @@
1
+ 1.3.1
2
+ --------
3
+
4
+ - Require `sucker_punch` before inline testing library to ensure changes stick
5
+
1
6
  1.3
2
7
  --------
3
8
 
@@ -1,3 +1,4 @@
1
+ require 'sucker_punch'
1
2
  require "celluloid/proxies/abstract_proxy"
2
3
  require "celluloid/proxies/sync_proxy"
3
4
  require "celluloid/proxies/actor_proxy"
@@ -1,3 +1,3 @@
1
1
  module SuckerPunch
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sucker_punch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Hilkert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-20 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec