polar-express 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +6 -12
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 1c4a4197fc73a80fb9460675e87168a836b75de0
|
4
|
+
data.tar.gz: 834f48c1713947bcfd4a4ceaad9a9f42546e4854
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 669e399942eac4336681061f44829f8f26a417a975777cfda6f6ee4585336a269e3249a3dcf332eb33d189c48a6d3bb9f1d310c383275b854b71b9084fb13315
|
7
|
+
data.tar.gz: dd04fcb5b561cac65a67fffbd002ea792d477ff944ad30535531ae4ac81985b1029ea9193f3806c5936aa0a5f9038622a1cc847c78581afe2d2710d2b4da11c4
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polar-express
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.3
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Daniel Boggs
|
@@ -14,7 +13,6 @@ dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: railties
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ~>
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,14 +20,11 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ~>
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '3.1'
|
30
|
-
description:
|
31
|
-
inuit.css – a powerful, scalable, Sass-based, BEM, OOCSS framework. (http://inuitcss.com/).
|
32
|
-
polar-express allows easy integration of inuit.css into the Rails asset pipeline. It also exposes the default inuit.css configuration files inside the rails app so that this implementation retains all of the available customizations.
|
27
|
+
description: Graceful integration of inuit.css into the Rails asset pipeline
|
33
28
|
email:
|
34
29
|
- daniel.boggs@gmail.com
|
35
30
|
executables: []
|
@@ -97,26 +92,25 @@ files:
|
|
97
92
|
- README.md
|
98
93
|
homepage: https://github.com/danielboggs/polar-express
|
99
94
|
licenses: []
|
95
|
+
metadata: {}
|
100
96
|
post_install_message:
|
101
97
|
rdoc_options: []
|
102
98
|
require_paths:
|
103
99
|
- lib
|
104
100
|
required_ruby_version: !ruby/object:Gem::Requirement
|
105
|
-
none: false
|
106
101
|
requirements:
|
107
102
|
- - '>='
|
108
103
|
- !ruby/object:Gem::Version
|
109
104
|
version: '0'
|
110
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
111
|
-
none: false
|
112
106
|
requirements:
|
113
107
|
- - '>='
|
114
108
|
- !ruby/object:Gem::Version
|
115
109
|
version: '0'
|
116
110
|
requirements: []
|
117
111
|
rubyforge_project:
|
118
|
-
rubygems_version:
|
112
|
+
rubygems_version: 2.0.3
|
119
113
|
signing_key:
|
120
|
-
specification_version:
|
121
|
-
summary:
|
114
|
+
specification_version: 4
|
115
|
+
summary: Graceful integration of inuit.css into the Rails asset pipeline
|
122
116
|
test_files: []
|