Sha256: d077597c99234ab42bc0e019beb71a0e2193f3a882b9680e05fbe184b4d32827

Contents?: true

Size: 672 Bytes

Versions: 3

Compression:

Stored size: 672 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

require 'zmeygo_sync/version'

Gem::Specification.new do |s|
  s.name        = "zmeygo_sync"
  s.version     =  ZmeygoSync::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Eugen Ciur"]
  s.email       = ["eugen@zmeygo.com"]
  s.homepage    = "http://zmeygo.com"
  s.summary     = "Zmeygo service syncronizer"
  s.description = "Syncs local i18n data with Zmeygo service"
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]
  s.has_rdoc         = true
  s.require_path       = 'lib'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zmeygo_sync-0.22 zmeygo_sync.gemspec
zmeygo_sync-0.21 zmeygo_sync.gemspec
zmeygo_sync-0.2 zmeygo_sync.gemspec