polar-express 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60ab6acec4c1dcb4a2924bd6c4037bcc814dc746
4
- data.tar.gz: 3c10257a44657311a91e99e93a9bebdfed1c3f78
3
+ metadata.gz: a6756c8e1d0e6c0dd97d1ae8e00ca0e6b9ce899c
4
+ data.tar.gz: 452bec3df381e0fcf2c65d6c955b70ac3fa0ba38
5
5
  SHA512:
6
- metadata.gz: 335729c4471189cd7a45084d95bda7ae5811a3330e73b1d881a9dcd84505e539796f3ea1c2261b8c7a75ff457c44e63bddb921b5ce5c8c71c1e6163010901987
7
- data.tar.gz: 21a1c99fa4431a24bdd6b4291286d7b7003e6a278f1950b5b31624d4acc0c5e57f38813341999b3e5ad48496fe9083dbeda3dd6be9e3ff1777ba28367ae682c4
6
+ metadata.gz: 8c64ad0a1951918e90c0161854f27f5a69052876a83841a069dd9765bf5efb6ccf9f8d53d1fba52b39bbcb6f00976382bac43b39289a285d5ecb1478944107b6
7
+ data.tar.gz: ef04741d3d87c603cb34b2e958670b88ee2c31ad1ea4c7fc52ea00faf54d2a7fdd69584c582d503e729eae5f38c2be32c5cd2bdbec840036eb0949f8bcfcc2ef
data/README.md CHANGED
@@ -7,7 +7,7 @@ Polar Express is a Ruby gem that allows easy integration of the awesome [inuit.c
7
7
  Add the following line to your `Gemfile` then run the `bundle` command.
8
8
 
9
9
  ```
10
- gem "polar-express", "~> 1.0.0"
10
+ gem "polar-express", "~> 1.1.0"
11
11
  ```
12
12
 
13
13
  To use the latest release of the gem from github add the following line to your `Gemfile` instead of the line above and run the `bundle` command to install the gem.
@@ -1,3 +1,3 @@
1
1
  module PolarExpress
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -20,6 +20,6 @@
20
20
  "commit": "57c52f13e516762bb4e332e7cbaa516723fb1d84"
21
21
  },
22
22
  "_source": "git://github.com/inuitcss/generic.box-sizing.git",
23
- "_target": "0.2.0",
23
+ "_target": "*",
24
24
  "_originalSource": "inuit-box-sizing"
25
25
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inuit-mixins",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "homepage": "https://github.com/inuitcss/tools.mixins",
5
5
  "authors": [
6
6
  "Harry Roberts <harry@csswizardry.com>"
@@ -13,11 +13,11 @@
13
13
  "css"
14
14
  ],
15
15
  "license": "Apache",
16
- "_release": "0.1.1",
16
+ "_release": "0.1.2",
17
17
  "_resolution": {
18
18
  "type": "version",
19
- "tag": "0.1.1",
20
- "commit": "8e262fd7fde35a9b93e160e3dc71a5f331120b70"
19
+ "tag": "0.1.2",
20
+ "commit": "3d4bf6ab1f78fb654f63a8009cc87145ecd8764b"
21
21
  },
22
22
  "_source": "git://github.com/inuitcss/tools.mixins.git",
23
23
  "_target": "~0.1.1",
@@ -2,3 +2,7 @@
2
2
 
3
3
  The inuitcss `mixins` module contains a few framework mixins that are
4
4
  **required** for using any of the rest of inuitcss.
5
+
6
+ Install using Bower:
7
+
8
+ $ bower install --save inuit-mixins
@@ -13,7 +13,7 @@
13
13
  // single value, e.g.:
14
14
  //
15
15
  // .foo {
16
- // @include font-size(10px);
16
+ // @include inuit-font-size(10px);
17
17
  // }
18
18
  //
19
19
  @mixin inuit-font-size($inuit-font-size, $inuit-line-height: true) {
@@ -22,6 +22,6 @@
22
22
  "commit": "3cac69c687ec5ec18c13bc7d97755dfce835aed3"
23
23
  },
24
24
  "_source": "git://github.com/inuitcss/generic.normalize.git",
25
- "_target": "3.0.1",
25
+ "_target": "~3.0.1",
26
26
  "_originalSource": "inuit-normalize"
27
27
  }
@@ -23,6 +23,6 @@
23
23
  "commit": "b99e091041530050a7531b68e010ba1a0ac98a0b"
24
24
  },
25
25
  "_source": "git://github.com/inuitcss/base.page.git",
26
- "_target": "0.2.1",
26
+ "_target": "*",
27
27
  "_originalSource": "inuit-page"
28
28
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polar-express
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Boggs
@@ -124,9 +124,6 @@ files:
124
124
  - vendor/assets/inuit.css/inuit-spacing/.gitignore
125
125
  - vendor/assets/inuit.css/inuit-spacing/README.md
126
126
  - vendor/assets/inuit.css/inuit-spacing/_trumps.spacing.scss
127
- - vendor/assets/inuit.css/inuit-starter-kit/.bower.json
128
- - vendor/assets/inuit.css/inuit-starter-kit/.gitignore
129
- - vendor/assets/inuit.css/inuit-starter-kit/README.md
130
127
  - vendor/assets/inuit.css/inuit-tables/.bower.json
131
128
  - vendor/assets/inuit.css/inuit-tables/.gitignore
132
129
  - vendor/assets/inuit.css/inuit-tables/README.md
@@ -1,32 +0,0 @@
1
- {
2
- "name": "inuit-starter-kit",
3
- "version": "0.2.3",
4
- "authors": [
5
- "Harry Roberts <harry@csswizardry.com>"
6
- ],
7
- "description": "A stripped back, barebones starter kit for the inuitcss framework",
8
- "keywords": [
9
- "inuitcss",
10
- "oocss",
11
- "css"
12
- ],
13
- "license": "Apache",
14
- "dependencies": {
15
- "inuit-defaults": "0.2.0",
16
- "inuit-functions": "0.2.0",
17
- "inuit-mixins": "0.1.1",
18
- "inuit-box-sizing": "0.2.0",
19
- "inuit-normalize": "3.0.1",
20
- "inuit-page": "0.2.1"
21
- },
22
- "homepage": "https://github.com/inuitcss/starter-kit",
23
- "_release": "0.2.3",
24
- "_resolution": {
25
- "type": "version",
26
- "tag": "0.2.3",
27
- "commit": "484da84ed1004e825da6c28ad750e0ba3c1b3405"
28
- },
29
- "_source": "git://github.com/inuitcss/starter-kit.git",
30
- "_target": "*",
31
- "_originalSource": "inuit-starter-kit"
32
- }
@@ -1,3 +0,0 @@
1
- bower_components/
2
- *.css
3
- inuit-test.scss
@@ -1,20 +0,0 @@
1
- # inuit-starter-kit
2
-
3
- $ bower install --save inuit-starter-kit
4
-
5
- The `inuit-starter-kit` simply ties together a few key dependencies that are
6
- usually the starting point for any new project. The `inuit-starter-kit`
7
- specifically contains some inuitcss default variables and mixins, as well as
8
- [Nicolas Gallagher](https://twitter.com/necolas)’s
9
- [Normalize.css](https://github.com/necolas/normalize.css) and global
10
- `box-sizing` rules. These must be imported in the following order:
11
-
12
- @import "bower_components/inuit-defaults/settings.defaults";
13
-
14
- @import "bower_components/inuit-functions/tools.functions";
15
- @import "bower_components/inuit-mixins/tools.mixins";
16
-
17
- @import "bower_components/inuit-normalize/generic.normalize";
18
- @import "bower_components/inuit-box-sizing/generic.box-sizing";
19
-
20
- @import "bower_components/inuit-page/base.page";