vital 2.1.1 → 2.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c478e7db3dfe55a4f82dfb1863649edd88e33558
4
- data.tar.gz: a5fa4796db4bb49477283f05b3cb48aacc4126e9
3
+ metadata.gz: af8f7ab35b69ee5d9bdaea03dca1f269541cfce2
4
+ data.tar.gz: ac13a689b4965f9df9538185096a2db3028953f8
5
5
  SHA512:
6
- metadata.gz: b5117b7be12cfea8f692e18edf8f7a74ea76bd3aeecb9d9e28f37db145da61d06eb682eb94a6282377d00ceecb0f90c6643583b06af62fd94eb963b01af324d4
7
- data.tar.gz: c9747987ad147cf0436419b8c2dda6fff10c397a3250c7d557b92ca93bd8545df26d7d3648e7ef1e83e69b7205a252ea599c867356716c7a22cd917d8ed738ce
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.1.1)
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.22)
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.13.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
- - `git push origin master`
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/ and ensure it has been updated
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
@@ -0,0 +1,7 @@
1
+ var path = require('path');
2
+
3
+ module.exports = {
4
+ includePaths: [
5
+ path.join(__dirname, 'sass')
6
+ ]
7
+ };
data/lib/vital/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vital
2
- VERSION = "2.1.1"
2
+ VERSION = "2.2.0"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vital-css",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "A minimally invasive CSS framework for modern web applications.",
5
5
  "repository": {
6
6
  "type": "git",
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.1.1
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-11 00:00:00.000000000 Z
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