update .gitignore, version Gemfile.lock

This commit is contained in:
Josh Holtrop 2014-08-19 09:12:21 -04:00
parent 1bfb7dd100
commit 43e12819d7
2 changed files with 51 additions and 18 deletions

24
.gitignore vendored
View File

@ -1,18 +1,6 @@
*.gem
*.rbc
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
build_test_run
/.yardoc/
/_yardoc/
/coverage/
/doc/
/pkg/
/build_test_run/

45
Gemfile.lock Normal file
View File

@ -0,0 +1,45 @@
PATH
remote: .
specs:
rscons (1.6.0)
json (~> 1.0)
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.5)
docile (1.1.5)
json (1.8.1)
multi_json (1.10.1)
rake (10.3.2)
redcarpet (3.1.2)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.1)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.1)
rspec-support (~> 3.0.0)
rspec-support (3.0.0)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
yard (0.8.7.4)
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
rake
redcarpet
rscons!
rspec
simplecov
yard