hoe-rubocop 1.0.2 → 1.0.3

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: 72b1426d6d5a96c481d8afbb1d52bd0084c2f60b
4
- data.tar.gz: 80b19c22a5fd18430b9eff96ca718282276a23ee
3
+ metadata.gz: bd59291f7be3f063e83c4cf2866f830d3280f27f
4
+ data.tar.gz: 2bd304320f73428d2865de97c552784af3fcea8e
5
5
  SHA512:
6
- metadata.gz: fe03f483c0baad907e52f64fd9cce95f8c616d04442d2afc09aeec0f79dd621cd3650dca0c91ebcc6f2dc9140cc95a036d44641824caa730e35347195a83c80b
7
- data.tar.gz: b3c3117c384c5cb7a1e742b3bcf8f476798d5d8f324af5d7a352e479da840f732c81458b564bf2119110402f7a6625c3aa7c0630706d006d663be3b909c130f4
6
+ metadata.gz: 4b62b7d6183bd3c4e7c800b364cc7cf16f3699e746b4e352d1dd05ead3be26b8c6ad50cee08f262adac3bfe59740c47af9d77ba5ee2fae431da536da4d0d04ca
7
+ data.tar.gz: d81bf0ad87258f931b9a74f761c02edfbd1f87e489cb28d492d1fd8c4e30d9c8144df145ff586d586d8c3bcce6324fdd258e415504110faa781bdbcc5b1f53ad
checksums.yaml.gz.sig CHANGED
Binary file
data/History.rdoc CHANGED
@@ -1,3 +1,9 @@
1
+ === 1.0.3 / 2015-12-11
2
+
3
+ * 1 minor enhancement
4
+
5
+ * fixed typo in define_rubocop_tasks
6
+
1
7
  === 1.0.2 / 2015-12-11
2
8
 
3
9
  * 1 minor enhancement
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
data/lib/hoe/rubocop.rb CHANGED
@@ -11,7 +11,7 @@ require 'fileutils'
11
11
 
12
12
  # Main module for hoe-rubocop
13
13
  module Hoe::Rubocop
14
- VERSION = '1.0.2'
14
+ VERSION = '1.0.3'
15
15
 
16
16
  attr_accessor :rubocop
17
17
 
@@ -22,7 +22,7 @@ module Hoe::Rubocop
22
22
 
23
23
  # Define the Rubocop Rake task
24
24
  def define_rubocop_tasks
25
- FileUItils.rm_rf('pkg') if File.exist?('pkg')
25
+ FileUtils.rm_rf('pkg') if File.exist?('pkg')
26
26
  RuboCop::RakeTask.new(:rubocop)
27
27
  end
28
28
  end
data/recipes/recipe.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # Recipe class
2
2
  class HoeMannsRubyGem < FPM::Cookery::RubyGemRecipe
3
3
  name 'hoe-rubocop'
4
- version '1.0.1'
4
+ version '1.0.3'
5
5
  maintainer 'Sascha Manns <samannsml@directbox.com>'
6
6
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-rubocop
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
  - Sascha Manns
metadata.gz.sig CHANGED
Binary file