motion-juxtapose 0.3.1 → 0.3.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -1
  3. data/lib/juxtapose/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63ccd001cc58321d3e6a1f0f26b00aa5aaf61c15
4
- data.tar.gz: cf1665161b4fc35cba7dbf0911df67a85e01b081
3
+ metadata.gz: cd249d5ecba5fae715900e7af59c5b64d4a5b47e
4
+ data.tar.gz: 847eae95ae9688471e852f9c34ad3f56d882b48e
5
5
  SHA512:
6
- metadata.gz: 596df2d0cb510adff4ae4f32a0c064c6a6eb6223253e7f7b598fb6718f4097c3e713e99d0ceb0eb3d149e206c46c9dbaa6eba9e8c354e0612ad1d0450eaba928
7
- data.tar.gz: 710afe7ea4fdc765ef4a8f4f39e5d2ba68bfeb29bf097e706115e7d62d7b5f5c92840b287e15cd853bb733bb3da28291da4930c586c5b88619f6cb72ee75acfd
6
+ metadata.gz: 424976bf9c0b8dfefc11dd6659e103f6bdccbc832df0e4083c92fc4c83794e47bacd9d4eeed9f12984977f0c53f09ef9d611aeed84a5fdb0155ad4e25c664618
7
+ data.tar.gz: 862b0e10492ca110700156f41a7b5f450bed3e9488da6d2789a3b013c7b6ae9db4928ffdc83aa0d4e49b06439a8b1fd6a935d4c3c4e570d16040d0c54191d1f6
data/README.md CHANGED
@@ -153,15 +153,21 @@ To start it, run `bundle exec juxtapose` in the root of your project and browse
153
153
 
154
154
  ## Release Notes
155
155
 
156
+ #### v.0.3.2
157
+
158
+ * Fixes bug where rails projects could not use fuzz factor ([@squidpunch](http://github.com/squidpunch))
159
+
156
160
  #### v.0.3.1
157
- * Fixes bug where you could not test against non-portrait screenshots ([@ohammersmith](https://github.com/ohammersmith))
158
161
 
162
+ * Fixes bug where you could not test against non-portrait screenshots ([@ohammersmith](https://github.com/ohammersmith))
159
163
 
160
164
  #### v.0.3.0
165
+
161
166
  * Add Appium support ([@squidpunch](http://github.com/squidpunch))
162
167
  * Add support for 6/6+ screen sizes ([@squidpunch](http://github.com/squidpunch))
163
168
 
164
169
  #### v.0.2.0
170
+
165
171
  * Rails/rspec support
166
172
  * Fixes to work under newest version of ImageMagick
167
173
 
@@ -1,3 +1,3 @@
1
1
  module Juxtapose
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-juxtapose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Lind
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-06-04 00:00:00.000000000 Z
13
+ date: 2015-07-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sinatra