hound_breeder 0.0.1 → 0.0.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: 9b0a069bc9d707f668ce5fa5f5c49ffcd6818722
4
- data.tar.gz: c35fd1f1ef2764a4b1472ea30449e656a3e19920
3
+ metadata.gz: 9c22558bdbac5f5200273ff76613b989a169d1bc
4
+ data.tar.gz: 30b512fc0da4e48af568fe0d4dbc877dba572eb0
5
5
  SHA512:
6
- metadata.gz: f40523e35d8395021ee83337d681cd95e760df910f2fafa64e7c7436993c9ab5ac118fe3fdeea01ea2f76bf412117f8231602341669777d2e5c767e1be88ce31
7
- data.tar.gz: f80e6b45936f6b496cd9e18f4dbff4783f31be24582ec8d80d6d5571b68abef0563aa43d56d0b98b88d5504ac9d61ab5cf64cedd39e06841dd41ed06304df9b7
6
+ metadata.gz: 7635791c602773082c053bca36e6b954933796d7bcdaa35e4ddccf4e95f9ddb845e85b3705e9b7f40a213c3c96e36443bb5b9d7c79658fe25c7a07b5eb3e68ba
7
+ data.tar.gz: 7ce488c27fcd9e3366992e1ba4b329c7a151f89af5ad558195394e4b24d401a09a5544604444eb1e0e69365a143a1b34abb7ce753be60fdc2e9d19d3ed99cfea
data/README.md CHANGED
@@ -1,12 +1,7 @@
1
1
  Hound Breeder
2
2
  ===================
3
3
 
4
- Hound for free rider.
5
-
6
- ### Hound
7
-
8
- https://github.com/thoughtbot/hound
9
-
4
+ This gem updates [Hound for OSS](https://github.com/thoughtbot/hound). Don't open purchase window.
10
5
 
11
6
  Installation
12
7
  =======
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.version = HoundBreeder::VERSION
9
9
  s.authors = ['Masahiro Saito']
10
10
  s.email = ['camelmasa@gmail.com']
11
- s.summary = 'hound for free rider'
12
- s.description = 'hound for free rider'
11
+ s.summary = "This gem updates Hound for OSS. Don't open purchase window"
12
+ s.description = "This gem updates Hound for OSS. Don't open purchase window"
13
13
  s.homepage = 'https://github.com/camelmasa/hound_breeder'
14
14
  s.license = 'MIT'
15
15
 
@@ -1,3 +1,3 @@
1
1
  module HoundBreeder
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hound_breeder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masahiro Saito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-12 00:00:00.000000000 Z
11
+ date: 2014-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: hound for free rider
41
+ description: This gem updates Hound for OSS. Don't open purchase window
42
42
  email:
43
43
  - camelmasa@gmail.com
44
44
  executables: []
@@ -46,7 +46,6 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - ".gitignore"
49
- - ".hound.yml"
50
49
  - Gemfile
51
50
  - MIT-LICENSE
52
51
  - README.md
@@ -80,6 +79,6 @@ rubyforge_project:
80
79
  rubygems_version: 2.2.2
81
80
  signing_key:
82
81
  specification_version: 4
83
- summary: hound for free rider
82
+ summary: This gem updates Hound for OSS. Don't open purchase window
84
83
  test_files: []
85
84
  has_rdoc:
data/.hound.yml DELETED
@@ -1,2 +0,0 @@
1
- Style/StringLiterals:
2
- EnforcedStyle: single_quotes