Uh oh!
There was an error while loading. Please reload this page.
forked from mindreframer/api_view
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi_view.gemspec
More file actions
Latest commit
34 lines (31 loc) · 1.35 KB
/
Copy pathapi_view.gemspec
File metadata and controls
34 lines (31 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# coding: utf-8
lib=File.expand_path('../lib',__FILE__)
$LOAD_PATH.unshift(lib)unless $LOAD_PATH.include?(lib)
require'api_view/version'
Gem::Specification.newdo |spec|
spec.name="api_view"
spec.version=ApiView::VERSION
spec.authors=["Roman Heinrich"]
spec.email=["roman.heinrich@gmail.com"]
spec.summary=%q{A fast and nimble object serializer}
spec.description=%q{A fast and nimble object serializer}
spec.homepage=""
spec.license="MIT"
spec.files=`git ls-files -z`.split("\x0")
spec.executables=spec.files.grep(%r{^bin/}){ |f| File.basename(f)}
spec.test_files=spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths=["lib"]
spec.add_development_dependency"bundler","~> 2.1"
spec.add_development_dependency"rake","~> 12"
spec.add_development_dependency"require_pattern"
spec.add_development_dependency"minitest",'~> 5.10'
spec.add_development_dependency"mocha"
spec.add_development_dependency"minitest-reporters"
spec.add_development_dependency"oj"
spec.add_development_dependency"multi_json"
spec.add_development_dependency"ffaker"
spec.add_development_dependency"pry"
spec.add_development_dependency"ruby-prof"
spec.add_development_dependency"allocation_stats"
spec.add_development_dependency"bixby-bench"
end