sugar 0.0.33 → 0.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.33
1
+ 0.0.34
@@ -0,0 +1,7 @@
1
+ de:
2
+ krasivotokak:
3
+ sugar:
4
+ new: Neue
5
+ create: Hinzufügen
6
+ edit: Bearbeiten
7
+ update: sichern
@@ -1,6 +1,7 @@
1
1
  ru:
2
2
  krasivotokak:
3
- new: Новый
4
- create: Добавить
5
- edit: Редактирование
6
- update: Сохранить
3
+ sugar:
4
+ new: Новый
5
+ create: Добавить
6
+ edit: Редактирование
7
+ update: Сохранить
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.33"
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}
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.33
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 00:00:00 +04:00
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