model_discovery 0.3.7 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/model_discovery/version.rb +1 -1
- metadata +30 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5d32da3880d8842c55ed19145ecf9ac5c8e2328
|
4
|
+
data.tar.gz: 5854fbfc9955a1c56f294afe36b9be6f4db3423f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c70e7f11acd78f97a23f39e75cf46e5af398a1575725d4488f78ab2f0ce367fb6ba9a3006756f1c5f3ca484516a872f26634f69281e97436a82b767fa70d1e67
|
7
|
+
data.tar.gz: 9a466167000a3cab6bed18430dcb3308a4c047243c3bf030932ff35b9d1f69f5ef22e7b319b8b5791c61bedd291c3cabed682eeb50647f0fab297606bfe5f0f0
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: model_discovery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sameer Rahmani
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 4.0.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: 4.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: orm_adapter
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,44 +114,44 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
116
|
rubyforge_project:
|
117
|
-
rubygems_version: 2.
|
117
|
+
rubygems_version: 2.4.5.1
|
118
118
|
signing_key:
|
119
119
|
specification_version: 4
|
120
120
|
summary: A fast solution to model detection in Ruby on Rails.
|
121
121
|
test_files:
|
122
122
|
- test/integration/navigation_test.rb
|
123
|
-
- test/models/application_models_test.rb
|
124
123
|
- test/fixtures/application_models.yml
|
125
|
-
- test/model_discovery_test.rb
|
126
124
|
- test/test_helper.rb
|
125
|
+
- test/models/application_models_test.rb
|
126
|
+
- test/model_discovery_test.rb
|
127
|
+
- test/dummy/public/422.html
|
127
128
|
- test/dummy/public/500.html
|
128
129
|
- test/dummy/public/404.html
|
129
|
-
- test/dummy/public/422.html
|
130
130
|
- test/dummy/public/favicon.ico
|
131
|
-
- test/dummy/config.ru
|
132
|
-
- test/dummy/README.rdoc
|
133
|
-
- test/dummy/app/views/layouts/application.html.erb
|
134
|
-
- test/dummy/app/assets/javascripts/application.js
|
135
|
-
- test/dummy/app/assets/stylesheets/application.css
|
136
|
-
- test/dummy/app/controllers/application_controller.rb
|
137
|
-
- test/dummy/app/helpers/application_helper.rb
|
138
131
|
- test/dummy/Rakefile
|
139
|
-
- test/dummy/
|
140
|
-
- test/dummy/bin/bundle
|
141
|
-
- test/dummy/bin/rails
|
132
|
+
- test/dummy/config.ru
|
142
133
|
- test/dummy/config/application.rb
|
143
|
-
- test/dummy/config/environments/test.rb
|
144
|
-
- test/dummy/config/environments/development.rb
|
145
|
-
- test/dummy/config/environments/production.rb
|
146
|
-
- test/dummy/config/routes.rb
|
147
|
-
- test/dummy/config/environment.rb
|
148
|
-
- test/dummy/config/database.yml
|
149
|
-
- test/dummy/config/locales/en.yml
|
150
|
-
- test/dummy/config/boot.rb
|
151
134
|
- test/dummy/config/initializers/session_store.rb
|
152
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
153
135
|
- test/dummy/config/initializers/wrap_parameters.rb
|
136
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
137
|
+
- test/dummy/config/initializers/mime_types.rb
|
154
138
|
- test/dummy/config/initializers/inflections.rb
|
155
139
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
156
|
-
- test/dummy/config/initializers/mime_types.rb
|
157
140
|
- test/dummy/config/initializers/secret_token.rb
|
141
|
+
- test/dummy/config/database.yml
|
142
|
+
- test/dummy/config/boot.rb
|
143
|
+
- test/dummy/config/environments/production.rb
|
144
|
+
- test/dummy/config/environments/test.rb
|
145
|
+
- test/dummy/config/environments/development.rb
|
146
|
+
- test/dummy/config/locales/en.yml
|
147
|
+
- test/dummy/config/routes.rb
|
148
|
+
- test/dummy/config/environment.rb
|
149
|
+
- test/dummy/app/assets/javascripts/application.js
|
150
|
+
- test/dummy/app/assets/stylesheets/application.css
|
151
|
+
- test/dummy/app/views/layouts/application.html.erb
|
152
|
+
- test/dummy/app/helpers/application_helper.rb
|
153
|
+
- test/dummy/app/controllers/application_controller.rb
|
154
|
+
- test/dummy/bin/rails
|
155
|
+
- test/dummy/bin/rake
|
156
|
+
- test/dummy/bin/bundle
|
157
|
+
- test/dummy/README.rdoc
|