diff --git a/latias-influxdb-0.1.0.gem b/latias-influxdb-0.1.0.gem
new file mode 100644
index 0000000000000000000000000000000000000000..dc86678efee2c4e0b36db3f9da3c50a40a4b07da
Binary files /dev/null and b/latias-influxdb-0.1.0.gem differ
diff --git a/latias-influxdb.gemspec b/latias-influxdb.gemspec
index b21e12cbe33f6a889ae34ec0fad38ea01a84a8f8..bc7012b35924828c0f9eb94445c714307a0d2edc 100644
--- a/latias-influxdb.gemspec
+++ b/latias-influxdb.gemspec
@@ -7,16 +7,13 @@ Gem::Specification.new do |spec|
   spec.email       = ['nattanon@hospital-os.com']
   spec.homepage    = 'https://gitlab.opensource-technology.com/nattanon/latias-influxdb'
   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'
 
   # 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.
-  spec.metadata['allowed_push_host'] = spec.homepage
-
   spec.metadata['homepage_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']