emojidex-rasters.gemspec in emojidex-rasters-1.0.28 vs emojidex-rasters.gemspec in emojidex-rasters-1.0.29

- old
+ new

@@ -1,11 +1,11 @@ Gem::Specification.new do |s| s.name = 'emojidex-rasters' - s.version = '1.0.28' + s.version = '1.0.29' s.license = 'emojidex Open License' s.summary = 'Rasterized [PNG] emoji assets for emojidex.' s.description = 'Rasterized [PNG] assets for emojidex. These assets can be used as a gem and combined with emojidex and emojidex-converter.' - s.authors = ['Jun Tohyama', 'Yoshihiro Tsuchiyama', 'Rei Kagetsuki', 'Rika Yoshida'] + s.authors = ['Yoshihiro Tsuchiyama', 'Jun Tohyama', 'Rei Kagetsuki', 'Rika Yoshida'] s.email = 'info@emojidex.com' s.files = Dir.glob('emoji/**/*') + Dir.glob('lib/**/*.rb') + ['emojidex-rasters.gemspec'] s.require_paths = ['lib']