nixenvironment 0.0.35 → 0.0.36

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca841603392fd86767fe446640c1a2c72a737969
4
- data.tar.gz: b786f4cea168e364c9c970479f3275250e8d5766
3
+ metadata.gz: e98b3a3f7f30c3f0f37fa263e66287b0a2d2bfe8
4
+ data.tar.gz: 0acf56a82418f507f9ef1df99479367338ad4a43
5
5
  SHA512:
6
- metadata.gz: 5c8cf208224e6145c8a92932e4375207ecc9d7f6a60012ae3186a11f4c2f0fd658031b3d7252d5665794d4f2f95a274f1b17a38dcfb150163c3909862750af93
7
- data.tar.gz: b5c3870e361ed5098bbcf766ded81aa747c14507dbc9ae66391bbf100ee94f2037f740bcdaae00427378d1d573b2121fde1ffebcc5705af168a53f5070741124
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 for xctest'
150
+ c.description = 'Generate code duplication report'
151
151
  c.action do |args, options|
152
152
  read_config_settings
153
153
  code_duplication_report
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.35'
2
+ VERSION = '0.0.36'
3
3
  end
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.35
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-01-28 00:00:00.000000000 Z
11
+ date: 2015-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler