forked from Flagsmith/flagsmith-ruby-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbullet-train-ruby.gemspec
More file actions
19 lines (17 loc) · 898 Bytes
/
bullet-train-ruby.gemspec
File metadata and controls
19 lines (17 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Gem::Specification.new do |spec|
spec.name = "bullet-train-client"
spec.version = "2.1.0"
spec.authors = ["Tom Stuart", "Brian Moelk"]
spec.email = ["tom@solidstategroup.com", "bmoelk@gmail.com"]
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.summary = "Bullet Train - Ship features with confidence"
spec.description = "Ruby Client for Bullet-Train. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://bullet-train.io"
spec.homepage = "https://bullet-train.io"
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'gem-release'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'rubocop'
spec.add_dependency 'faraday'
spec.add_dependency 'faraday_middleware'
end