cezanne 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a53850bb8e0a79093c22bffb1a0b55eff1249895
4
- data.tar.gz: 68de3df5e23bdbd5f68c4e8194bb487eac8e0717
3
+ metadata.gz: ca325257d194a3a2644250b2bbd6f6fb454c4f42
4
+ data.tar.gz: 2adcdbc93ebbd175496163fd40dd393668df7492
5
5
  SHA512:
6
- metadata.gz: ffaf47c096276f3114db3531619b93c367e427e05d0314e9f522b36f614782462644e232c83631fe8c599c2cb097111642ab7d8a0f58114cdb328fa65e2e0b0b
7
- data.tar.gz: bd9c125d880f823c4087c9f3eba1ad8b2bb1cbb05eaf70bc779a9aad22077fd93f641702a08c346273bdbabda73ded311e6f1da4a86fb3e88ebc43a9b1248f8d
6
+ metadata.gz: 8f0493758daa6cd11a5a558295f6bd9083576eb271e643f53ef78ae1c0897915b089f512319113dbe89b4331953f0852a1511b04622fbe1af9fdf1b15987d8f9
7
+ data.tar.gz: 5a21fec3153a9ed2b33b128c0cdee6b943ed07841a85ad47100df0a3e45756ff144c6e12205fc06ce520b6d0807ac275161544cb4ef3ce9ee4e7b34b31e1bd39
data/cezanne.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Visual regression testing tool}
12
12
  spec.description = %q{Let Cezanne help you make sure your views look alright}
13
13
  spec.homepage = "https://github.com/BSkyB/cezanne"
14
- spec.license = "MIT"
14
+ spec.license = "BSD"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Cezanne
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cezanne
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sky Haiku
@@ -170,7 +170,7 @@ files:
170
170
  - spec/spec_helper.rb
171
171
  homepage: https://github.com/BSkyB/cezanne
172
172
  licenses:
173
- - MIT
173
+ - BSD
174
174
  metadata: {}
175
175
  post_install_message: Cezanne uses ImageMagick. Check with your package manager (using
176
176
  brew? $ brew install imagemagick)