motion-juxtapose 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -1
- data/lib/juxtapose/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd249d5ecba5fae715900e7af59c5b64d4a5b47e
|
4
|
+
data.tar.gz: 847eae95ae9688471e852f9c34ad3f56d882b48e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/juxtapose/version.rb
CHANGED
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.
|
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-
|
13
|
+
date: 2015-07-27 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: sinatra
|