kaka-rails-settings 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/setting.rb +4 -0
  2. metadata +2 -1
data/lib/setting.rb ADDED
@@ -0,0 +1,4 @@
1
+ require "settings/version"
2
+ require "settings/setting_functional"
3
+ require "settings/settings"
4
+ require "settings/model_relaction"
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.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -21,6 +21,7 @@ files:
21
21
  - lib/settings/version.rb
22
22
  - lib/settings/setting_functional.rb
23
23
  - lib/settings/model_relaction.rb
24
+ - lib/setting.rb
24
25
  homepage: https://github.com/huxinghai1988/rails-settings.git
25
26
  licenses: []
26
27
  post_install_message: