rake-dotnet 0.1.16 → 0.1.17

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.
data/History.txt CHANGED
@@ -1,4 +1,8 @@
1
- === 0.2.0 / 2009-10-12
1
+ === 0.1.17 / 2009-11-10
2
+
3
+ FIX: Typos :-(
4
+
5
+ === 0.1.16 / 2009-11-10
2
6
 
3
7
  BREAKING CHANGE: Moved all classes that were in the Rake module, into the RakeDotNet module. So, change your Rakefile from (eg)
4
8
 
data/Rakefile.rb CHANGED
@@ -6,7 +6,7 @@ require 'Pathname'
6
6
  require 'rake/clean'
7
7
 
8
8
  Hoe.spec 'rake-dotnet' do |p|
9
- p.version = '0.1.16'
9
+ p.version = '0.1.17'
10
10
  p.author = 'Peter Mounce'
11
11
  p.description = 'Making a .NET build-automation dev\'s life easier, one angle-bracket at a time'
12
12
  p.email = 'public@neverrunwithscissors.com'
@@ -70,7 +70,3 @@ file 'doc/examples.html' => [:examples_with_report]
70
70
 
71
71
  task :package => [:spec, :examples_with_rcov, :examples_with_report]
72
72
  task :release => [:examples_with_rcov, :examples_with_report]
73
-
74
- task :foo => generated_library do
75
- cp generated_library, File.join('..','..', 'onalytica', 'build', '3rdparty', 'rake')
76
- end
data/coverage/index.html CHANGED
@@ -148,7 +148,7 @@ table.report tr.dark {
148
148
  </script>
149
149
  </head>
150
150
  <body><h3>C0 code coverage information</h3>
151
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
151
+ <p>Generated on Tue Nov 10 16:51:31 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
152
152
  </p>
153
153
  <hr/>
154
154
  <table class='report'><thead><tr><td class='heading'>Name</td>
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:31 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:31 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -674,7 +674,7 @@ span.run100 {
674
674
  </span><span class="marked0"><a name="line74"></a>74 end
675
675
  </span><span class="inferred1"><a name="line75"></a>75
676
676
  </span><span class="marked0"><a name="line76"></a>76 def cmd
677
- </span><span class="marked1"><a name="line77"></a>77 return &quot;#{exe} #{db_object} #{direction} #{path} #{server} #{credentials} #{keep_identity_values} #{keep_null_values} #{wide_character_type} #{field_terminator} #{native_type}&quot;
677
+ </span><span class="marked1"><a name="line77"></a>77 return &quot;#{super} #{db_object} #{direction} #{path} #{server} #{credentials} #{keep_identity_values} #{keep_null_values} #{wide_character_type} #{field_terminator} #{native_type}&quot;
678
678
  </span><span class="marked0"><a name="line78"></a>78 end
679
679
  </span><span class="inferred1"><a name="line79"></a>79
680
680
  </span><span class="marked0"><a name="line80"></a>80 def revert_optionals
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:31 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:31 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -628,7 +628,7 @@ span.run100 {
628
628
  </span><span class="uncovered0"><a name="line28"></a> 28 directory @report_dir
629
629
  </span><span class="uncovered1"><a name="line29"></a> 29
630
630
  </span><span class="uncovered0"><a name="line30"></a> 30 file @name =&gt; [@report_dir] do |f|
631
- </span><span class="uncovered1"><a name="line31"></a> 31 runner = FxCop.new(@dll_list, @fxcop_options)
631
+ </span><span class="uncovered1"><a name="line31"></a> 31 runner = FxCopCmd.new(@dll_list, @fxcop_options)
632
632
  </span><span class="uncovered0"><a name="line32"></a> 32 runner.run
633
633
  </span><span class="uncovered1"><a name="line33"></a> 33 end
634
634
  </span><span class="uncovered0"><a name="line34"></a> 34
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:31 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:31 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:31 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:32 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:32 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:32 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:32 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -654,7 +654,7 @@ span.run100 {
654
654
  </span><span class="marked1"><a name="line54"></a>54 end
655
655
  </span><span class="inferred0"><a name="line55"></a>55
656
656
  </span><span class="marked1"><a name="line56"></a>56 def cmd
657
- </span><span class="marked0"><a name="line57"></a>57 return &quot;#{exe} #{server} #{credentials} #{database} #{input_file} #{query}&quot;
657
+ </span><span class="marked0"><a name="line57"></a>57 return &quot;#{super} #{server} #{credentials} #{database} #{input_file} #{query}&quot;
658
658
  </span><span class="marked1"><a name="line58"></a>58 end
659
659
  </span><span class="inferred0"><a name="line59"></a>59
660
660
  </span><span class="marked1"><a name="line60"></a>60 def run
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:32 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:32 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
@@ -553,7 +553,7 @@ span.run100 {
553
553
  </style>
554
554
  </head>
555
555
  <body><h3>C0 code coverage information</h3>
556
- <p>Generated on Mon Nov 09 13:47:38 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
556
+ <p>Generated on Tue Nov 10 16:51:32 +0000 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
557
557
  </p>
558
558
  <hr/>
559
559
  <pre><span class='marked0'>Code reported as executed by Ruby looks like this...
data/doc/examples.html CHANGED
@@ -474,7 +474,7 @@ a {
474
474
  <dd class="spec not_implemented"><span class="not_implemented_spec_name">should require a test_dll (PENDING: Not Yet Implemented)</span></dd>
475
475
  </dl>
476
476
  </div>
477
- <script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>0.064 seconds</strong>";</script>
477
+ <script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>0.09 seconds</strong>";</script>
478
478
  <script type="text/javascript">document.getElementById('totals').innerHTML = "75 examples, 0 failures, 45 pending";</script>
479
479
  </div>
480
480
  </div>
data/lib/rake_dotnet.rb CHANGED
@@ -208,7 +208,7 @@ class BcpCmd < Cli
208
208
  end
209
209
 
210
210
  def cmd
211
- return "#{exe} #{db_object} #{direction} #{path} #{server} #{credentials} #{keep_identity_values} #{keep_null_values} #{wide_character_type} #{field_terminator} #{native_type}"
211
+ return "#{super} #{db_object} #{direction} #{path} #{server} #{credentials} #{keep_identity_values} #{keep_null_values} #{wide_character_type} #{field_terminator} #{native_type}"
212
212
  end
213
213
 
214
214
  def revert_optionals
@@ -284,7 +284,7 @@ class SqlCmd < Cli
284
284
  end
285
285
 
286
286
  def cmd
287
- return "#{exe} #{server} #{credentials} #{database} #{input_file} #{query}"
287
+ return "#{super} #{server} #{credentials} #{database} #{input_file} #{query}"
288
288
  end
289
289
 
290
290
  def run
@@ -438,7 +438,7 @@ class FxCopTask < Rake::TaskLib
438
438
  directory @report_dir
439
439
 
440
440
  file @name => [@report_dir] do |f|
441
- runner = FxCop.new(@dll_list, @fxcop_options)
441
+ runner = FxCopCmd.new(@dll_list, @fxcop_options)
442
442
  runner.run
443
443
  end
444
444
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-dotnet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter MouncePeter Mounce
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-09 00:00:00 +00:00
12
+ date: 2009-11-10 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency