minions_rails 0.0.7 → 0.0.8
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/stylesheets/minions_rails/scss/top.scss +1 -1
- data/lib/minions_rails/version.rb +1 -1
- metadata +39 -49
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -95424
- data/test/dummy/log/test.log +0 -20
- data/test/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e5273224e985f886298e764a09585420d207cc8
|
4
|
+
data.tar.gz: f9e28398042fbc97ff359cbf6a7b950360fb385f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08c9fa178309db8b28bf269b75699acc8739aa02ac5c0494dcb63865c7559ce5dce48ea94884e5a366f9eb93c3d83d8609e607d540150352332104d41305d541'
|
7
|
+
data.tar.gz: 22ba4b0f7f491b3411210b5dcac2eb3bc2615bded2f63ea58a4a644cdaf5a6e446d5f2d6be8dbc791984dc69f3ac9feb29eb968a765f8f380db51bc20b9255f8
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minions_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Chan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -717,15 +717,10 @@ files:
|
|
717
717
|
- test/dummy/config/locales/en.yml
|
718
718
|
- test/dummy/config/routes.rb
|
719
719
|
- test/dummy/config/secrets.yml
|
720
|
-
- test/dummy/db/development.sqlite3
|
721
|
-
- test/dummy/db/test.sqlite3
|
722
|
-
- test/dummy/log/development.log
|
723
|
-
- test/dummy/log/test.log
|
724
720
|
- test/dummy/public/404.html
|
725
721
|
- test/dummy/public/422.html
|
726
722
|
- test/dummy/public/500.html
|
727
723
|
- test/dummy/public/favicon.ico
|
728
|
-
- test/dummy/tmp/pids/server.pid
|
729
724
|
- test/integration/navigation_test.rb
|
730
725
|
- test/minions_rails_test.rb
|
731
726
|
- test/test_helper.rb
|
@@ -749,76 +744,71 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
749
744
|
version: '0'
|
750
745
|
requirements: []
|
751
746
|
rubyforge_project:
|
752
|
-
rubygems_version: 2.
|
747
|
+
rubygems_version: 2.5.2
|
753
748
|
signing_key:
|
754
749
|
specification_version: 4
|
755
750
|
summary: minions.css for Rails
|
756
751
|
test_files:
|
757
|
-
- test/dummy/app/assets/javascripts/application.js
|
758
|
-
- test/dummy/app/assets/stylesheets/application.css
|
759
|
-
- test/dummy/app/assets/stylesheets/at_mixin.scss
|
760
|
-
- test/dummy/app/assets/stylesheets/before_mixin.scss
|
761
|
-
- test/dummy/app/assets/stylesheets/css_development.css
|
762
|
-
- test/dummy/app/assets/stylesheets/css_production.scss
|
763
|
-
- test/dummy/app/assets/stylesheets/exclude_mixin.scss
|
764
|
-
- test/dummy/app/assets/stylesheets/only_mixin.scss
|
765
|
-
- test/dummy/app/assets/stylesheets/scss_development.scss
|
766
|
-
- test/dummy/app/assets/stylesheets/scss_production.scss
|
767
752
|
- test/dummy/app/controllers/application_controller.rb
|
768
753
|
- test/dummy/app/controllers/pages_controller.rb
|
769
|
-
- test/dummy/app/helpers/application_helper.rb
|
770
|
-
- test/dummy/app/views/layouts/application.html.erb
|
771
754
|
- test/dummy/app/views/layouts/at_mixin.html.erb
|
755
|
+
- test/dummy/app/views/layouts/only_mixin.html.erb
|
756
|
+
- test/dummy/app/views/layouts/application.html.erb
|
757
|
+
- test/dummy/app/views/layouts/exclude_mixin.html.erb
|
772
758
|
- test/dummy/app/views/layouts/before_mixin.html.erb
|
759
|
+
- test/dummy/app/views/layouts/scss_development.html.erb
|
773
760
|
- test/dummy/app/views/layouts/css_development.html.erb
|
774
761
|
- test/dummy/app/views/layouts/css_production.html.erb
|
775
|
-
- test/dummy/app/views/layouts/exclude_mixin.html.erb
|
776
|
-
- test/dummy/app/views/layouts/only_mixin.html.erb
|
777
|
-
- test/dummy/app/views/layouts/scss_development.html.erb
|
778
762
|
- test/dummy/app/views/layouts/scss_production.html.erb
|
763
|
+
- test/dummy/app/views/pages/index.html.erb
|
779
764
|
- test/dummy/app/views/pages/at_mixin.html.erb
|
765
|
+
- test/dummy/app/views/pages/only_mixin.html.erb
|
766
|
+
- test/dummy/app/views/pages/exclude_mixin.html.erb
|
780
767
|
- test/dummy/app/views/pages/before_mixin.html.erb
|
768
|
+
- test/dummy/app/views/pages/scss_development.html.erb
|
781
769
|
- test/dummy/app/views/pages/css_development.html.erb
|
782
770
|
- test/dummy/app/views/pages/css_production.html.erb
|
783
|
-
- test/dummy/app/views/pages/exclude_mixin.html.erb
|
784
|
-
- test/dummy/app/views/pages/index.html.erb
|
785
|
-
- test/dummy/app/views/pages/only_mixin.html.erb
|
786
|
-
- test/dummy/app/views/pages/scss_development.html.erb
|
787
771
|
- test/dummy/app/views/pages/scss_production.html.erb
|
788
|
-
- test/dummy/
|
789
|
-
- test/dummy/
|
772
|
+
- test/dummy/app/assets/javascripts/application.js
|
773
|
+
- test/dummy/app/assets/stylesheets/exclude_mixin.scss
|
774
|
+
- test/dummy/app/assets/stylesheets/scss_development.scss
|
775
|
+
- test/dummy/app/assets/stylesheets/before_mixin.scss
|
776
|
+
- test/dummy/app/assets/stylesheets/only_mixin.scss
|
777
|
+
- test/dummy/app/assets/stylesheets/application.css
|
778
|
+
- test/dummy/app/assets/stylesheets/scss_production.scss
|
779
|
+
- test/dummy/app/assets/stylesheets/css_production.scss
|
780
|
+
- test/dummy/app/assets/stylesheets/at_mixin.scss
|
781
|
+
- test/dummy/app/assets/stylesheets/css_development.css
|
782
|
+
- test/dummy/app/helpers/application_helper.rb
|
790
783
|
- test/dummy/bin/rake
|
791
784
|
- test/dummy/bin/setup
|
792
|
-
- test/dummy/
|
793
|
-
- test/dummy/
|
794
|
-
- test/dummy/config/
|
795
|
-
- test/dummy/config/
|
796
|
-
- test/dummy/config/
|
785
|
+
- test/dummy/bin/bundle
|
786
|
+
- test/dummy/bin/rails
|
787
|
+
- test/dummy/config/secrets.yml
|
788
|
+
- test/dummy/config/routes.rb
|
789
|
+
- test/dummy/config/locales/en.yml
|
797
790
|
- test/dummy/config/environments/production.rb
|
791
|
+
- test/dummy/config/environments/development.rb
|
798
792
|
- test/dummy/config/environments/test.rb
|
799
|
-
- test/dummy/config/
|
793
|
+
- test/dummy/config/environment.rb
|
794
|
+
- test/dummy/config/application.rb
|
795
|
+
- test/dummy/config/database.yml
|
796
|
+
- test/dummy/config/boot.rb
|
800
797
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
801
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
802
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
803
|
-
- test/dummy/config/initializers/inflections.rb
|
804
798
|
- test/dummy/config/initializers/mime_types.rb
|
799
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
805
800
|
- test/dummy/config/initializers/session_store.rb
|
806
801
|
- test/dummy/config/initializers/wrap_parameters.rb
|
807
|
-
- test/dummy/config/
|
808
|
-
- test/dummy/config/
|
809
|
-
- test/dummy/config/
|
802
|
+
- test/dummy/config/initializers/assets.rb
|
803
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
804
|
+
- test/dummy/config/initializers/inflections.rb
|
810
805
|
- test/dummy/config.ru
|
811
|
-
- test/dummy/
|
812
|
-
- test/dummy/
|
813
|
-
- test/dummy/log/development.log
|
814
|
-
- test/dummy/log/test.log
|
815
|
-
- test/dummy/public/404.html
|
806
|
+
- test/dummy/Rakefile
|
807
|
+
- test/dummy/public/favicon.ico
|
816
808
|
- test/dummy/public/422.html
|
817
809
|
- test/dummy/public/500.html
|
818
|
-
- test/dummy/public/
|
819
|
-
- test/dummy/Rakefile
|
810
|
+
- test/dummy/public/404.html
|
820
811
|
- test/dummy/README.rdoc
|
821
|
-
- test/dummy/tmp/pids/server.pid
|
822
812
|
- test/integration/navigation_test.rb
|
823
813
|
- test/minions_rails_test.rb
|
824
814
|
- test/test_helper.rb
|
File without changes
|
data/test/dummy/db/test.sqlite3
DELETED
File without changes
|