dev 2.0.282 → 2.0.283

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: 0f23cb037c4c7f973d402a78e20338e631659982
4
- data.tar.gz: a53df799fc99b40f90ac077db10f30344821843f
3
+ metadata.gz: bc2be905c833c4328e2a0c366002e8bda3fc9bd8
4
+ data.tar.gz: 26c11370ee98a72c67759e57cd24ff78d1edcda2
5
5
  SHA512:
6
- metadata.gz: ce47e8cf16b5cd80c95a6586501b17d13b7bf30c97655939e88f2cbec952b5789f9d6e0c4a22bf1229bef55c6077386b675c68b1cfc8f3a0790a73b12aa906c8
7
- data.tar.gz: 75ba3499974d919b9e8c04410792785f37256b4ae549c2b730aa4e56fa295f5e2faa79b928abde15cf7553b3c68d42fbe6179235f851143b7978faf2f038475c
6
+ metadata.gz: 0afcd32fa7009cc3d019e77ecbf9bbb44eed885772190c418c23ef7a2e37ff8884c7ebba9fc0cc99cb9e0330b81c0eca63afdbe8e0a92acd45edc5c3e2bb19a3
7
+ data.tar.gz: f1844b2b5213fc0987cfa771c823fd0047d69f7b790c03458a4d1df80dffa4c58a974385137b6e15ba3d715d69f47fd4666f66a8d88f9483e025148b2cb100e1
data/lib/apps/nuget.rb CHANGED
@@ -5,7 +5,11 @@ class Nuget
5
5
  build_commands=nil
6
6
  if(File.exists?(nuspec_file))
7
7
  build_commands=Array.new if build_commands.nil?
8
- build_commands << "nuget pack #{nuspec_file}"
8
+ if(defined?(INCLUDE_REFERENCED_PROJECTS))
9
+ build_commands << "nuget pack #{nuspec_file} -IncludeReferencedProjects"
10
+ else
11
+ build_commands << "nuget pack #{nuspec_file}"
12
+ end
9
13
  end
10
14
  build_commands
11
15
  end
data/lib/tasks/test.rb CHANGED
@@ -50,6 +50,7 @@ class Test < Array
50
50
  if(defined?(NUNIT_CONSOLE))
51
51
  @@nunit_console = NUNIT_CONSOLE
52
52
  end
53
+ @@nunit_console = "C:\\Program Files (x86)\\NUnit.org\\nunit-console\\nunit3-console.exe" if(!File.exists?(@@nunit_console))
53
54
  @@nunit_console = "C:\\Program Files (x86)\\NUnit 2.6.4\\bin\\nunit-console.exe" if(!File.exists?(@@nunit_console))
54
55
  @@nunit_console = "C:\\Program Files (x86)\\NUnit 2.6.3\\bin\\nunit-console.exe" if(!File.exists?(@@nunit_console))
55
56
  end
@@ -65,6 +66,7 @@ class Test < Array
65
66
  if(defined?(NUNIT_CONSOLE_X86))
66
67
  @@nunit_console_x86 = NUNIT_CONSOLE_X86
67
68
  end
69
+ @@nunit_console_x86 = "C:\\Program Files (x86)\\NUnit.org\\nunit-console\\nunit3-console.exe" if(!File.exists?(@@nunit_console_x86))
68
70
  @@nunit_console_x86 = "C:\\Program Files (x86)\\NUnit 2.6.4\\bin\\nunit-console-x86.exe" if(!File.exists?(@@nunit_console_x86))
69
71
  @@nunit_console_x86 = "C:\\Program Files (x86)\\NUnit 2.6.3\\bin\\nunit-console-x86.exe" if(!File.exists?(@@nunit_console_x86))
70
72
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.282
4
+ version: 2.0.283
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-02 00:00:00.000000000 Z
11
+ date: 2015-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.4.5.1
128
+ rubygems_version: 2.4.5
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: dev