concerto_manykinds 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/concerto_manykinds/version.rb +1 -1
- metadata +27 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b08e62b4c867de70d4ea56f4b081c4b26514c25
|
4
|
+
data.tar.gz: 01a713f1bf602d80e8825f82f0f7239f4c1d0525
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41cc8fd2088c68eb2f3d7f65f9d2c0cb4f424b5808845e7b6d79a89d72960b327106862ed6e66427096c08b7388391242019ba1705679b5ebcb774f635f61ca8
|
7
|
+
data.tar.gz: 410b212f6948f3fa070cfe2dcf4f9ac20cdcef43ae23ba1465431c3d80fb62ea3d47cf477dad86096a967591fbc08303a9994ec25a6526a915951fe3940beff9
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: concerto_manykinds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marvin Frederickson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -125,46 +125,46 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
127
|
rubyforge_project:
|
128
|
-
rubygems_version: 2.
|
128
|
+
rubygems_version: 2.4.5.1
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
131
|
summary: Allow multiple kinds (content types) per template field
|
132
132
|
test_files:
|
133
|
-
- test/functional/concerto_template_scheduling/schedules_controller_test.rb
|
134
|
-
- test/integration/navigation_test.rb
|
135
133
|
- test/concerto_template_scheduling_test.rb
|
136
|
-
- test/fixtures/concerto_template_scheduling/schedules.yml
|
137
|
-
- test/unit/helpers/concerto_template_scheduling/schedules_helper_test.rb
|
138
|
-
- test/unit/concerto_template_scheduling/schedule_test.rb
|
139
|
-
- test/test_helper.rb
|
140
|
-
- test/dummy/config.ru
|
141
|
-
- test/dummy/app/helpers/application_helper.rb
|
142
134
|
- test/dummy/app/assets/javascripts/application.js
|
143
135
|
- test/dummy/app/assets/stylesheets/application.css
|
144
136
|
- test/dummy/app/controllers/application_controller.rb
|
137
|
+
- test/dummy/app/helpers/application_helper.rb
|
145
138
|
- test/dummy/app/views/layouts/application.html.erb
|
146
|
-
- test/dummy/
|
147
|
-
- test/dummy/
|
148
|
-
- test/dummy/
|
149
|
-
- test/dummy/public/500.html
|
150
|
-
- test/dummy/README.rdoc
|
139
|
+
- test/dummy/bin/bundle
|
140
|
+
- test/dummy/bin/rails
|
141
|
+
- test/dummy/bin/rake
|
151
142
|
- test/dummy/config/application.rb
|
143
|
+
- test/dummy/config/boot.rb
|
144
|
+
- test/dummy/config/database.yml
|
145
|
+
- test/dummy/config/environment.rb
|
152
146
|
- test/dummy/config/environments/development.rb
|
153
147
|
- test/dummy/config/environments/production.rb
|
154
148
|
- test/dummy/config/environments/test.rb
|
155
|
-
- test/dummy/config/environment.rb
|
156
|
-
- test/dummy/config/locales/en.yml
|
157
|
-
- test/dummy/config/database.yml
|
158
|
-
- test/dummy/config/initializers/mime_types.rb
|
159
|
-
- test/dummy/config/initializers/session_store.rb
|
160
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
161
149
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
162
|
-
- test/dummy/config/initializers/secret_token.rb
|
163
150
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
164
151
|
- test/dummy/config/initializers/inflections.rb
|
152
|
+
- test/dummy/config/initializers/mime_types.rb
|
153
|
+
- test/dummy/config/initializers/secret_token.rb
|
154
|
+
- test/dummy/config/initializers/session_store.rb
|
155
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
156
|
+
- test/dummy/config/locales/en.yml
|
165
157
|
- test/dummy/config/routes.rb
|
166
|
-
- test/dummy/config
|
158
|
+
- test/dummy/config.ru
|
159
|
+
- test/dummy/public/404.html
|
160
|
+
- test/dummy/public/422.html
|
161
|
+
- test/dummy/public/500.html
|
162
|
+
- test/dummy/public/favicon.ico
|
167
163
|
- test/dummy/Rakefile
|
168
|
-
- test/dummy/
|
169
|
-
- test/
|
170
|
-
- test/
|
164
|
+
- test/dummy/README.rdoc
|
165
|
+
- test/fixtures/concerto_template_scheduling/schedules.yml
|
166
|
+
- test/functional/concerto_template_scheduling/schedules_controller_test.rb
|
167
|
+
- test/integration/navigation_test.rb
|
168
|
+
- test/test_helper.rb
|
169
|
+
- test/unit/concerto_template_scheduling/schedule_test.rb
|
170
|
+
- test/unit/helpers/concerto_template_scheduling/schedules_helper_test.rb
|