Skip to content

Commit

Permalink
First Gem version.
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Aug 4, 2010
1 parent 2b84d83 commit 0cb6d3f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions gems/NET35/VERSION
@@ -0,0 +1 @@
1.0.68.0
17 changes: 17 additions & 0 deletions 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

0 comments on commit 0cb6d3f

Please sign in to comment.