comfortable_mexican_sofa 1.4.10 → 1.4.11

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ComfortableMexicanSofa (Rails 3 CMS Engine) [![Build Status](http://travis-ci.org/twg/comfortable-mexican-sofa.png)](http://travis-ci.org/twg/comfortable-mexican-sofa)
1
+ # ComfortableMexicanSofa (Rails 3 CMS Engine) [![Build Status](https://secure.travis-ci.org/twg/comfortable-mexican-sofa.png)](http://travis-ci.org/twg/comfortable-mexican-sofa)
2
2
 
3
3
  ComfortableMexicanSofa is a powerful CMS Engine for your Rails 3 applications.
4
4
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.10
1
+ 1.4.11
@@ -91,7 +91,7 @@ $.CMS = function(){
91
91
  },
92
92
 
93
93
  enable_date_picker: function(){
94
- $('input[type=datetime]').datepicker();
94
+ $('input[type=datetime], input[type=text].datetime').datepicker();
95
95
  },
96
96
 
97
97
  tree_methods: function(){
@@ -37,7 +37,7 @@ html, body#cms_body {
37
37
  display: block;
38
38
  padding: 3px 10px;
39
39
  margin-bottom: 5px;
40
- font: 15px/25px 'Lucida Grande', 'Tahoma', serif;
40
+ font: 15px/25px 'Lucida Grande', 'Tahoma', sans-serif;
41
41
  border-top-left-radius: 4px;
42
42
  border-bottom-left-radius: 4px;
43
43
  -moz-border-radius-topleft: 4px;
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{comfortable_mexican_sofa}
8
- s.version = "1.4.10"
8
+ s.version = "1.4.11"
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 = %q{2011-09-09}
12
+ s.date = %q{2011-09-16}
13
13
  s.description = %q{}
14
14
  s.email = %q{oleg@theworkinggroup.ca}
15
15
  s.extra_rdoc_files = [
@@ -54,10 +54,9 @@ ComfortableMexicanSofa.configure do |config|
54
54
  # force it to English by setting this to `:en`
55
55
  # config.admin_locale = nil
56
56
 
57
- # Database prefix. If you want to keep your comfortable mexican sofa tables
58
- # in a location other than the default databases add a database_config.
59
- # Using a prefix of `cms_` will look for a cms_#{Rails.env} definition
60
- # in your database.yml file
57
+ # If you want to keep your CMS tables in a location other than the default database
58
+ # add a database_config. For example, setting it to 'cms' will look for a cms_#{Rails.env}
59
+ # definition in your database.yml file
61
60
  # config.database_config = nil
62
61
 
63
62
  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.4.10
4
+ version: 1.4.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,12 +10,12 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-09-09 00:00:00.000000000 -04:00
13
+ date: 2011-09-16 00:00:00.000000000 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
18
- requirement: &70241019987880 !ruby/object:Gem::Requirement
18
+ requirement: &70254947803580 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
@@ -23,10 +23,10 @@ dependencies:
23
23
  version: 3.0.0
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *70241019987880
26
+ version_requirements: *70254947803580
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: active_link_to
29
- requirement: &70241019987160 !ruby/object:Gem::Requirement
29
+ requirement: &70254947803000 !ruby/object:Gem::Requirement
30
30
  none: false
31
31
  requirements:
32
32
  - - ! '>='
@@ -34,10 +34,10 @@ dependencies:
34
34
  version: 1.0.0
35
35
  type: :runtime
36
36
  prerelease: false
37
- version_requirements: *70241019987160
37
+ version_requirements: *70254947803000
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: paperclip
40
- requirement: &70241019986320 !ruby/object:Gem::Requirement
40
+ requirement: &70254947802440 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
43
  - - ! '>='
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: 2.3.14
46
46
  type: :runtime
47
47
  prerelease: false
48
- version_requirements: *70241019986320
48
+ version_requirements: *70254947802440
49
49
  description: ''
50
50
  email: oleg@theworkinggroup.ca
51
51
  executables: []
@@ -347,7 +347,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
347
347
  version: '0'
348
348
  segments:
349
349
  - 0
350
- hash: -1886242251632818290
350
+ hash: -3773802276572835291
351
351
  required_rubygems_version: !ruby/object:Gem::Requirement
352
352
  none: false
353
353
  requirements: