sugar 0.0.33 → 0.0.34
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/sugar/locales/de.yml +7 -0
- data/lib/sugar/locales/ru.yml +5 -4
- data/sugar.gemspec +3 -2
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.34
|
data/lib/sugar/locales/ru.yml
CHANGED
data/sugar.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{sugar}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.34"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Alexander Semyonov"]
|
12
|
-
s.date = %q{2009-10-
|
12
|
+
s.date = %q{2009-10-14}
|
13
13
|
s.email = %q{rotuka@tokak.ru}
|
14
14
|
s.extra_rdoc_files = [
|
15
15
|
"LICENSE",
|
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
|
|
29
29
|
"lib/sugar/actionview/forms.rb",
|
30
30
|
"lib/sugar/actionview/structure.rb",
|
31
31
|
"lib/sugar/activerecord.rb",
|
32
|
+
"lib/sugar/locales/de.yml",
|
32
33
|
"lib/sugar/locales/en.yml",
|
33
34
|
"lib/sugar/locales/ru.yml",
|
34
35
|
"sugar.gemspec",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sugar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.34
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Semyonov
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-10-
|
12
|
+
date: 2009-10-14 00:00:00 +04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -36,6 +36,7 @@ files:
|
|
36
36
|
- lib/sugar/actionview/forms.rb
|
37
37
|
- lib/sugar/actionview/structure.rb
|
38
38
|
- lib/sugar/activerecord.rb
|
39
|
+
- lib/sugar/locales/de.yml
|
39
40
|
- lib/sugar/locales/en.yml
|
40
41
|
- lib/sugar/locales/ru.yml
|
41
42
|
- sugar.gemspec
|