minimum_viable_product 0.1.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/{minimum_viable_product/application.js.erb → mvp.js.erb} +1 -1
- data/app/assets/javascripts/mvp/application.js +0 -0
- data/app/assets/javascripts/{minimum_viable_product → mvp}/init/controllers.js +0 -0
- data/app/assets/javascripts/{minimum_viable_product → mvp}/init/forms.js +0 -0
- data/app/assets/javascripts/{minimum_viable_product → mvp}/init/modals.js +0 -0
- data/app/assets/stylesheets/mvp.scss +10 -0
- data/app/assets/stylesheets/mvp/application.scss +7 -0
- data/app/assets/stylesheets/{minimum_viable_product/init/layout.scss → mvp/bootstrap.scss} +1 -1
- data/app/assets/stylesheets/{minimum_viable_product → mvp}/components/spacing.scss +0 -0
- data/app/assets/stylesheets/{minimum_viable_product → mvp}/components/typography.scss +0 -16
- data/app/assets/stylesheets/{minimum_viable_product → mvp}/init/_reset.scss +0 -0
- data/lib/minimum_viable_product/version.rb +1 -1
- data/test/dummy/app/assets/javascripts/application.js +1 -1
- data/test/dummy/app/assets/stylesheets/application.scss +1 -4
- metadata +12 -11
- data/app/assets/stylesheets/minimum_viable_product/application.scss +0 -23
- data/app/assets/stylesheets/minimum_viable_product/components/fonts.scss +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fee2931d513ea6a53859f95ed87f8da4a9f7fb2
|
4
|
+
data.tar.gz: 24db5cec8f495ebf57157bf01bc50e291dff432e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec2916290cb459db9139f5178d8f95f1c94ae4d53719b566a044666d79a9a96a4d234fff4311d487ad3cdd919e04e4ad74d900f2d4789f0ad61598a74da648dd
|
7
|
+
data.tar.gz: 2b3870678adb1e4d959794167f99f0d5672286403221386be551c64fe3897de6705f569876cfd43ab03d194ea243ed66d6eb0ebf8a65b14db66f417fae2ed957
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minimum_viable_product
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Hunter
|
@@ -426,16 +426,17 @@ extra_rdoc_files: []
|
|
426
426
|
files:
|
427
427
|
- MIT-LICENSE
|
428
428
|
- Rakefile
|
429
|
-
- app/assets/javascripts/
|
430
|
-
- app/assets/javascripts/
|
431
|
-
- app/assets/javascripts/
|
432
|
-
- app/assets/javascripts/
|
433
|
-
- app/assets/
|
434
|
-
- app/assets/stylesheets/
|
435
|
-
- app/assets/stylesheets/
|
436
|
-
- app/assets/stylesheets/
|
437
|
-
- app/assets/stylesheets/
|
438
|
-
- app/assets/stylesheets/
|
429
|
+
- app/assets/javascripts/mvp.js.erb
|
430
|
+
- app/assets/javascripts/mvp/application.js
|
431
|
+
- app/assets/javascripts/mvp/init/controllers.js
|
432
|
+
- app/assets/javascripts/mvp/init/forms.js
|
433
|
+
- app/assets/javascripts/mvp/init/modals.js
|
434
|
+
- app/assets/stylesheets/mvp.scss
|
435
|
+
- app/assets/stylesheets/mvp/application.scss
|
436
|
+
- app/assets/stylesheets/mvp/bootstrap.scss
|
437
|
+
- app/assets/stylesheets/mvp/components/spacing.scss
|
438
|
+
- app/assets/stylesheets/mvp/components/typography.scss
|
439
|
+
- app/assets/stylesheets/mvp/init/_reset.scss
|
439
440
|
- app/controllers/concerns/minimum_viable_product/analytics_concern.rb
|
440
441
|
- app/controllers/concerns/minimum_viable_product/seo_concern.rb
|
441
442
|
- app/controllers/concerns/minimum_viable_product/session_concern.rb
|
@@ -1,23 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any styles
|
10
|
-
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
11
|
-
* file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree ./init
|
14
|
-
*= require_tree ./components
|
15
|
-
*
|
16
|
-
*= require_self
|
17
|
-
*/
|
18
|
-
|
19
|
-
@import 'brandbuttons/src/brand-buttons.scss';
|
20
|
-
@import 'brandbuttons/src/brand-buttons-inversed.scss';
|
21
|
-
|
22
|
-
$modal-backdrop-bg: #FFF;
|
23
|
-
$modal-backdrop-opacity: 0.8;
|