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.
- checksums.yaml +4 -4
- data/lib/panels_for/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +17 -2408
- metadata +5 -8
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -4
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.
|
|
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:
|
|
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:
|
|
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.
|
|
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:
|
|
Binary file
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
2
|
-
[1m[35m (0.5ms)[0m select sqlite_version(*)
|
|
3
|
-
[1m[36m (1.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
4
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|