Skip to content

Commit

Permalink
merge tasks/setup-json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
npauzenga committed Jan 30, 2016
2 parents 493717a + 01bf254 commit 7e317cc
Show file tree
Hide file tree
Showing 10 changed files with 2,486 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ group :developemnt, :test do
gem "guard-rspec"
gem "factory_girl_rails", "~> 4.0"
gem "rspec_api_documentation"
gem "prmd"
gem "committee"
end

group :development do
Expand Down
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ GEM
rack-test (>= 0.5.4)
xpath (~> 2.0)
coderay (1.1.0)
committee (1.13.0)
json_schema (~> 0.6, >= 0.6.1)
rack (~> 1.5)
coveralls (0.8.9)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
Expand Down Expand Up @@ -101,6 +104,7 @@ GEM
i18n (0.7.0)
interactor (3.1.0)
json (1.8.3)
json_schema (0.11.0)
jwt (1.5.2)
knock (1.3.0)
bcrypt (~> 3.1)
Expand Down Expand Up @@ -130,6 +134,9 @@ GEM
ast (>= 1.1, < 3.0)
pg (0.18.4)
powerpack (0.1.1)
prmd (0.11.4)
erubis (~> 2.7)
json_schema (~> 0.3, >= 0.3.1)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -248,6 +255,7 @@ DEPENDENCIES
active_model_serializers
bcrypt (~> 3.1.7)
capybara
committee
coveralls
factory_girl_rails (~> 4.0)
faker
Expand All @@ -258,6 +266,7 @@ DEPENDENCIES
interactor
knock
pg
prmd
pry-byebug
pry-rails
puma
Expand Down
Loading

0 comments on commit 7e317cc

Please sign in to comment.