dogwatch 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop_todo.yml +3 -16
  3. data/example/Gemfile +4 -0
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a91c38e399d274bcd1f95c773984637668324f41
4
- data.tar.gz: 0dae98c1e78a66815796f26180a53771e403615a
3
+ metadata.gz: f8bfbcdfb0801515397ad4fab5704b91553df293
4
+ data.tar.gz: aebfc2813f248bd6c059433e45cf0e44aabb974f
5
5
  SHA512:
6
- metadata.gz: 537413c4eede19b5eba12e4d7553c2e4008d1324b7d915e3bc8e2e0f82230bdbea33f2bfc0aaabd7aa822d1b5035b5ef19a572d995122908d6568662e99a6a7b
7
- data.tar.gz: 334d62deef507cd68d3745f0f73073b46469c48c16623e33a10355b7ed1b655d6c266e4ccc5c9183f295cfea53e382ff74c452c3d315f14a316bd564d7d2f465
6
+ metadata.gz: 394be276eb74c9c143511fa8a18d9a72deb5b4a06cfebcfddb7ea0e63b2aa0d5a83fe471bfdcaa7f616d5feb551fedcecd185e19c8a797fae370253d9abee821
7
+ data.tar.gz: 02a830c39d3011a0ed3ac23a4e2977803b481161651d9883ec7ec838b4dae0d961e6b123d4dbe783b58267cb450878d1262cdec543946e1f3cd083da0a9ad2c9
@@ -1,25 +1,12 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2015-12-02 13:53:58 -0500 using RuboCop version 0.34.2.
3
+ # on 2015-12-11 13:32:10 -0500 using RuboCop version 0.35.1.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
7
7
  # versions of RuboCop, may require this file to be generated again.
8
8
 
9
- # Offense count: 2
9
+ # Offense count: 4
10
10
  # Configuration parameters: AllowURI, URISchemes.
11
11
  Metrics/LineLength:
12
- Max: 83
13
-
14
- # Offense count: 2
15
- # Cop supports --auto-correct.
16
- # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
17
- Style/RegexpLiteral:
18
- Exclude:
19
- - 'dogwatch.gemspec'
20
-
21
- # Offense count: 2
22
- # Cop supports --auto-correct.
23
- Style/RescueModifier:
24
- Exclude:
25
- - 'lib/dogwatch/version.rb'
12
+ Max: 90
@@ -0,0 +1,4 @@
1
+ # A sample Gemfile
2
+ source 'https://rubygems.org'
3
+
4
+ gem 'dogwatch'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dogwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Greene
@@ -58,6 +58,7 @@ files:
58
58
  - bin/dogwatch
59
59
  - dogwatch.gemspec
60
60
  - example/Dogfile
61
+ - example/Gemfile
61
62
  - example/credentials.example
62
63
  - lib/dogwatch.rb
63
64
  - lib/dogwatch/dogfile.rb