typey 1.0.0.beta.8 → 1.0.0.beta.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -10
  3. data/typey.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cf8fab7e972467e5f8ebac592d89f934a1a764e
4
- data.tar.gz: 6abd15dd136bfcc0bd600c4c98e3aea2c3447134
3
+ metadata.gz: 2c51d671d5d53cb3056cf4e39d36e8daca5d60cc
4
+ data.tar.gz: bac3199cf693b3fd99dfcf5b73dfdcb752886a1b
5
5
  SHA512:
6
- metadata.gz: 038e6ac7bfc702ce2b62ad88cb062ab9e5346d81f99412c7c22a291e9256879299c59f43c725be516d68e0e691faa19cf51e449b6f1d5d74ec93cfb467bdf607
7
- data.tar.gz: abf9060ea87ff824df68b52d80eb61f9d4f4377686ff6cc34abb7a52ca7152ad1bc7fde83254fb23778a01f2f6dabeea3c856c219c41ce5b4390bc2f896e17a7
6
+ metadata.gz: f5fa241bb7e89ef3094d2e301d70af4e2df9b836503b684dc4f15284f613ce7ec50e7ac707496da65576d67fa49c78bcc5192708235160d62d5847f24cb418ac
7
+ data.tar.gz: adf95fa3399daed941afeaa291425a01399dbe5efaf6748180c3f7639ca30bd80e3566a853e6cb82d9ba7f664948d336aee578fef835c1eb488835473c0e926b
data/README.md CHANGED
@@ -4,25 +4,26 @@ A complete framework for working with typography on the web.
4
4
 
5
5
  ## Requirements
6
6
 
7
- Sass 3.3.0
7
+ libsass 3.3.0 / ruby-sass 3.3.0
8
8
 
9
9
  ## Installation
10
10
 
11
- With RubyGems & Compass:
11
+ With npm
12
12
 
13
- * Terminal: `gem install typey`
14
- * config.rb: `require 'typey'`
13
+ * Terminal: `npm install typey --save-dev`
14
+ * Gulp/node-sass: Add typey directory to includePaths
15
15
  * SCSS: `@import 'typey'`
16
16
 
17
- Bower
17
+ RubyGems & Compass
18
18
 
19
- * Terminal: `bower install typey`
20
- * SCSS: `@import '../link_to_component_dir/typey'`
19
+ * Terminal: `gem install typey --pre`
20
+ * config.rb: `require 'typey'`
21
+ * SCSS: `@import 'typey'`
21
22
 
22
- Vanilla Sass
23
+ Bower
23
24
 
24
- * Terminal: `git clone git@github.com:jptaranto/typey.git`
25
- * SCSS: `@import '../link_to_component_dir/typey/stylesheets/typey'`
25
+ * Terminal: `bower install typey --save`
26
+ * SCSS: `@import 'bower_components/typey/typey'`
26
27
 
27
28
  ## Getting started
28
29
 
@@ -286,6 +287,7 @@ h1 {
286
287
  ## More examples
287
288
 
288
289
  Grab a copy of the source code (make sure you get the same version you have installed) and look in the examples folder to see typey in action.
290
+
289
291
  ## Reference
290
292
 
291
293
  The reference section has been removed for now in favour of the better detailed examples above. For explanation on all the individual functions and mixins inside typey you can just download the source code and ogle at the documentation contained within. Once the typey website launches it will include a complete reference section. Stay tuned.
data/typey.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.homepage = 'http://github.com/jptaranto/typey'
9
9
  spec.rubyforge_project =
10
10
 
11
- spec.version = '1.0.0.beta.8'
12
- spec.date = '2015-09-04'
11
+ spec.version = '1.0.0.beta.9'
12
+ spec.date = '2016-04-04'
13
13
  spec.licenses = ['GPL-2']
14
14
 
15
15
  spec.authors = ['Jack Taranto']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typey
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta.8
4
+ version: 1.0.0.beta.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Taranto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-04 00:00:00.000000000 Z
11
+ date: 2016-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: 1.3.1
73
73
  requirements: []
74
- rubyforge_project: 1.0.0.beta.8
74
+ rubyforge_project: 1.0.0.beta.9
75
75
  rubygems_version: 2.4.6
76
76
  signing_key:
77
77
  specification_version: 4