goggles 0.8.1 → 0.8.2

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: e61e68bb2b78aa55b3607849674bc6f7ce006886
4
- data.tar.gz: 3dcc0eb0879a31ea8ef091ac17b09f885a1da6b8
3
+ metadata.gz: 24f33bebed8e084b7b10246e8cb66edaf1f99538
4
+ data.tar.gz: 6d6f9c067e9ca3b22a2223ef48c1b77199870827
5
5
  SHA512:
6
- metadata.gz: 92db5b08f0b49d8aeb62dbe4e1d3444ff2a8fa5373cf5f8be4c7dcab7dba61386502b5225117328ef37e909fdd9cd7e09947165bf2ec0bf7a623c4a2944b6d10
7
- data.tar.gz: 6a925292f2733eca34d17dbf0aa8242fd777e0cb7a71a34e66e03bf5fc7c8526d9561ea6ab873f3ae65fbb3cf15c3908e3ebaccd0b1fc7f2e0f843e70587c797
6
+ metadata.gz: a6b72602d5cff5218ce00541f5aa034189bce018722be5ef4409d5d9712ce4eba439f1f4271f1eccc341ecea01e8909c74a95ff3d7649334bd0b4d99ee71b95b
7
+ data.tar.gz: a934d033c39a947d8be9195bbf954e8ea29561223fce493a39b28cc43be775f466d0aca99b2491a972c9cafb48da79163df18c75e9df3f53fbcf5a34ff384235
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v0.8.2 (Apr 10, 2015)
4
+ * Fix another typo in the gem description.
5
+
6
+ ## v0.8.1 (Apr 10, 2015)
7
+ * Fix typo in gem description.
8
+
3
9
  ## v0.8.0 (Apr 10, 2015)
4
10
  * Remove `swim` executable.
5
11
  * Remove YAML configuration.
data/README.md CHANGED
@@ -104,7 +104,7 @@ end
104
104
 
105
105
  ## Road to 1.0.0
106
106
 
107
- I've made a lot of changes recently and bumped the version up to 0.8.0. Check the [/CHANGELOG.md](changelog) for more information about those changes.
107
+ I've made a lot of changes recently and bumped the version up to 0.8.0. Check the [CHANGELOG](CHANGELOG.md) for more information about those changes.
108
108
 
109
109
  ### v0.9.0
110
110
 
@@ -146,4 +146,4 @@ Or install it yourself with:
146
146
  5. Create new Pull Request
147
147
 
148
148
  ## Questions, Comments, Concerns
149
- Find me on Twitter ([@jpdenen](http://twitter.com/jpdenen)) or write up an issue.
149
+ Find me on Twitter ([@jpdenen](http://twitter.com/jpdenen)) or write up an issue.
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Goggles::VERSION
9
9
  spec.authors = ["Johnson Denen"]
10
10
  spec.email = ["johnson.denen@gmail.com"]
11
- spec.summary = %q{Compare screenshots in different browers at different sizes}
12
- spec.description = %q{Compare screenshots in different browers at different sizes}
11
+ spec.summary = %q{Compare screenshots in different browsers at different sizes}
12
+ spec.description = %q{Compare screenshots in different browsers at different sizes}
13
13
  spec.homepage = "http://github.com/jdenen/goggles"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Goggles
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goggles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johnson Denen
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Compare screenshots in different browers at different sizes
83
+ description: Compare screenshots in different browsers at different sizes
84
84
  email:
85
85
  - johnson.denen@gmail.com
86
86
  executables: []
@@ -127,7 +127,7 @@ rubyforge_project:
127
127
  rubygems_version: 2.0.14
128
128
  signing_key:
129
129
  specification_version: 4
130
- summary: Compare screenshots in different browers at different sizes
130
+ summary: Compare screenshots in different browsers at different sizes
131
131
  test_files:
132
132
  - spec/goggles/comparison_spec.rb
133
133
  - spec/goggles/configuration_spec.rb