radiant-globalize2-extension 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/globalize2_extension.rb +1 -1
- data/radiant-globalize2-extension.gemspec +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
@@ -129,7 +129,7 @@ begin
|
|
129
129
|
gem.homepage = "https://github.com/jomz/radiant-globalize2-extension"
|
130
130
|
gem.authors = ["Cristi Duma", "Istvan Hoka", "Edmund Haselwanter", "Benny Degezelle", "Jerrod Blavos", "Simo Niemelä", "Jan De Poorter"]
|
131
131
|
gem.add_dependency 'radiant', ">=0.9.1"
|
132
|
-
gem.add_dependency 'i18n', "
|
132
|
+
gem.add_dependency 'i18n', ">= 0.4.1"
|
133
133
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
134
134
|
end
|
135
135
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.4
|
data/globalize2_extension.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
require 'globalize2/form_builder_extensions'
|
4
4
|
|
5
5
|
class Globalize2Extension < Radiant::Extension
|
6
|
-
version "0.2.
|
6
|
+
version "0.2.4"
|
7
7
|
description "Translate content in Radiant CMS using the Globalize2 Rails plugin."
|
8
8
|
url "http://blog.aissac.ro/radiant/globalize2-extension/"
|
9
9
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{radiant-globalize2-extension}
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.4"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Cristi Duma", "Istvan Hoka", "Edmund Haselwanter", "Benny Degezelle", "Jerrod Blavos", "Simo Niemel\303\244", "Jan De Poorter"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-globalize2-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 4
|
10
|
+
version: 0.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Cristi Duma
|
@@ -46,7 +46,7 @@ dependencies:
|
|
46
46
|
requirement: &id002 !ruby/object:Gem::Requirement
|
47
47
|
none: false
|
48
48
|
requirements:
|
49
|
-
- - "
|
49
|
+
- - ">="
|
50
50
|
- !ruby/object:Gem::Version
|
51
51
|
hash: 13
|
52
52
|
segments:
|