vital 2.1.1 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +3 -3
- data/README.md +5 -4
- data/index.js +7 -0
- data/lib/vital/version.rb +1 -1
- data/package.json +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af8f7ab35b69ee5d9bdaea03dca1f269541cfce2
|
4
|
+
data.tar.gz: ac13a689b4965f9df9538185096a2db3028953f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11e0efe39d04d8e16a7e0a5c3a35e28ed1015c2a1fc60ec51d8879255f646c89aa8a59e0d03d8010c4635a97c9e8fa23962bfb15d13691eb914d4ec8784659f7
|
7
|
+
data.tar.gz: dcd04e07e3084d7f862f7ca8784ca9f1254f9065966e0294092abda7190ea40ee6f596d7cecb30f870af688edeae7daad6628f2a8f27f9756c39b21506a43fad
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
_Post v1.1.0 releases changelog can be found on https://github.com/doximity/vital/releases_
|
2
2
|
|
3
|
+
v2.2.0
|
4
|
+
- Add webpack convenience property to allow: `require('vital-css').includePaths`
|
5
|
+
|
6
|
+
v2.1.1
|
7
|
+
- Fix an issue that caused the mobile menu close icon not to show up.
|
8
|
+
- Update the README.md.
|
9
|
+
|
3
10
|
v2.1.0
|
4
11
|
- Remove `i.` font icon targeting from `_notice.sass` and refactor for use with an image tag
|
5
12
|
- Updated documentation with markup for notice bar
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
vital (2.
|
4
|
+
vital (2.2.0)
|
5
5
|
sass (>= 3.4)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
10
|
rake (10.5.0)
|
11
|
-
sass (3.4.
|
11
|
+
sass (3.4.23)
|
12
12
|
|
13
13
|
PLATFORMS
|
14
14
|
ruby
|
@@ -19,4 +19,4 @@ DEPENDENCIES
|
|
19
19
|
vital!
|
20
20
|
|
21
21
|
BUNDLED WITH
|
22
|
-
1.
|
22
|
+
1.14.6
|
data/README.md
CHANGED
@@ -65,17 +65,18 @@ Publishing and deployment should be performed by a Doximity member.
|
|
65
65
|
|
66
66
|
- Ensure docs, `README.md`, `CHANGELOG.md` are up to date
|
67
67
|
- Bump version on `lib/vital/version.rb`
|
68
|
+
- Bump version on `package.json#L3`
|
68
69
|
- `bundle exec rake vital:build`
|
70
|
+
- `bundle`, commit and push the `Gemfile.lock` file
|
69
71
|
- `git add ...` all of the updated files
|
70
72
|
- `git commit -m 'vX.Y.Z'`
|
71
|
-
-
|
73
|
+
- Create a branch, get it approved, merge the branch and checkout `master`
|
72
74
|
- `bundle exec rake release` to push to RubyGems
|
73
|
-
- Update `https://github.com/doximity/vital/blob/master/package.json#L3` version
|
74
75
|
- `npm publish` to push to NPM
|
75
|
-
- `cd docs && bundle exec rake publish` to update GitHub pages
|
76
76
|
- Go to https://github.com/doximity/vital/releases and create a new release with the tarball attached
|
77
|
-
- Visit http://vitalcss.com
|
77
|
+
- Visit http://vitalcss.s3-website-us-east-1.amazonaws.com and http://vitalcss.com and ensure it has been updated
|
78
78
|
|
79
79
|
## Reporting Issues and Suggestions
|
80
80
|
|
81
81
|
Please submit GitHub issues for problems with the library. Also, feel free to submit a pull-request with suggested changes.
|
82
|
+
|
data/index.js
ADDED
data/lib/vital/version.rb
CHANGED
data/package.json
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vital
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Body Taing
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-05-
|
12
|
+
date: 2017-05-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -76,6 +76,7 @@ files:
|
|
76
76
|
- dist/css/vital.css.map
|
77
77
|
- dist/css/vital.min.css
|
78
78
|
- dist/css/vital.min.css.map
|
79
|
+
- index.js
|
79
80
|
- lib/vital.rb
|
80
81
|
- lib/vital/engine.rb
|
81
82
|
- lib/vital/version.rb
|