rad_common_interface 0.0.13 → 0.0.14

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/Rakefile CHANGED
@@ -4,7 +4,7 @@ project(
4
4
  name: "common_interface",
5
5
  official_name: "rad_common_interface",
6
6
  gem: true,
7
- dirs: 'app',
7
+ dirs: ['app', 'config'],
8
8
  summary: "User Interface for Rad Framework",
9
9
 
10
10
  author: "Alexey Petrushin",
@@ -0,0 +1,2 @@
1
+ en:
2
+ remove_attachment: "remove"
@@ -0,0 +1,2 @@
1
+ ru:
2
+ remove_attachment: "удалить"
data/config/routes.rb ADDED
@@ -0,0 +1,8 @@
1
+ rad.router.configure do |c|
2
+ c.alias '/ci_demo', class_name: 'Rad::Face::Demo::Helps', method: :index
3
+
4
+ c.resource :ci_helps, class_name: 'Rad::Face::Demo::Helps'
5
+ c.resource :ci_elements, class_name: 'Rad::Face::Demo::Commons'
6
+ c.resource :ci_dialogs, class_name: 'Rad::Face::Demo::Dialogs'
7
+ c.resource :ci_sites, class_name: 'Rad::Face::Demo::Sites'
8
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rad_common_interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-09-22 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rad_face
16
- requirement: &2844530 !ruby/object:Gem::Requirement
16
+ requirement: &2784240 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2844530
24
+ version_requirements: *2784240
25
25
  description:
26
26
  email:
27
27
  executables: []
@@ -167,6 +167,9 @@ files:
167
167
  - app/views/themes/default/tool.html.haml
168
168
  - app/views/themes/default/toolbar.html.haml
169
169
  - app/views/themes/default/top_panel.html.haml
170
+ - config/locales/en.yml
171
+ - config/locales/ru.yml
172
+ - config/routes.rb
170
173
  homepage: http://github.com/alexeypetrushin/rad_common_interface
171
174
  licenses: []
172
175
  post_install_message: