Sha256: ee2838f2dc9a07821134438723b52a1c5dea4c816b196c8b23ec32c0afeba73b
Contents?: true
Size: 689 Bytes
Versions: 1
Compression:
Stored size: 689 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "whowish_word" s.version = "1.0.0" s.platform = Gem::Platform::RUBY s.authors = ["Tanin Na Nakorn"] s.email = ["tanin47@yahoo.com"] s.homepage = "http://github.com/tanin47/whowish_word" s.summary = %q{whowish_word} s.description = %q{WYSIWYG for i18n for Rails 3.2.*} s.rubyforge_project = "whowish_word" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {rails}/*`.split("\n") s.require_paths = ["lib"] s.add_development_dependency('rubyzip') s.add_development_dependency('rspec') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whowish_word-1.0.0 | whowish_word.gemspec |