Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternacki committed Dec 11, 2013
2 parents 1eb1dbb + 303ced9 commit 370721a
Show file tree
Hide file tree
Showing 57 changed files with 21,656 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ spec/reports
test/tmp
test/version_tmp
tmp
*~

# YARD artifacts
.yardoc
_yardoc
doc/
/settings.rb
21 changes: 21 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
source 'https://rubygems.org'

gem "sinatra"
gem "erubis", "~> 2.7.0"
gem "ridley"
gem "tinyconfig", git: "https://github.com/3ofcoins/tinyconfig.git", branch: "develop"
gem "oj", platforms: :ruby # to be used by multijson
gem "jrjackson", platforms: :jruby # to be used by multijson
gem "puma"
gem "rubysl", "~> 2.0", platforms: :rbx
gem "racc", platforms: :rbx

group :development do
gem "capybara"
gem "chef-zero"
gem "cucumber"
gem "rack-test"
gem "wrong", "= 0.7.1"
gem "pry"
gem "rubysl-test-unit", "~> 2.0", platforms: :rbx
end
Loading

0 comments on commit 370721a

Please sign in to comment.