smarter_listing 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smarter_listing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Sprauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-12 00:00:00.000000000 Z
11
+ date: 2014-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -114,18 +114,10 @@ files:
114
114
  - test/dummy/config/locales/en.yml
115
115
  - test/dummy/config/routes.rb
116
116
  - test/dummy/config/secrets.yml
117
- - test/dummy/db/development.sqlite3
118
117
  - test/dummy/db/migrate/20140724101100_create_listings.rb
119
118
  - test/dummy/db/schema.rb
120
119
  - test/dummy/db/test.sqlite3
121
- - test/dummy/log/development.log
122
120
  - test/dummy/log/test.log
123
- - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
124
- - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
125
- - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
126
- - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
127
- - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
128
- - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
129
121
  - test/fixtures/listings.yml
130
122
  - test/helpers/smarter_listing_loader_test.rb
131
123
  - test/test_helper.rb
@@ -149,59 +141,51 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
141
  version: '0'
150
142
  requirements: []
151
143
  rubyforge_project:
152
- rubygems_version: 2.4.1
144
+ rubygems_version: 2.2.2
153
145
  signing_key:
154
146
  specification_version: 4
155
147
  summary: Smart Listing even smarter (and DRYer)
156
148
  test_files:
157
- - test/dummy/app/assets/javascripts/application.js
158
- - test/dummy/app/assets/stylesheets/application.css
159
- - test/dummy/app/views/listings/_form.html.erb
160
- - test/dummy/app/views/listings/_listing.html.erb
161
- - test/dummy/app/views/listings/index.html.erb
162
- - test/dummy/app/views/listings/_table_header.html.erb
163
- - test/dummy/app/views/layouts/default.html.erb
164
- - test/dummy/app/helpers/application_helper.rb
165
- - test/dummy/app/models/listing.rb
166
- - test/dummy/app/controllers/application_controller.rb
167
- - test/dummy/app/controllers/listings_controller.rb
168
- - test/dummy/config/locales/en.yml
169
- - test/dummy/config/environment.rb
170
- - test/dummy/config/environments/development.rb
171
- - test/dummy/config/environments/test.rb
172
- - test/dummy/config/environments/production.rb
149
+ - test/test_helper.rb
150
+ - test/helpers/smarter_listing_loader_test.rb
151
+ - test/fixtures/listings.yml
152
+ - test/dummy/Rakefile
153
+ - test/dummy/README.rdoc
154
+ - test/dummy/log/test.log
155
+ - test/dummy/config.ru
156
+ - test/dummy/db/schema.rb
157
+ - test/dummy/db/migrate/20140724101100_create_listings.rb
158
+ - test/dummy/db/test.sqlite3
159
+ - test/dummy/bin/bundle
160
+ - test/dummy/bin/rake
161
+ - test/dummy/bin/rails
173
162
  - test/dummy/config/application.rb
174
- - test/dummy/config/routes.rb
175
- - test/dummy/config/boot.rb
176
- - test/dummy/config/initializers/backtrace_silencers.rb
177
163
  - test/dummy/config/initializers/filter_parameter_logging.rb
178
164
  - test/dummy/config/initializers/mime_types.rb
165
+ - test/dummy/config/initializers/wrap_parameters.rb
166
+ - test/dummy/config/initializers/backtrace_silencers.rb
179
167
  - test/dummy/config/initializers/assets.rb
180
168
  - test/dummy/config/initializers/session_store.rb
181
- - test/dummy/config/initializers/wrap_parameters.rb
182
- - test/dummy/config/initializers/cookies_serializer.rb
183
169
  - test/dummy/config/initializers/inflections.rb
184
- - test/dummy/config/database.yml
170
+ - test/dummy/config/initializers/cookies_serializer.rb
185
171
  - test/dummy/config/secrets.yml
186
- - test/dummy/README.rdoc
187
- - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
188
- - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
189
- - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
190
- - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
191
- - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
192
- - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
193
- - test/dummy/config.ru
194
- - test/dummy/bin/bundle
195
- - test/dummy/bin/rails
196
- - test/dummy/bin/rake
197
- - test/dummy/db/schema.rb
198
- - test/dummy/db/migrate/20140724101100_create_listings.rb
199
- - test/dummy/db/test.sqlite3
200
- - test/dummy/db/development.sqlite3
201
- - test/dummy/Rakefile
202
- - test/dummy/log/test.log
203
- - test/dummy/log/development.log
204
- - test/test_helper.rb
205
- - test/helpers/smarter_listing_loader_test.rb
206
- - test/fixtures/listings.yml
172
+ - test/dummy/config/environment.rb
173
+ - test/dummy/config/environments/production.rb
174
+ - test/dummy/config/environments/test.rb
175
+ - test/dummy/config/environments/development.rb
176
+ - test/dummy/config/database.yml
177
+ - test/dummy/config/boot.rb
178
+ - test/dummy/config/routes.rb
179
+ - test/dummy/config/locales/en.yml
180
+ - test/dummy/app/views/layouts/default.html.erb
181
+ - test/dummy/app/views/listings/index.html.erb
182
+ - test/dummy/app/views/listings/_table_header.html.erb
183
+ - test/dummy/app/views/listings/_listing.html.erb
184
+ - test/dummy/app/views/listings/_form.html.erb
185
+ - test/dummy/app/helpers/application_helper.rb
186
+ - test/dummy/app/assets/javascripts/application.js
187
+ - test/dummy/app/assets/stylesheets/application.css
188
+ - test/dummy/app/controllers/application_controller.rb
189
+ - test/dummy/app/controllers/listings_controller.rb
190
+ - test/dummy/app/models/listing.rb
207
191
  - test/controllers/listings_controller_test.rb
Binary file
@@ -1,16 +0,0 @@
1
-  (14.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
-  (0.1ms) select sqlite_version(*)
3
-  (11.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
-  (0.1ms) SELECT version FROM "schema_migrations"
6
-  (12.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
7
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8
-  (0.1ms) SELECT version FROM "schema_migrations"
9
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11
- Migrating to CreateListings (20140724101100)
12
-  (0.0ms) begin transaction
13
-  (0.2ms) CREATE TABLE "listings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "content" varchar(255), "deleted_at" datetime, "created_at" datetime, "updated_at" datetime) 
14
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140724101100"]]
15
-  (11.6ms) commit transaction
16
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"