rugular 0.9.10 → 0.9.11

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: 675a31e66c6775ffc7582d027af3ef3b438678ab
4
- data.tar.gz: b7b26ab14bb55569b254d96a129624cd41bc4436
3
+ metadata.gz: 5d6e2a635b69123c08b807fbb437bed7fed08d3f
4
+ data.tar.gz: 7391f62fb550633909496a76e0f4d8749e7a271d
5
5
  SHA512:
6
- metadata.gz: 798f82d96a6ac463f53dcb755b12ae4aacecc3385c4e160c89805f23523a4d391c94bec697d0444bc4b5ecb0d123e5e1c2dd829a765154dc06fc126f5dd35f04
7
- data.tar.gz: 5f671b237ec9d7ae8c48d80d014aa9efb71ed9d589ee426d129266d8c0398304dd832456db01972a1bc0439f6835350b9a4173935572442fae4919b217f94c8a
6
+ metadata.gz: bd75480f84613f4fd02de24966493e94af7f3e228b95683ee33878b72879194afb8ec44cbdaff98c6041905a20650c0f3c6ef6229238b9ec44114564cce25c98
7
+ data.tar.gz: 4710c27c9ddf49fee7345fc426b28018b277f3f5340a8191212b76b16190197ed0dc47ff7bf4b14c5e165c7782ef3b0b2414203c6782a858d9c7451583658f71
@@ -12,8 +12,8 @@ module Rugular
12
12
 
13
13
  def check_for_rugular_directory
14
14
  ::Rugular::AppChecker.check_for_rugular_directory(
15
- task_name: name,
16
- root_directory: new.destination_root
15
+ task_name: self.class.name,
16
+ root_directory: destination_root
17
17
  )
18
18
  end
19
19
 
@@ -1,3 +1,3 @@
1
1
  module Rugular
2
- VERSION = '0.9.10'
2
+ VERSION = '0.9.11'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rugular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.10
4
+ version: 0.9.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Shook