refinerycms-resources 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,35 @@
1
+ bg:
2
+ plugins:
3
+ refinery_files:
4
+ title: Файлове
5
+ description: Качване на файлове и връзки към тях
6
+ admin:
7
+ resources:
8
+ delete: Изтриване на тази файл завинаги
9
+ edit: Редактиране на този файл
10
+ form:
11
+ download_current: Изтеглете текущия файл
12
+ or: или
13
+ replace: " го заменете с нов..."
14
+ maximum_file_size: Максималната големина на файл е %{megabytes} мегабайта.
15
+ resource:
16
+ download: Изтегляне на този файл (%{size})
17
+ actions:
18
+ upload_new: Качване на нов файл
19
+ records:
20
+ no_files_yet: Все още няма файлове. Натиснете "Качване на нов файл", за да добавите нов.
21
+ insert:
22
+ existing: Текущ файл
23
+ new: Нов файл
24
+ no_files: Няма файлове.
25
+ existing_resource:
26
+ link_to_file: Връзка към този файл
27
+ button_text: Вмъкване
28
+ activerecord:
29
+ models:
30
+ resource: файл
31
+ errors:
32
+ models:
33
+ resource:
34
+ blank: Трябва да укажете файл за качване
35
+ too_long: Размерът на файла трябва да бъде по-малък от %{count}
data/lib/gemspec.rb CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
 
24
24
  s.files = [
25
25
  '#{%w( **/{*,.rspec,.gitignore,.yardopts} ).map { |file| Pathname.glob(gempath.join(file)) }.flatten.reject{|f|
26
- !f.exist? or f.to_s =~ /\.gem$/ or (f.directory? and f.children.empty?)
26
+ !f.exist? or f.to_s =~ /(\.(gem|rbc)|tmp(\/.*)?|spec\/lib\/tmp(\/.*)?)$/ or (f.directory? and f.children.empty?)
27
27
  }.map{|d| d.relative_path_from(gempath)}.uniq.sort.join("',\n '")}'
28
28
  ]
29
29
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = %q{refinerycms-resources}
6
- s.version = %q{1.0.8}
6
+ s.version = %q{1.0.9}
7
7
  s.summary = %q{Resources engine for Refinery CMS}
8
8
  s.description = %q{Handles all file upload and processing functionality in Refinery CMS.}
9
- s.date = %q{2011-09-01}
9
+ s.date = %q{2011-11-05}
10
10
  s.email = %q{info@refinerycms.com}
11
11
  s.homepage = %q{http://refinerycms.com}
12
12
  s.rubyforge_project = %q{refinerycms}
@@ -37,6 +37,7 @@ Gem::Specification.new do |s|
37
37
  'app/views/admin/resources/new.html.erb',
38
38
  'config',
39
39
  'config/locales',
40
+ 'config/locales/bg.yml',
40
41
  'config/locales/cs.yml',
41
42
  'config/locales/da.yml',
42
43
  'config/locales/de.yml',
@@ -83,13 +84,14 @@ Gem::Specification.new do |s|
83
84
  'license.md',
84
85
  'refinerycms-resources.gemspec',
85
86
  'spec',
87
+ 'spec/lib',
86
88
  'spec/models',
87
89
  'spec/models/resource_spec.rb',
88
90
  'spec/uploads',
89
91
  'spec/uploads/refinery_is_awesome.txt'
90
92
  ]
91
93
 
92
- s.add_dependency 'refinerycms-core', '= 1.0.8'
94
+ s.add_dependency 'refinerycms-core', '= 1.0.9'
93
95
  s.add_dependency 'activerecord', '~> 3.0.10'
94
96
  s.add_dependency 'dragonfly', '~> 0.9.0'
95
97
  s.add_dependency 'rack-cache', '>= 0.5.3'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-resources
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 8
10
- version: 1.0.8
9
+ - 9
10
+ version: 1.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2011-09-01 00:00:00 Z
22
+ date: 2011-11-05 00:00:00 Z
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: refinerycms-core
@@ -29,12 +29,12 @@ dependencies:
29
29
  requirements:
30
30
  - - "="
31
31
  - !ruby/object:Gem::Version
32
- hash: 7
32
+ hash: 5
33
33
  segments:
34
34
  - 1
35
35
  - 0
36
- - 8
37
- version: 1.0.8
36
+ - 9
37
+ version: 1.0.9
38
38
  type: :runtime
39
39
  version_requirements: *id001
40
40
  - !ruby/object:Gem::Dependency
@@ -106,6 +106,7 @@ files:
106
106
  - app/views/admin/resources/index.html.erb
107
107
  - app/views/admin/resources/insert.html.erb
108
108
  - app/views/admin/resources/new.html.erb
109
+ - config/locales/bg.yml
109
110
  - config/locales/cs.yml
110
111
  - config/locales/da.yml
111
112
  - config/locales/de.yml