hound-tools 0.0.4 → 0.0.5

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: 8ec02dc7204a2c0153e37f49f0e1534f76dd212b
4
- data.tar.gz: 50aba4ae0fde54c3e91993359081b8ee63738352
3
+ metadata.gz: 2892de9398c85b1b9754111f531ce67e086496c3
4
+ data.tar.gz: 0e7c27725e01db2987b2f9b32598b006fefce106
5
5
  SHA512:
6
- metadata.gz: f4530b600664f69091719ecd2c8d96fe6bcb33d70904bba7fcc443abcdd278dbb20485886f8dd8df7602fb4fe425ab591e7dff0f9704ba2b88ac9e1a48d57280
7
- data.tar.gz: dc1c4bceb2f5f28c52dd44282dca0f4c07eaef0ff66b1330ba4bf0c16f0caaa14e00aa5aa28c8dd73b631e028a05b9d59c7b6a2a57f4297059ea4af8ca3d78ae
6
+ metadata.gz: c3182ca34f0829987a6b5ddf301c5107185a65524416e6ee6ac9454619aff36c0a1d36b1273b9c6e1c4c257e989c4b86c60452d638125dd202657ce55ce5a74f
7
+ data.tar.gz: 2369c536179526ca2fa89782dd7696e92503a9d699472f04c7749823b548f6c4258c0d9c31a1c37d7192d46c972cd968b3c4446723056e193b7b7b06393b29bd
data/README.md CHANGED
@@ -12,7 +12,7 @@ In your Gemfile:
12
12
 
13
13
  ```ruby
14
14
  group :development do
15
- gem 'hound-tools', '~> 0.0.3', require: false
15
+ gem 'hound-tools', '~> 0.0.4', require: false
16
16
  end
17
17
  ```
18
18
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['cezary@chronomantic.net']
11
11
  spec.summary = 'Tools for configuring and using HoundCI'
12
12
  spec.description = 'Matches your project config to give the same errors as HoundCi'
13
- spec.homepage = ''
13
+ spec.homepage = 'https://github.com/e2/hound-tools'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,5 +1,5 @@
1
1
  module Hound
2
2
  module Tools
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hound-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cezary Baginski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-09 00:00:00.000000000 Z
11
+ date: 2014-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -112,7 +112,7 @@ files:
112
112
  - spec/lib/hound/tools/rubocop_yml_spec.rb
113
113
  - spec/lib/hound/tools/template_spec.rb
114
114
  - spec/spec_helper.rb
115
- homepage: ''
115
+ homepage: https://github.com/e2/hound-tools
116
116
  licenses:
117
117
  - MIT
118
118
  metadata: {}