ack_rocket_cms 0.7.4 → 0.7.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a85ad2e49a0c3a4b497f9de2f8ec13e0ae272fdc
4
- data.tar.gz: 348ce919e340eead7dcb3c112890cbcf1a639718
3
+ metadata.gz: fb751cd827d9540b4607b9541a55463389644be3
4
+ data.tar.gz: 9951979bcb4420849d5c191ff4a5902da153a603
5
5
  SHA512:
6
- metadata.gz: 9e9e339d8274477568edba1ea6afa69473ba7f529ec35abeedb2f3aa5f98f5c31e543a03e8b6c3b4505aa8bbc1d2437f893fad32432141290a9a9317ec6692b5
7
- data.tar.gz: d6d42cac7c1f46537d2a03cc0afa468941af4572dd8c288ea48f36ba1e9b0ac899cf15d16feb86b86a12290a8a416333a56e6cb77e518e6e66e5062e275fd451
6
+ metadata.gz: c4737b9ace9b011bb6fae56bfc62731dd386331ab7c8747d30041f1df9fd2bf346e3319c2eeca8815f0dc27c947eb3383df87a3122f4404ced57aa9c5af55f98
7
+ data.tar.gz: 7112e4a686cf41efc081eb2d13fbe73f39a514e4a00aa001ac97c93eb0a1c2d2d7cf9cacfe0713767c2a53d691c41c9d9c425f9ec50273cdf443a28823939790
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ack_rocket_cms (0.7.4)
4
+ ack_rocket_cms (0.7.4.1)
5
5
  addressable
6
6
  ckeditor
7
7
  coffee-rails
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 glebtv
1
+ Copyright (c) 2015 ack43
2
2
 
3
3
  MIT License
4
4
 
@@ -1 +1 @@
1
- (c) 2014 etc
1
+ (c) 2015 etc
@@ -8,7 +8,7 @@ module RocketCMS
8
8
 
9
9
  included do
10
10
  belongs_to :gallery
11
- field :name, type: String
11
+ field :name, type: String, localize: RocketCMS.configuration.localize
12
12
  end
13
13
  end
14
14
  end
@@ -9,7 +9,7 @@ module RocketCMS
9
9
 
10
10
  included do
11
11
 
12
- field :name, type: String, localize: RocketCMS.configuration.localize
12
+ field :name, type: String
13
13
  manual_slug :name
14
14
 
15
15
  after_save do
@@ -8,7 +8,7 @@ module RocketCMS
8
8
  included do
9
9
  #embedded_in :model # need to override
10
10
 
11
- field :name, type: String
11
+ field :name, type: String, localize: RocketCMS.configuration.localize
12
12
 
13
13
  has_mongoid_attached_file :image # need to override
14
14
  validates_attachment :image, content_type: { content_type: ["image/jpg", "image/jpeg", "image/png"] }
@@ -1,3 +1,3 @@
1
1
  module RocketCMS
2
- VERSION = "0.7.4"
2
+ VERSION = "0.7.4.1"
3
3
  end
@@ -3,7 +3,7 @@ version = rails_spec.version.to_s
3
3
 
4
4
  mongoid = options[:skip_active_record]
5
5
 
6
- if Gem::Version.new(version) < Gem::Version.new('4.1.0')
6
+ if Gem::Version.new(version) < Gem::Version.new('4.2.1')
7
7
  puts "You are using an old version of Rails (#{version})"
8
8
  puts "Please update"
9
9
  puts "Stopping"
@@ -455,10 +455,10 @@ body.rails_admin
455
455
  .sidebar-nav i
456
456
  margin-right: 5px
457
457
 
458
- body.rails_admin .table td.paperclip_type, body.rails_admin .table td.carrierwave_type,
459
- img
460
- max-width: 150px
461
- max-height: 100px
458
+ body.rails_admin .table td.paperclip_type, body.rails_admin .table td.carrierwave_type
459
+ img
460
+ max-width: 150px
461
+ max-height: 100px
462
462
  TEXT
463
463
  end
464
464
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ack_rocket_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv