honey-cms 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ require 'cms/inflections'
2
+
1
3
  module CMS
2
4
  class Engine < ::Rails::Engine
3
5
  # stubbed for assets.. ?
@@ -0,0 +1,5 @@
1
+ require 'active_support/inflections'
2
+
3
+ ActiveSupport::Inflector.inflections do |inflect|
4
+ inflect.acronym 'CMS'
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honey-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -31,6 +31,7 @@ files:
31
31
  - lib/cms/engine.rb
32
32
  - lib/cms/form_builder.rb
33
33
  - lib/cms/helper.rb
34
+ - lib/cms/inflections.rb
34
35
  - lib/cms/orderable.rb
35
36
  - lib/cms/routes.rb
36
37
  - lib/cms/type.rb