categorical 0.0.8.rc → 0.0.9.rc
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/categorical/version.rb +1 -1
- data/test/dummy/app/assets/config/manifest.js +3 -0
- data/test/dummy/config/database.yml +1 -0
- data/test/dummy/log/development.log +58 -237
- data/test/dummy/log/test.log +60 -9299
- metadata +33 -32
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: categorical
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9.rc
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Klina
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '6.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '6.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: pg
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -61,6 +61,7 @@ files:
|
|
61
61
|
- test/categorical_test.rb
|
62
62
|
- test/dummy/README.rdoc
|
63
63
|
- test/dummy/Rakefile
|
64
|
+
- test/dummy/app/assets/config/manifest.js
|
64
65
|
- test/dummy/app/assets/javascripts/application.js
|
65
66
|
- test/dummy/app/assets/stylesheets/application.css
|
66
67
|
- test/dummy/app/controllers/application_controller.rb
|
@@ -121,53 +122,53 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
122
|
- !ruby/object:Gem::Version
|
122
123
|
version: 1.3.1
|
123
124
|
requirements: []
|
124
|
-
|
125
|
-
rubygems_version: 2.5.1
|
125
|
+
rubygems_version: 3.0.6
|
126
126
|
signing_key:
|
127
127
|
specification_version: 4
|
128
128
|
summary: Provides basic tagging for Rails applications
|
129
129
|
test_files:
|
130
|
-
- test/
|
130
|
+
- test/dummy/app/models/post.rb
|
131
|
+
- test/dummy/app/controllers/application_controller.rb
|
132
|
+
- test/dummy/app/views/layouts/application.html.erb
|
133
|
+
- test/dummy/app/assets/config/manifest.js
|
131
134
|
- test/dummy/app/assets/javascripts/application.js
|
132
135
|
- test/dummy/app/assets/stylesheets/application.css
|
133
|
-
- test/dummy/app/controllers/application_controller.rb
|
134
136
|
- test/dummy/app/helpers/application_helper.rb
|
135
|
-
- test/dummy/app/models/post.rb
|
136
|
-
- test/dummy/app/views/layouts/application.html.erb
|
137
|
-
- test/dummy/bin/bundle
|
138
|
-
- test/dummy/bin/rails
|
139
137
|
- test/dummy/bin/rake
|
140
138
|
- test/dummy/bin/setup
|
141
|
-
- test/dummy/
|
142
|
-
- test/dummy/
|
143
|
-
- test/dummy/config/
|
144
|
-
- test/dummy/config/
|
145
|
-
- test/dummy/config/
|
139
|
+
- test/dummy/bin/bundle
|
140
|
+
- test/dummy/bin/rails
|
141
|
+
- test/dummy/config/secrets.yml
|
142
|
+
- test/dummy/config/routes.rb
|
143
|
+
- test/dummy/config/locales/en.yml
|
146
144
|
- test/dummy/config/environments/production.rb
|
145
|
+
- test/dummy/config/environments/development.rb
|
147
146
|
- test/dummy/config/environments/test.rb
|
148
|
-
- test/dummy/config/
|
147
|
+
- test/dummy/config/environment.rb
|
148
|
+
- test/dummy/config/application.rb
|
149
|
+
- test/dummy/config/database.yml
|
150
|
+
- test/dummy/config/boot.rb
|
149
151
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
150
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
151
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
152
|
-
- test/dummy/config/initializers/inflections.rb
|
153
152
|
- test/dummy/config/initializers/mime_types.rb
|
153
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
154
154
|
- test/dummy/config/initializers/session_store.rb
|
155
155
|
- test/dummy/config/initializers/wrap_parameters.rb
|
156
|
-
- test/dummy/config/
|
157
|
-
- test/dummy/config/
|
158
|
-
- test/dummy/config/
|
156
|
+
- test/dummy/config/initializers/assets.rb
|
157
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
158
|
+
- test/dummy/config/initializers/inflections.rb
|
159
159
|
- test/dummy/config.ru
|
160
|
-
- test/dummy/
|
161
|
-
- test/dummy/
|
162
|
-
- test/dummy/log/development.log
|
163
|
-
- test/dummy/log/test.log
|
164
|
-
- test/dummy/public/404.html
|
160
|
+
- test/dummy/Rakefile
|
161
|
+
- test/dummy/public/favicon.ico
|
165
162
|
- test/dummy/public/422.html
|
166
163
|
- test/dummy/public/500.html
|
167
|
-
- test/dummy/public/
|
168
|
-
- test/dummy/
|
164
|
+
- test/dummy/public/404.html
|
165
|
+
- test/dummy/db/schema.rb
|
166
|
+
- test/dummy/db/migrate/20151003185718_create_posts.rb
|
167
|
+
- test/dummy/log/test.log
|
168
|
+
- test/dummy/log/development.log
|
169
169
|
- test/dummy/README.rdoc
|
170
|
-
- test/
|
170
|
+
- test/categorical_test.rb
|
171
171
|
- test/models/categorical/tag_test.rb
|
172
172
|
- test/models/categorical/tagging_test.rb
|
173
|
+
- test/models/categorical/concerns/taggable_test.rb
|
173
174
|
- test/test_helper.rb
|