panels_for 0.2.5 → 0.2.6

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panels_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ole J. Rosendahl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-22 00:00:00.000000000 Z
11
+ date: 2017-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -116,10 +116,8 @@ files:
116
116
  - test/dummy/config/locales/en.yml
117
117
  - test/dummy/config/routes.rb
118
118
  - test/dummy/config/secrets.yml
119
- - test/dummy/db/development.sqlite3
120
119
  - test/dummy/db/schema.rb
121
120
  - test/dummy/db/test.sqlite3
122
- - test/dummy/log/development.log
123
121
  - test/dummy/log/test.log
124
122
  - test/dummy/public/404.html
125
123
  - test/dummy/public/422.html
@@ -140,7 +138,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
138
  requirements:
141
139
  - - ">="
142
140
  - !ruby/object:Gem::Version
143
- version: 1.9.3
141
+ version: '2.0'
144
142
  required_rubygems_version: !ruby/object:Gem::Requirement
145
143
  requirements:
146
144
  - - ">="
@@ -148,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
146
  version: '0'
149
147
  requirements: []
150
148
  rubyforge_project:
151
- rubygems_version: 2.5.1
149
+ rubygems_version: 2.5.2
152
150
  signing_key:
153
151
  specification_version: 4
154
152
  summary: ActionView Helper for generating Bootstrap panels.
@@ -181,10 +179,8 @@ test_files:
181
179
  - test/dummy/config/routes.rb
182
180
  - test/dummy/config/secrets.yml
183
181
  - test/dummy/config.ru
184
- - test/dummy/db/development.sqlite3
185
182
  - test/dummy/db/schema.rb
186
183
  - test/dummy/db/test.sqlite3
187
- - test/dummy/log/development.log
188
184
  - test/dummy/log/test.log
189
185
  - test/dummy/public/404.html
190
186
  - test/dummy/public/422.html
@@ -195,3 +191,4 @@ test_files:
195
191
  - test/panels_for_helper_test.rb
196
192
  - test/panels_for_test.rb
197
193
  - test/test_helper.rb
194
+ has_rdoc:
@@ -1,4 +0,0 @@
1
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
-  (0.5ms) select sqlite_version(*)
3
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"