diff --git a/gems/NET35/VERSION b/gems/NET35/VERSION new file mode 100644 index 0000000..953e4be --- /dev/null +++ b/gems/NET35/VERSION @@ -0,0 +1 @@ +1.0.68.0 \ No newline at end of file diff --git a/gems/NET35/naturalspec.gemspec b/gems/NET35/naturalspec.gemspec new file mode 100644 index 0000000..06f0d63 --- /dev/null +++ b/gems/NET35/naturalspec.gemspec @@ -0,0 +1,17 @@ +version = File.read(File.expand_path("../VERSION",__FILE__)).strip + +Gem::Specification.new do |spec| + spec.platform = Gem::Platform::RUBY + spec.name = 'naturalspec' + spec.version = version + spec.files = Dir['lib/**/*'] + Dir['docs/**/*'] + spec.add_dependency('nunit','= 2.5.5.10112') + + spec.summary = 'NaturalSpec is a .NET UnitTest framework which provides automatically testable specs in natural language.' + spec.description = "NaturalSpec is a .NET UnitTest framework which provides automatically testable specs in natural language. NaturalSpec is based on NUnit and completely written in F# - but you don't have to learn F# to use it." + + spec.authors = 'Steffen Forkmann' + spec.email = 'forkmann@gmx.de' + spec.homepage = 'http://github.com/forki/NaturalSpec' + spec.rubyforge_project = 'naturalspec' +end \ No newline at end of file