virgo 0.3 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2909959066146b306270f04746b631ca11d21824
4
- data.tar.gz: 1a244cb8d4b68f0f4f2f754c4a7c26b441ec0b07
3
+ metadata.gz: f445ff0f755aae5eeb6f54047d2b82f38651a125
4
+ data.tar.gz: 6ac7a78abc544fe1034c9a1ed349ef49f33e5786
5
5
  SHA512:
6
- metadata.gz: 287f6d7814c281720f21aab3224dcd043e12d2360c3284b80454f5358c31096006b42c098b48b0c86580e69c2abca1a4e7175618daa5038e0e0a95f7871f31ea
7
- data.tar.gz: 89c53f14a2ab97c177c29b5705a806e0d99934f6eaef759cdc498401314a2fc4fd971869b9d6cc9ce8e027c64d7530e769955b18e28df7a85596bac59a9e6b45
6
+ metadata.gz: bba580d932ca32ffb9befa198d50748fbfa03eeffb0b60eeee4b169cf4d23039d91ecbe72e7b172df4cec2b77e22df2cfd2eaf30cd0e0e3cef44004726e3936c
7
+ data.tar.gz: 2a09d980ad9eb0b485adf43af9627f67d1aaca13806fd86e4d9eaa6c608643b95b4785a7dafb0a63f0ed6c6d6bed327e84ba9ac8268251d39e379f0a72b438af
@@ -56,6 +56,8 @@ module Virgo
56
56
 
57
57
  ActionView::Base.send :include, ::LocalTimeHelper
58
58
 
59
+ config.tinymce.install = :copy
60
+
59
61
  config.to_prepare do
60
62
  # Load application's model / class decorators
61
63
  Dir["#{Rails.root}/app/**/*_decorator*.rb"].each do |c|
@@ -1,3 +1,3 @@
1
1
  module Virgo
2
- VERSION = "0.3"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virgo
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Zaillian
@@ -528,20 +528,6 @@ dependencies:
528
528
  - - "~>"
529
529
  - !ruby/object:Gem::Version
530
530
  version: 4.2.1
531
- - !ruby/object:Gem::Dependency
532
- name: non-stupid-digest-assets
533
- requirement: !ruby/object:Gem::Requirement
534
- requirements:
535
- - - ">="
536
- - !ruby/object:Gem::Version
537
- version: '0'
538
- type: :runtime
539
- prerelease: false
540
- version_requirements: !ruby/object:Gem::Requirement
541
- requirements:
542
- - - ">="
543
- - !ruby/object:Gem::Version
544
- version: '0'
545
531
  - !ruby/object:Gem::Dependency
546
532
  name: htmlentities
547
533
  requirement: !ruby/object:Gem::Requirement
@@ -995,7 +981,6 @@ files:
995
981
  - config/initializers/inflections.rb
996
982
  - config/initializers/mime_types.rb
997
983
  - config/initializers/nil_class.rb
998
- - config/initializers/non_digest_assets.rb
999
984
  - config/initializers/paper_trail.rb
1000
985
  - config/initializers/schema_plus.rb
1001
986
  - config/initializers/session_store.rb
@@ -2219,7 +2204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2219
2204
  version: '0'
2220
2205
  requirements: []
2221
2206
  rubyforge_project:
2222
- rubygems_version: 2.4.8
2207
+ rubygems_version: 2.4.5
2223
2208
  signing_key:
2224
2209
  specification_version: 4
2225
2210
  summary: A blogging engine for Ruby on Rails
@@ -1,3 +0,0 @@
1
- require 'non-stupid-digest-assets.rb'
2
-
3
- NonStupidDigestAssets.whitelist += [/tinymce\/.*/]