concerto_manykinds 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09830506f8f6b057f7d6fc69827e05feb6d796cf
4
- data.tar.gz: 155a73db4f3ac128a087367e1fbf0912a7e6e7cc
3
+ metadata.gz: 4b08e62b4c867de70d4ea56f4b081c4b26514c25
4
+ data.tar.gz: 01a713f1bf602d80e8825f82f0f7239f4c1d0525
5
5
  SHA512:
6
- metadata.gz: 23d4f7e54b2ebf4faf9865fe8701d3cf7eec51266c5717056e0fb2c296696e81d2570c35764feed4be51612e8e4f4971394c8ba5336a451b25f9c7e3ee220b23
7
- data.tar.gz: 4f7d483b5f4b3fc4ae60b669e261ea25aca847ae2668cda3e8a6481c2a078989dd524d184bfea21dd25ef9a0cb21ab30ed8eff280e2e72288a0847683425b9a0
6
+ metadata.gz: 41cc8fd2088c68eb2f3d7f65f9d2c0cb4f424b5808845e7b6d79a89d72960b327106862ed6e66427096c08b7388391242019ba1705679b5ebcb774f635f61ca8
7
+ data.tar.gz: 410b212f6948f3fa070cfe2dcf4f9ac20cdcef43ae23ba1465431c3d80fb62ea3d47cf477dad86096a967591fbc08303a9994ec25a6526a915951fe3940beff9
@@ -1,3 +1,3 @@
1
1
  module ConcertoManykinds
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: 2014-12-22 00:00:00.000000000 Z
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.2.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/public/404.html
147
- - test/dummy/public/favicon.ico
148
- - test/dummy/public/422.html
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/boot.rb
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/bin/bundle
169
- - test/dummy/bin/rake
170
- - test/dummy/bin/rails
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