greased-rails 0.0.12 → 3.2.0

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.
@@ -1,5 +1,6 @@
1
1
  module Greased
2
2
  module Rails
3
- VERSION = "0.0.12"
3
+ # keep the major and minor version consistent with Rails
4
+ VERSION = "3.2.0"
4
5
  end
5
6
  end
@@ -17,7 +17,7 @@ defaults: &defaults
17
17
  config:
18
18
  # suppose you want to use all defaults in greased_settings.yml
19
19
  # and only change the SSL settings for all environments
20
- force_ssl: true
20
+ force_ssl: false
21
21
  # eager load lib directory in threadsafe mode
22
22
  # eager_load_paths +=:
23
23
  # - "<%= Rails.root %>/lib"
@@ -70,13 +70,9 @@ defaults: &defaults
70
70
  asset_host: "//<%= ENV['ASSET_HOST'] %>"
71
71
  assets:
72
72
  # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
73
- precompile +=:
74
- - "rails_admin.js"
75
- - "rails_admin.css"
76
- - "rails_admin/rails_admin.js"
77
- - "rails_admin/rails_admin.css"
78
- - "rails_admin/jquery.colorpicker.js"
79
- - "rails_admin/jquery.colorpicker.css"
73
+ # precompile +=:
74
+ # - "application.js"
75
+ # - "application.css"
80
76
  initialize_on_precompile: false
81
77
  # Enable the asset pipeline
82
78
  enabled: true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: greased-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 3.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-16 00:00:00.000000000 Z
12
+ date: 2013-08-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -88,12 +88,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
88
  - - ! '>='
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
+ segments:
92
+ - 0
93
+ hash: -477538115061915942
91
94
  required_rubygems_version: !ruby/object:Gem::Requirement
92
95
  none: false
93
96
  requirements:
94
97
  - - ! '>='
95
98
  - !ruby/object:Gem::Version
96
99
  version: '0'
100
+ segments:
101
+ - 0
102
+ hash: -477538115061915942
97
103
  requirements: []
98
104
  rubyforge_project:
99
105
  rubygems_version: 1.8.25