propensity 0.0.1 → 0.0.2

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 25ce3bb8f670c7c3268311ab6b8a59abc354a8ef
4
+ data.tar.gz: 69d35497e0aba833f6f8584cd5cadf0355cc4091
5
+ SHA512:
6
+ metadata.gz: 8658e85c5f79dce2cf4fb423a1342a6175e134d540eff86e40d384d113f63888bab679bbca9654b1cc8bccb802860fea41772187e5b7acac0b9bd2e8504e8fe1
7
+ data.tar.gz: 36b870a4d56f9b53d986459554bab05ada6b8b666ee6b6812f2b0062f93a560605ee580b5ddb163055f6edbe161e5ccc266c2fad9c8504a7df0432fd160df527
@@ -1,5 +1,5 @@
1
1
  module Propensity
2
2
  class Preference < ActiveRecord::Base
3
- attr_accessible :key, :name, :owner_id, :owner_type, :value, :value_type
3
+
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module Propensity
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propensity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Nicholas W. Watson
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-07-11 00:00:00.000000000 Z
11
+ date: 2017-11-17 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: 3.2.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: 3.2.0
30
27
  description: Configuration/Setttings for Rails applications
@@ -34,6 +31,9 @@ executables: []
34
31
  extensions: []
35
32
  extra_rdoc_files: []
36
33
  files:
34
+ - MIT-LICENSE
35
+ - README.md
36
+ - Rakefile
37
37
  - app/models/app_configuration.rb
38
38
  - app/models/propensity/preference.rb
39
39
  - app/models/propensity/preferences/configuration.rb
@@ -45,20 +45,20 @@ files:
45
45
  - lib/generators/propensity/install/templates/app_configuration.rb
46
46
  - lib/generators/propensity/install/templates/app_configuration.yml
47
47
  - lib/generators/propensity/install/templates/configuration_initializer.rb
48
+ - lib/propensity.rb
48
49
  - lib/propensity/engine.rb
49
50
  - lib/propensity/environment.rb
50
51
  - lib/propensity/environment_extension.rb
51
52
  - lib/propensity/version.rb
52
- - lib/propensity.rb
53
53
  - lib/tasks/propensity_tasks.rake
54
- - MIT-LICENSE
55
- - Rakefile
56
- - README.md
54
+ - test/dummy/README.rdoc
55
+ - test/dummy/Rakefile
57
56
  - test/dummy/app/assets/javascripts/application.js
58
57
  - test/dummy/app/assets/stylesheets/application.css
59
58
  - test/dummy/app/controllers/application_controller.rb
60
59
  - test/dummy/app/helpers/application_helper.rb
61
60
  - test/dummy/app/views/layouts/application.html.erb
61
+ - test/dummy/config.ru
62
62
  - test/dummy/config/application.rb
63
63
  - test/dummy/config/boot.rb
64
64
  - test/dummy/config/database.yml
@@ -74,13 +74,10 @@ files:
74
74
  - test/dummy/config/initializers/wrap_parameters.rb
75
75
  - test/dummy/config/locales/en.yml
76
76
  - test/dummy/config/routes.rb
77
- - test/dummy/config.ru
78
77
  - test/dummy/public/404.html
79
78
  - test/dummy/public/422.html
80
79
  - test/dummy/public/500.html
81
80
  - test/dummy/public/favicon.ico
82
- - test/dummy/Rakefile
83
- - test/dummy/README.rdoc
84
81
  - test/dummy/script/rails
85
82
  - test/fixtures/propensity/preferences.yml
86
83
  - test/integration/navigation_test.rb
@@ -89,59 +86,58 @@ files:
89
86
  - test/unit/propensity/preference_test.rb
90
87
  homepage: http://github.com/entropillc/propensity
91
88
  licenses: []
89
+ metadata: {}
92
90
  post_install_message:
93
91
  rdoc_options: []
94
92
  require_paths:
95
93
  - lib
96
94
  required_ruby_version: !ruby/object:Gem::Requirement
97
- none: false
98
95
  requirements:
99
- - - ! '>='
96
+ - - ">="
100
97
  - !ruby/object:Gem::Version
101
98
  version: '0'
102
99
  required_rubygems_version: !ruby/object:Gem::Requirement
103
- none: false
104
100
  requirements:
105
- - - ! '>='
101
+ - - ">="
106
102
  - !ruby/object:Gem::Version
107
103
  version: '0'
108
104
  requirements: []
109
105
  rubyforge_project:
110
- rubygems_version: 1.8.23
106
+ rubygems_version: 2.5.2
111
107
  signing_key:
112
- specification_version: 3
108
+ specification_version: 4
113
109
  summary: Configuration/Setttings for Rails applications
114
110
  test_files:
111
+ - test/unit/propensity/preference_test.rb
112
+ - test/dummy/app/controllers/application_controller.rb
113
+ - test/dummy/app/views/layouts/application.html.erb
115
114
  - test/dummy/app/assets/javascripts/application.js
116
115
  - test/dummy/app/assets/stylesheets/application.css
117
- - test/dummy/app/controllers/application_controller.rb
118
116
  - test/dummy/app/helpers/application_helper.rb
119
- - test/dummy/app/views/layouts/application.html.erb
120
- - test/dummy/config/application.rb
121
- - test/dummy/config/boot.rb
122
- - test/dummy/config/database.yml
123
- - test/dummy/config/environment.rb
124
- - test/dummy/config/environments/development.rb
117
+ - test/dummy/config/routes.rb
118
+ - test/dummy/config/locales/en.yml
125
119
  - test/dummy/config/environments/production.rb
120
+ - test/dummy/config/environments/development.rb
126
121
  - test/dummy/config/environments/test.rb
122
+ - test/dummy/config/environment.rb
123
+ - test/dummy/config/application.rb
124
+ - test/dummy/config/database.yml
125
+ - test/dummy/config/boot.rb
127
126
  - test/dummy/config/initializers/backtrace_silencers.rb
128
- - test/dummy/config/initializers/inflections.rb
129
127
  - test/dummy/config/initializers/mime_types.rb
130
- - test/dummy/config/initializers/secret_token.rb
131
128
  - test/dummy/config/initializers/session_store.rb
132
129
  - test/dummy/config/initializers/wrap_parameters.rb
133
- - test/dummy/config/locales/en.yml
134
- - test/dummy/config/routes.rb
130
+ - test/dummy/config/initializers/secret_token.rb
131
+ - test/dummy/config/initializers/inflections.rb
135
132
  - test/dummy/config.ru
136
- - test/dummy/public/404.html
133
+ - test/dummy/script/rails
134
+ - test/dummy/Rakefile
135
+ - test/dummy/public/favicon.ico
137
136
  - test/dummy/public/422.html
138
137
  - test/dummy/public/500.html
139
- - test/dummy/public/favicon.ico
140
- - test/dummy/Rakefile
138
+ - test/dummy/public/404.html
141
139
  - test/dummy/README.rdoc
142
- - test/dummy/script/rails
143
- - test/fixtures/propensity/preferences.yml
144
140
  - test/integration/navigation_test.rb
145
141
  - test/propensity_test.rb
142
+ - test/fixtures/propensity/preferences.yml
146
143
  - test/test_helper.rb
147
- - test/unit/propensity/preference_test.rb