smarter_listing 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/smarter_listing/create.js.erb +1 -1
- data/app/views/smarter_listing/edit.js.erb +1 -1
- data/app/views/smarter_listing/index.js.erb +1 -1
- data/app/views/smarter_listing/new.js.erb +1 -1
- data/app/views/smarter_listing/update.js.erb +1 -1
- data/lib/smarter_listing/helper.rb +9 -1
- data/lib/smarter_listing/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +16 -0
- data/test/dummy/log/test.log +40152 -22
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +46 -29
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.
|
4
|
+
version: 0.1.8
|
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-10-
|
11
|
+
date: 2014-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -114,10 +114,18 @@ 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
|
117
118
|
- test/dummy/db/migrate/20140724101100_create_listings.rb
|
118
119
|
- test/dummy/db/schema.rb
|
119
120
|
- test/dummy/db/test.sqlite3
|
121
|
+
- test/dummy/log/development.log
|
120
122
|
- 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
|
121
129
|
- test/fixtures/listings.yml
|
122
130
|
- test/helpers/smarter_listing_loader_test.rb
|
123
131
|
- test/test_helper.rb
|
@@ -141,51 +149,60 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
149
|
version: '0'
|
142
150
|
requirements: []
|
143
151
|
rubyforge_project:
|
144
|
-
rubygems_version: 2.
|
152
|
+
rubygems_version: 2.4.1
|
145
153
|
signing_key:
|
146
154
|
specification_version: 4
|
147
155
|
summary: Smart Listing even smarter (and DRYer)
|
148
156
|
test_files:
|
149
|
-
- test/
|
150
|
-
- test/helpers/smarter_listing_loader_test.rb
|
151
|
-
- test/fixtures/listings.yml
|
152
|
-
- test/dummy/Rakefile
|
153
|
-
- test/dummy/README.rdoc
|
157
|
+
- test/dummy/log/development.log
|
154
158
|
- test/dummy/log/test.log
|
155
|
-
- test/dummy/
|
159
|
+
- test/dummy/db/test.sqlite3
|
156
160
|
- test/dummy/db/schema.rb
|
161
|
+
- test/dummy/db/development.sqlite3
|
157
162
|
- test/dummy/db/migrate/20140724101100_create_listings.rb
|
158
|
-
- test/dummy/
|
163
|
+
- test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
164
|
+
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
165
|
+
- test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
166
|
+
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
167
|
+
- test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
168
|
+
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
169
|
+
- test/dummy/config.ru
|
170
|
+
- test/dummy/app/assets/javascripts/application.js
|
171
|
+
- test/dummy/app/assets/stylesheets/application.css
|
172
|
+
- test/dummy/app/controllers/application_controller.rb
|
173
|
+
- test/dummy/app/controllers/listings_controller.rb
|
174
|
+
- test/dummy/app/views/listings/index.html.erb
|
175
|
+
- test/dummy/app/views/listings/_table_header.html.erb
|
176
|
+
- test/dummy/app/views/listings/_listing.html.erb
|
177
|
+
- test/dummy/app/views/listings/_form.html.erb
|
178
|
+
- test/dummy/app/views/layouts/default.html.erb
|
179
|
+
- test/dummy/app/helpers/application_helper.rb
|
180
|
+
- test/dummy/app/models/listing.rb
|
159
181
|
- test/dummy/bin/bundle
|
160
182
|
- test/dummy/bin/rake
|
161
183
|
- test/dummy/bin/rails
|
184
|
+
- test/dummy/Rakefile
|
185
|
+
- test/dummy/config/routes.rb
|
162
186
|
- test/dummy/config/application.rb
|
187
|
+
- test/dummy/config/environment.rb
|
188
|
+
- test/dummy/config/secrets.yml
|
163
189
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
164
190
|
- test/dummy/config/initializers/mime_types.rb
|
165
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
166
191
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
167
192
|
- test/dummy/config/initializers/assets.rb
|
193
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
168
194
|
- test/dummy/config/initializers/session_store.rb
|
169
195
|
- test/dummy/config/initializers/inflections.rb
|
170
|
-
- test/dummy/config/initializers/
|
171
|
-
- test/dummy/config/
|
172
|
-
- test/dummy/config/
|
196
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
197
|
+
- test/dummy/config/locales/en.yml
|
198
|
+
- test/dummy/config/boot.rb
|
173
199
|
- test/dummy/config/environments/production.rb
|
174
|
-
- test/dummy/config/environments/test.rb
|
175
200
|
- test/dummy/config/environments/development.rb
|
201
|
+
- test/dummy/config/environments/test.rb
|
176
202
|
- test/dummy/config/database.yml
|
177
|
-
- test/dummy/
|
178
|
-
- test/
|
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
|
203
|
+
- test/dummy/README.rdoc
|
204
|
+
- test/test_helper.rb
|
191
205
|
- test/controllers/listings_controller_test.rb
|
206
|
+
- test/helpers/smarter_listing_loader_test.rb
|
207
|
+
- test/fixtures/listings.yml
|
208
|
+
has_rdoc:
|