sztupy-shaml 0.2.0 → 0.2.1

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/lib/shaml.rb CHANGED
@@ -180,8 +180,8 @@ else
180
180
  puts "Changed directory to #{Dir.pwd}"
181
181
  ENV["MONO_PATH"] = File.join(Dir.pwd,"bin")
182
182
  puts "Set MONO_PATH to #{ENV["MONO_PATH"]}"
183
- puts "Starting xsp2"
184
- system("xsp2")
183
+ puts "Starting xsp2 #{ARGV.join(" ")}"
184
+ system("xsp2 #{ARGV.join(" ")}")
185
185
  puts "Done..."
186
186
  end
187
187
  else
@@ -1,6 +1,5 @@
1
1
  using NUnit.Framework;
2
2
  using WebBase.Core;
3
- using NUnit.Framework.SyntaxHelpers;
4
3
  using Shaml.Testing;
5
4
 
6
5
  namespace Tests.Blog.Core
@@ -2,7 +2,6 @@ using System;
2
2
  using MvcContrib.TestHelper;
3
3
  using NUnit.Framework;
4
4
  using Rhino.Mocks;
5
- using NUnit.Framework.SyntaxHelpers;
6
5
  using Shaml.Core.PersistenceSupport;
7
6
  using Shaml.Testing;
8
7
  using System.Collections.Generic;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sztupy-shaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zsolt Sz. Sztupak