-
- Downloads
Up gem file version 0.1.0
latias-influxdb-0.1.0.gem
0 → 100644
File added
... | @@ -7,16 +7,13 @@ Gem::Specification.new do |spec| | ... | @@ -7,16 +7,13 @@ Gem::Specification.new do |spec| |
spec.email = ['nattanon@hospital-os.com'] | spec.email = ['nattanon@hospital-os.com'] | ||
spec.homepage = 'https://gitlab.opensource-technology.com/nattanon/latias-influxdb' | spec.homepage = 'https://gitlab.opensource-technology.com/nattanon/latias-influxdb' | ||
spec.summary = 'Ruby library for InfluxDB 2. to use in rails.' | spec.summary = 'Ruby library for InfluxDB 2. to use in rails.' | ||
spec.description = 'Ruby library for InfluxDB 2. to use in rails' | |||
spec.license = 'MIT' | spec.license = 'MIT' | ||
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' | # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' | ||
# to allow pushing to a single host or delete this section to allow pushing to any host. | # to allow pushing to a single host or delete this section to allow pushing to any host. | ||
spec.metadata['allowed_push_host'] = spec.homepage | |||
spec.metadata['homepage_uri'] = spec.homepage | spec.metadata['homepage_uri'] = spec.homepage | ||
spec.metadata['source_code_uri'] = spec.homepage | spec.metadata['source_code_uri'] = spec.homepage | ||
spec.metadata['changelog_uri'] = spec.homepage | # spec.metadata['changelog_uri'] = spec.homepage | ||
spec.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md'] | spec.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md'] | ||
... | ... |
Please register or sign in to comment