kaka-rails-settings 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- module Mongoid
1
+ module Common
2
2
  module Setting
3
3
  def self.included(base)
4
4
  base.extend(ClassMethods)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaka-rails-settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -17,7 +17,6 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - lib/init.rb
21
20
  - lib/settings/settings.rb
22
21
  - lib/settings/version.rb
23
22
  - lib/settings/setting_functional.rb
data/lib/init.rb DELETED
@@ -1,4 +0,0 @@
1
- require "settings/version"
2
- require "settings/setting_functional"
3
- require "settings/settings"
4
- require "settings/model_relaction"