nixenvironment 0.0.35 → 0.0.36
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 +4 -4
- data/bin/nixenvironment +1 -1
- data/lib/nixenvironment/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e98b3a3f7f30c3f0f37fa263e66287b0a2d2bfe8
|
|
4
|
+
data.tar.gz: 0acf56a82418f507f9ef1df99479367338ad4a43
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab39baf5619b627a4147591d0a14d55846fdda764e673bce1eba7c5ac4e190d2367b6e116c3820679a6ba969460b49d1d75fc8347dbbabc9b39cb07e07e2b7f8
|
|
7
|
+
data.tar.gz: b4319df21e3bc529f0cc4de4dff8a9480b4d7dd16db5b874d97d5ecf4ac91551aa9ecbc793575472e3ef38034c1cb925bc48f8000cb83b39457d6101066f7ddd
|
data/bin/nixenvironment
CHANGED
|
@@ -147,7 +147,7 @@ end
|
|
|
147
147
|
|
|
148
148
|
command :code_duplication_report do |c|
|
|
149
149
|
c.syntax = 'nixenvironment code_duplication_report'
|
|
150
|
-
c.description = 'Generate code duplication report
|
|
150
|
+
c.description = 'Generate code duplication report'
|
|
151
151
|
c.action do |args, options|
|
|
152
152
|
read_config_settings
|
|
153
153
|
code_duplication_report
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nixenvironment
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.36
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karen Arzumanian
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|