Sha256: 969fdb6d55bbb6680453e6b5414bce9076e1b797c1985847110aced2da603e23
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "i18n/js/version" Gem::Specification.new do |s| s.name = "i18n-js-pika" s.version = I18n::JS::Version::STRING s.platform = Gem::Platform::RUBY s.authors = ["Nando Vieira", "PikachuEXE"] s.email = ["fnando.vieira@gmail.com", "pikachuexe@gmail.com"] s.homepage = "http://github.com/PikachuEXE/i18n-js" s.summary = "Forked version of original i18n-js. It's a small library to provide the Rails I18n translations on the Javascript." s.description = "Forked version of original i18n-js. It contains some pull requests that are not pulled yet on the original repo. Switch back to the original one when it's ready." s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.license = 'MIT' s.add_dependency "i18n" s.add_development_dependency "activesupport" s.add_development_dependency "rspec" s.add_development_dependency "rake" s.add_development_dependency "pry-meta" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
i18n-js-pika-3.0.0.rc8 | i18n-js.gemspec |
i18n-js-pika-3.0.0.rc7 | i18n-js.gemspec |