meyer-css-reset-rails 1.0.0 → 1.0.1

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.
@@ -0,0 +1,25 @@
1
+ # meyer-css-reset-rails
2
+
3
+ This gem packages the Erick Meyer CSS Reset asset for the Rails 3.1+ [asset
4
+ pipeline](http://guides.rubyonrails.org/asset_pipeline.html), so you don't have
5
+ to download the [css file](http://meyerweb.com/eric/tools/css/reset/reset.css) manualy from [his page](http://meyerweb.com/eric/tools/css/reset/).
6
+
7
+ ## Install
8
+
9
+ Add in your Gemfile
10
+
11
+ ```ruby
12
+ gem 'sextant'
13
+ ```
14
+
15
+ ## Require
16
+
17
+ Add the meyer-css-reset to your application.css:
18
+
19
+ ```css
20
+ /*
21
+ *= require meyer-css-reset
22
+ */
23
+ ```
24
+
25
+ Have a happy coding!
@@ -1,4 +1 @@
1
- module MeyerCssResetRails
2
- class Engine < ::Rails::Engine
3
- end
4
- end
1
+ require 'meyer-css-reset-rails/engine'
@@ -0,0 +1,4 @@
1
+ module MeyerCssResetRails
2
+ class Engine < ::Rails::Engine
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
1
  module MeyerCssResetRails
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -280,3 +280,107 @@ Served asset /home.js - 304 Not Modified (3ms)
280
280
 
281
281
  Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-26 22:07:07 -0300
282
282
  Served asset /application.js - 304 Not Modified (36ms)
283
+
284
+
285
+ Started GET "/" for 127.0.0.1 at 2013-02-26 23:21:44 -0300
286
+ Connecting to database specified by database.yml
287
+ Processing by HomeController#index as HTML
288
+ Rendered home/index.html.erb within layouts/application (5.6ms)
289
+ Completed 200 OK in 104ms (Views: 103.1ms | ActiveRecord: 0.0ms)
290
+
291
+
292
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-26 23:21:44 -0300
293
+ Served asset /application.css - 200 OK (73ms)
294
+
295
+
296
+ Started GET "/assets/meyer-css-reset.css?body=1" for 127.0.0.1 at 2013-02-26 23:21:45 -0300
297
+ Served asset /meyer-css-reset.css - 200 OK (9ms)
298
+
299
+
300
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-26 23:21:45 -0300
301
+ Served asset /jquery.js - 200 OK (3ms)
302
+
303
+
304
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-26 23:21:45 -0300
305
+ Served asset /home.css - 200 OK (6ms)
306
+
307
+
308
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-26 23:21:45 -0300
309
+ Served asset /jquery_ujs.js - 200 OK (1ms)
310
+
311
+
312
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-26 23:21:45 -0300
313
+ Served asset /home.js - 200 OK (1ms)
314
+
315
+
316
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-26 23:21:45 -0300
317
+ Served asset /application.js - 200 OK (8ms)
318
+
319
+
320
+ Started GET "/" for 127.0.0.1 at 2013-02-26 23:31:48 -0300
321
+ Processing by HomeController#index as HTML
322
+ Rendered home/index.html.erb within layouts/application (0.0ms)
323
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
324
+
325
+
326
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-26 23:31:48 -0300
327
+ Served asset /application.css - 304 Not Modified (5ms)
328
+
329
+
330
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-26 23:31:48 -0300
331
+ Served asset /home.css - 304 Not Modified (0ms)
332
+
333
+
334
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-26 23:31:48 -0300
335
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
336
+
337
+
338
+ Started GET "/assets/meyer-css-reset.css?body=1" for 127.0.0.1 at 2013-02-26 23:31:48 -0300
339
+ Served asset /meyer-css-reset.css - 304 Not Modified (0ms)
340
+
341
+
342
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-26 23:31:48 -0300
343
+ Served asset /jquery.js - 304 Not Modified (0ms)
344
+
345
+
346
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-26 23:31:48 -0300
347
+ Served asset /home.js - 304 Not Modified (0ms)
348
+
349
+
350
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-26 23:31:48 -0300
351
+ Served asset /application.js - 304 Not Modified (1ms)
352
+
353
+
354
+ Started GET "/" for 127.0.0.1 at 2013-02-26 23:32:53 -0300
355
+ Connecting to database specified by database.yml
356
+ Processing by HomeController#index as HTML
357
+ Rendered home/index.html.erb within layouts/application (2.1ms)
358
+ Completed 200 OK in 46ms (Views: 45.4ms | ActiveRecord: 0.0ms)
359
+
360
+
361
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-26 23:32:54 -0300
362
+ Served asset /application.css - 200 OK (9ms)
363
+
364
+
365
+ Started GET "/assets/meyer-css-reset.css?body=1" for 127.0.0.1 at 2013-02-26 23:32:54 -0300
366
+ Served asset /meyer-css-reset.css - 200 OK (2ms)
367
+
368
+
369
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-26 23:32:54 -0300
370
+ Served asset /jquery.js - 200 OK (5ms)
371
+
372
+
373
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-26 23:32:54 -0300
374
+ Served asset /home.css - 200 OK (1ms)
375
+
376
+
377
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-26 23:32:54 -0300
378
+ Served asset /jquery_ujs.js - 200 OK (1ms)
379
+
380
+
381
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-26 23:32:54 -0300
382
+ Served asset /home.js - 200 OK (1ms)
383
+
384
+
385
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-26 23:32:54 -0300
386
+ Served asset /application.js - 200 OK (17ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meyer-css-reset-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -50,12 +50,13 @@ executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
+ - lib/meyer-css-reset-rails/engine.rb
53
54
  - lib/meyer-css-reset-rails/version.rb
54
55
  - lib/meyer-css-reset-rails.rb
55
56
  - lib/tasks/meyer-css-reset-rails_tasks.rake
56
57
  - MIT-LICENSE
57
58
  - Rakefile
58
- - README.rdoc
59
+ - README.md
59
60
  - test/dummy/app/assets/javascripts/application.js
60
61
  - test/dummy/app/assets/javascripts/home.js
61
62
  - test/dummy/app/assets/stylesheets/application.css
@@ -113,7 +114,6 @@ files:
113
114
  - test/dummy/tmp/cache/assets/DC8/F20/sprockets%2F4770524e4a0d2e7acebae5b8fe561bc7
114
115
  - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
115
116
  - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
116
- - test/dummy/tmp/pids/server.pid
117
117
  - test/meyer-css-reset-rails_test.rb
118
118
  - test/test_helper.rb
119
119
  homepage: http://www.samuelgavassi.com
@@ -128,12 +128,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
128
  - - ! '>='
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0'
131
+ segments:
132
+ - 0
133
+ hash: 3207124239794198967
131
134
  required_rubygems_version: !ruby/object:Gem::Requirement
132
135
  none: false
133
136
  requirements:
134
137
  - - ! '>='
135
138
  - !ruby/object:Gem::Version
136
139
  version: '0'
140
+ segments:
141
+ - 0
142
+ hash: 3207124239794198967
137
143
  requirements: []
138
144
  rubyforge_project:
139
145
  rubygems_version: 1.8.24
@@ -198,6 +204,5 @@ test_files:
198
204
  - test/dummy/tmp/cache/assets/DC8/F20/sprockets%2F4770524e4a0d2e7acebae5b8fe561bc7
199
205
  - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
200
206
  - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
201
- - test/dummy/tmp/pids/server.pid
202
207
  - test/meyer-css-reset-rails_test.rb
203
208
  - test/test_helper.rb
@@ -1,3 +0,0 @@
1
- = MeyerCssResetRails
2
-
3
- This project rocks and uses MIT-LICENSE.
@@ -1 +0,0 @@
1
- 7623