tolk 1.0

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.
metadata ADDED
@@ -0,0 +1,122 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tolk
3
+ version: !ruby/object:Gem::Version
4
+ hash: 15
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ version: "1.0"
10
+ platform: ruby
11
+ authors:
12
+ - David Heinemeier Hansson
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-06-06 00:00:00 -05:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: will_paginate
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - "="
27
+ - !ruby/object:Gem::Version
28
+ hash: 961915916
29
+ segments:
30
+ - 3
31
+ - 0
32
+ - pre
33
+ version: 3.0.pre
34
+ type: :runtime
35
+ version_requirements: *id001
36
+ - !ruby/object:Gem::Dependency
37
+ name: ya2yaml
38
+ prerelease: false
39
+ requirement: &id002 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ~>
43
+ - !ruby/object:Gem::Version
44
+ hash: 63
45
+ segments:
46
+ - 0
47
+ - 26
48
+ version: "0.26"
49
+ type: :runtime
50
+ version_requirements: *id002
51
+ description: Tolk is a web interface for doing i18n translations packaged as an engine for Rails applications.
52
+ email: david@loudthinking.com
53
+ executables: []
54
+
55
+ extensions: []
56
+
57
+ extra_rdoc_files: []
58
+
59
+ files:
60
+ - README
61
+ - MIT-LICENSE
62
+ - config/routes.rb
63
+ - init.rb
64
+ - lib/generators/tolk_migration/templates/migrate/create_tolk_tables.rb
65
+ - lib/generators/tolk_migration/tolk_migration_generator.rb
66
+ - lib/tasks/tolk_tasks.rake
67
+ - lib/tolk/engine.rb
68
+ - lib/tolk/import.rb
69
+ - lib/tolk/sync.rb
70
+ - lib/tolk.rb
71
+ - app/controllers/tolk/application_controller.rb
72
+ - app/controllers/tolk/locales_controller.rb
73
+ - app/controllers/tolk/searches_controller.rb
74
+ - app/helpers/tolk/application_helper.rb
75
+ - app/models/tolk/locale.rb
76
+ - app/models/tolk/phrase.rb
77
+ - app/models/tolk/translation.rb
78
+ - app/views/layouts/tolk/application.html.erb
79
+ - app/views/tolk/locales/all.html.erb
80
+ - app/views/tolk/locales/index.html.erb
81
+ - app/views/tolk/locales/show.atom.builder
82
+ - app/views/tolk/locales/show.html.erb
83
+ - app/views/tolk/searches/_form.html.erb
84
+ - app/views/tolk/searches/show.html.erb
85
+ - public/tolk/reset.css
86
+ - public/tolk/screen.css
87
+ has_rdoc: true
88
+ homepage: http://www.rubyonrails.org
89
+ licenses: []
90
+
91
+ post_install_message:
92
+ rdoc_options: []
93
+
94
+ require_paths:
95
+ - lib
96
+ required_ruby_version: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ hash: 3
102
+ segments:
103
+ - 0
104
+ version: "0"
105
+ required_rubygems_version: !ruby/object:Gem::Requirement
106
+ none: false
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ hash: 3
111
+ segments:
112
+ - 0
113
+ version: "0"
114
+ requirements: []
115
+
116
+ rubyforge_project:
117
+ rubygems_version: 1.3.7
118
+ signing_key:
119
+ specification_version: 3
120
+ summary: Rails engine providing web interface for managing i18n yaml files
121
+ test_files: []
122
+