Remove dependency on tent-apidoc
This commit is contained in:
parent
101f7f49d1
commit
e8ac6de51f
5 changed files with 334 additions and 135 deletions
116
Gemfile.lock
116
Gemfile.lock
|
@ -14,128 +14,21 @@ GIT
|
|||
tent-schemas (0.0.1)
|
||||
json-schema
|
||||
|
||||
GIT
|
||||
remote: git@github.com:tent/tent-apidoc.git
|
||||
revision: 748c297e05c8e6978c80d6bde7f713d7e05e2439
|
||||
branch: master
|
||||
specs:
|
||||
tent-apidoc (0.1.0)
|
||||
fabrication
|
||||
faker
|
||||
rack-test
|
||||
tent-client
|
||||
tentd
|
||||
|
||||
GIT
|
||||
remote: git@github.com:tent/tent-client-ruby.git
|
||||
revision: 8e2755dae78a1ae991eb288085e2f00b1d6a0c75
|
||||
branch: master
|
||||
specs:
|
||||
tent-client (0.0.1)
|
||||
faraday (= 0.8.4)
|
||||
faraday_middleware (= 0.8.8)
|
||||
json
|
||||
nokogiri
|
||||
|
||||
GIT
|
||||
remote: git@github.com:tent/tentd.git
|
||||
revision: 2c2f3108e2c78a07a0d7b30ca3d14a642d3df29d
|
||||
branch: master
|
||||
specs:
|
||||
tentd (0.0.1)
|
||||
data_mapper (~> 1.2.0)
|
||||
dm-ar-finders (~> 1.2.0)
|
||||
dm-constraints (~> 1.2.0)
|
||||
dm-postgres-adapter (~> 1.2.0)
|
||||
girl_friday (~> 0.10)
|
||||
hashie
|
||||
rack-mount (~> 0.8.3)
|
||||
tent-client
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
addressable (2.2.8)
|
||||
adsf (1.1.1)
|
||||
rack (>= 1.0.0)
|
||||
bcrypt-ruby (3.0.1)
|
||||
blankslate (2.1.2.4)
|
||||
builder (3.1.1)
|
||||
clogger (1.1.0)
|
||||
rack (> 0.9)
|
||||
colored (1.2)
|
||||
connection_pool (0.9.2)
|
||||
cri (2.3.0)
|
||||
colored (>= 1.2)
|
||||
data_mapper (1.2.0)
|
||||
dm-aggregates (~> 1.2.0)
|
||||
dm-constraints (~> 1.2.0)
|
||||
dm-core (~> 1.2.0)
|
||||
dm-migrations (~> 1.2.0)
|
||||
dm-serializer (~> 1.2.0)
|
||||
dm-timestamps (~> 1.2.0)
|
||||
dm-transactions (~> 1.2.0)
|
||||
dm-types (~> 1.2.0)
|
||||
dm-validations (~> 1.2.0)
|
||||
data_objects (0.10.8)
|
||||
addressable (~> 2.1)
|
||||
dm-aggregates (1.2.0)
|
||||
dm-core (~> 1.2.0)
|
||||
dm-ar-finders (1.2.0)
|
||||
dm-core (~> 1.2.0)
|
||||
dm-constraints (1.2.0)
|
||||
dm-core (~> 1.2.0)
|
||||
dm-core (1.2.0)
|
||||
addressable (~> 2.2.6)
|
||||
dm-do-adapter (1.2.0)
|
||||
data_objects (~> 0.10.6)
|
||||
dm-core (~> 1.2.0)
|
||||
dm-migrations (1.2.0)
|
||||
dm-core (~> 1.2.0)
|
||||
dm-postgres-adapter (1.2.0)
|
||||
dm-do-adapter (~> 1.2.0)
|
||||
do_postgres (~> 0.10.6)
|
||||
dm-serializer (1.2.2)
|
||||
dm-core (~> 1.2.0)
|
||||
fastercsv (~> 1.5)
|
||||
json (~> 1.6)
|
||||
json_pure (~> 1.6)
|
||||
multi_json (~> 1.0)
|
||||
dm-timestamps (1.2.0)
|
||||
dm-core (~> 1.2.0)
|
||||
dm-transactions (1.2.0)
|
||||
dm-core (~> 1.2.0)
|
||||
dm-types (1.2.2)
|
||||
bcrypt-ruby (~> 3.0)
|
||||
dm-core (~> 1.2.0)
|
||||
fastercsv (~> 1.5)
|
||||
json (~> 1.6)
|
||||
multi_json (~> 1.0)
|
||||
stringex (~> 1.4)
|
||||
uuidtools (~> 2.1)
|
||||
dm-validations (1.2.0)
|
||||
dm-core (~> 1.2.0)
|
||||
do_postgres (0.10.8)
|
||||
data_objects (= 0.10.8)
|
||||
fabrication (2.2.3)
|
||||
faker (1.0.1)
|
||||
i18n (~> 0.4)
|
||||
faraday (0.8.4)
|
||||
multipart-post (~> 1.1)
|
||||
faraday_middleware (0.8.8)
|
||||
faraday (>= 0.7.4, < 0.9)
|
||||
fastercsv (1.5.5)
|
||||
ffi (1.0.11)
|
||||
girl_friday (0.10.0)
|
||||
connection_pool (~> 0.9.0)
|
||||
hashie (1.2.0)
|
||||
i18n (0.6.1)
|
||||
json (1.7.5)
|
||||
json-schema (1.0.9)
|
||||
json_pure (1.7.5)
|
||||
mime-types (1.19)
|
||||
multi_json (1.3.6)
|
||||
multipart-post (1.1.5)
|
||||
nanoc (3.4.0)
|
||||
cri (~> 2.2)
|
||||
nanoc-cachebuster (0.3.1)
|
||||
|
@ -144,11 +37,7 @@ GEM
|
|||
puma (1.6.3)
|
||||
rack (~> 1.2)
|
||||
rack (1.4.1)
|
||||
rack-mount (0.8.3)
|
||||
rack (>= 1.0.0)
|
||||
rack-rewrite (1.2.1)
|
||||
rack-test (0.6.1)
|
||||
rack (>= 1.0)
|
||||
rainpress (1.0)
|
||||
redcarpet (2.1.1)
|
||||
rubypython (0.6.2)
|
||||
|
@ -157,10 +46,8 @@ GEM
|
|||
slim (1.3.0)
|
||||
temple (~> 0.4.1)
|
||||
tilt (~> 1.3.3)
|
||||
stringex (1.4.0)
|
||||
temple (0.4.1)
|
||||
tilt (1.3.3)
|
||||
uuidtools (2.1.3)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -180,7 +67,4 @@ DEPENDENCIES
|
|||
rainpress
|
||||
redcarpet
|
||||
slim
|
||||
tent-apidoc!
|
||||
tent-client!
|
||||
tent-schemas!
|
||||
tentd!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue