comfortable_mexican_sofa 1.7.0 → 1.7.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -1
- data/VERSION +1 -1
- data/comfortable_mexican_sofa.gemspec +2 -2
- data/lib/generators/comfy/cms/cms_generator.rb +0 -22
- metadata +3 -3
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# ComfortableMexicanSofa (Rails 3 CMS Engine)
|
2
|
-
[![Build Status](https://travis-ci.org/comfy/comfortable-mexican-sofa.png?branch=master)](https://travis-ci.org/comfy/comfortable-mexican-sofa) [![Dependency Status](https://gemnasium.com/comfy/comfortable-mexican-sofa.png)](https://gemnasium.com/comfy/comfortable-mexican-sofa)
|
2
|
+
[![Build Status](https://travis-ci.org/comfy/comfortable-mexican-sofa.png?branch=master)](https://travis-ci.org/comfy/comfortable-mexican-sofa) [![Dependency Status](https://gemnasium.com/comfy/comfortable-mexican-sofa.png)](https://gemnasium.com/comfy/comfortable-mexican-sofa) [![Code Climate](https://codeclimate.com/github/comfy/comfortable-mexican-sofa.png)](https://codeclimate.com/github/comfy/comfortable-mexican-sofa)
|
3
|
+
|
3
4
|
|
4
5
|
ComfortableMexicanSofa is a powerful CMS Engine for your Rails 3 applications.
|
5
6
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.7.
|
1
|
+
1.7.1
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "comfortable_mexican_sofa"
|
8
|
-
s.version = "1.7.
|
8
|
+
s.version = "1.7.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Oleg Khabarov", "The Working Group Inc"]
|
12
|
-
s.date = "2013-03-
|
12
|
+
s.date = "2013-03-02"
|
13
13
|
s.description = ""
|
14
14
|
s.email = "oleg@theworkinggroup.ca"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -25,28 +25,6 @@ module Comfy
|
|
25
25
|
'config/initializers/comfortable_mexican_sofa.rb'
|
26
26
|
end
|
27
27
|
|
28
|
-
def generate_public_assets
|
29
|
-
return if ComfortableMexicanSofa.asset_pipeline_enabled?
|
30
|
-
directory 'app/assets/stylesheets/comfortable_mexican_sofa',
|
31
|
-
'public/stylesheets/comfortable_mexican_sofa'
|
32
|
-
directory 'app/assets/javascripts/comfortable_mexican_sofa',
|
33
|
-
'public/javascripts/comfortable_mexican_sofa'
|
34
|
-
directory 'app/assets/images/comfortable_mexican_sofa',
|
35
|
-
'public/images/comfortable_mexican_sofa'
|
36
|
-
|
37
|
-
files_to_be_changed = [
|
38
|
-
'public/stylesheets/comfortable_mexican_sofa/content.css',
|
39
|
-
'public/stylesheets/comfortable_mexican_sofa/widgets.css',
|
40
|
-
'public/stylesheets/comfortable_mexican_sofa/jquery_ui.css',
|
41
|
-
'public/stylesheets/comfortable_mexican_sofa/elrte.css',
|
42
|
-
'public/stylesheets/comfortable_mexican_sofa/files.css'
|
43
|
-
]
|
44
|
-
|
45
|
-
files_to_be_changed.each do |file_path|
|
46
|
-
gsub_file file_path, '/assets/comfortable_mexican_sofa/', '/images/comfortable_mexican_sofa/'
|
47
|
-
end
|
48
|
-
end
|
49
|
-
|
50
28
|
def generate_cms_seeds
|
51
29
|
directory 'db/cms_fixtures', 'db/cms_fixtures'
|
52
30
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: comfortable_mexican_sofa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-03-
|
13
|
+
date: 2013-03-02 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
@@ -441,7 +441,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
441
441
|
version: '0'
|
442
442
|
segments:
|
443
443
|
- 0
|
444
|
-
hash:
|
444
|
+
hash: 2694321573607195803
|
445
445
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
446
446
|
none: false
|
447
447
|
requirements:
|