fuel 0.3.29 → 0.3.30
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/app/assets/images/fuel/icons/application-icons.svg +1 -0
- data/app/assets/images/fuel/icons/calendar-icon.svg +1 -0
- data/app/assets/images/fuel/icons/dropdown-arrow-icon.svg +10 -0
- data/app/assets/images/fuel/icons/navigation-icons.svg +1 -0
- data/lib/fuel/admin/fuel_dashboard.rb +7 -0
- data/lib/fuel/engine.rb +4 -0
- data/lib/fuel/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +5870 -0
- data/spec/spec_helper.rb +1 -1
- metadata +10 -1
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fuel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.30
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Francis
|
|
@@ -412,6 +412,10 @@ files:
|
|
|
412
412
|
- MIT-LICENSE
|
|
413
413
|
- Rakefile
|
|
414
414
|
- app/assets/images/fuel/default-img.jpg
|
|
415
|
+
- app/assets/images/fuel/icons/application-icons.svg
|
|
416
|
+
- app/assets/images/fuel/icons/calendar-icon.svg
|
|
417
|
+
- app/assets/images/fuel/icons/dropdown-arrow-icon.svg
|
|
418
|
+
- app/assets/images/fuel/icons/navigation-icons.svg
|
|
415
419
|
- app/assets/images/fuel/logo.svg
|
|
416
420
|
- app/assets/javascripts/fuel/admin.js.erb
|
|
417
421
|
- app/assets/javascripts/fuel/advanced_and_extended.js
|
|
@@ -499,6 +503,7 @@ files:
|
|
|
499
503
|
- lib/blog_importer.rb
|
|
500
504
|
- lib/example_author.rb
|
|
501
505
|
- lib/fuel.rb
|
|
506
|
+
- lib/fuel/admin/fuel_dashboard.rb
|
|
502
507
|
- lib/fuel/aws.rb
|
|
503
508
|
- lib/fuel/configuration.rb
|
|
504
509
|
- lib/fuel/engine.rb
|
|
@@ -565,8 +570,10 @@ files:
|
|
|
565
570
|
- spec/dummy/db/migrate/20150616184618_remove_posted_at_from_fuel_posts.fuel.rb
|
|
566
571
|
- spec/dummy/db/migrate/20150616184619_add_start_date_to_authors.fuel.rb
|
|
567
572
|
- spec/dummy/db/schema.rb
|
|
573
|
+
- spec/dummy/db/test.sqlite3
|
|
568
574
|
- spec/dummy/lib/tasks/import_blog.rake
|
|
569
575
|
- spec/dummy/log/development.log
|
|
576
|
+
- spec/dummy/log/test.log
|
|
570
577
|
- spec/factories.rb
|
|
571
578
|
- spec/fixtures/fuel/posts.yml
|
|
572
579
|
- spec/helpers/fuel/posts_helper_test.rb
|
|
@@ -653,8 +660,10 @@ test_files:
|
|
|
653
660
|
- spec/dummy/db/migrate/20150616184618_remove_posted_at_from_fuel_posts.fuel.rb
|
|
654
661
|
- spec/dummy/db/migrate/20150616184619_add_start_date_to_authors.fuel.rb
|
|
655
662
|
- spec/dummy/db/schema.rb
|
|
663
|
+
- spec/dummy/db/test.sqlite3
|
|
656
664
|
- spec/dummy/lib/tasks/import_blog.rake
|
|
657
665
|
- spec/dummy/log/development.log
|
|
666
|
+
- spec/dummy/log/test.log
|
|
658
667
|
- spec/dummy/Rakefile
|
|
659
668
|
- spec/dummy/README.rdoc
|
|
660
669
|
- spec/factories.rb
|