This commit is contained in:
Konstantin Haase 2011-08-17 22:24:24 +02:00
Родитель db47408f99
Коммит 064e6cbbd4
2 изменённых файлов: 26 добавлений и 0 удалений

1
Gemfile Normal file
Просмотреть файл

@ -0,0 +1 @@
gemspec

25
Gemfile.lock Normal file
Просмотреть файл

@ -0,0 +1,25 @@
PATH
remote: .
specs:
yard-sinatra (1.0.0)
yard (~> 0.7)
GEM
specs:
diff-lcs (1.1.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
yard (0.7.2)
PLATFORMS
ruby
DEPENDENCIES
rspec (~> 2.6)
yard-sinatra!