Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbsd committed Jan 15, 2015
1 parent 4a6d992 commit 7808d0f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions translate-rails3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: translate-rails3 0.4.0 ruby lib

Gem::Specification.new do |s|
s.name = "translate-rails3"
s.version = "0.3.0"
s.version = "0.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Peter Marklund", "Milan Novota", "Roman Shterenzon", "Garth Smedley"]
s.date = "2012-10-14"
s.date = "2015-01-15"
s.description = "This plugin provides a web interface for translating Rails I18n texts\n(requires Rails 3.0 or higher) from one locale to another.\nThe plugin has been tested only with the simple I18n backend that ships\nwith Rails.\nI18n texts are read from and written to YAML files under config/locales.\n\nThis gem is a fork of https://github.com/romanbsd/translate.\nFrom the original https://github.com/mynewsdesk/translate\nwhich also includes work from this fork: https://github.com/milann/translate\n"
s.email = "gsmedley@kanayo.com"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -51,12 +53,11 @@ Gem::Specification.new do |s|
"translate-rails3.gemspec"
]
s.homepage = "https://github.com/gsmedley/translate"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
s.rubygems_version = "2.4.3"
s.summary = "Newsdesk translate plugin for Rails 3"

if s.respond_to? :specification_version then
s.specification_version = 3
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<ya2yaml>, ["~> 0.30"])
Expand Down

0 comments on commit 7808d0f

Please sign in to comment.