gluhu 0.0.5 → 0.0.6

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -24
  3. data/lib/gluhu.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a89a0d319467c0eb6a610b1f485b797ec37cdd0c
4
- data.tar.gz: 20e6bea6b8403454ed328122f910f937b733aa3e
3
+ metadata.gz: 20b997a0906a40dcafeaedf30122ddbb3b5cef24
4
+ data.tar.gz: 822f341f214a52c02c5c83244b459090a0c9a766
5
5
  SHA512:
6
- metadata.gz: 527b4bc0d9f877bea797ec705972c0f832e361b26f7f8ee523f420790eadb7d51fc04c5a19165110ca271c8ae4af158d66befc83af23629021189a90e875977b
7
- data.tar.gz: f3437ee844a4f58ba22c199879192fe45ea038cb6d6578606530a68a952e54a623f25d0ccfa0f548713a4964f628802075a7d021293c65140e42b8a8e091052e
6
+ metadata.gz: 440bad54b63386071ee153b64fd87619160eefaff47172bca229bc51a954866bdea3cbe3210731b421e54dab67a62d6e55eac2daeef7fa6ad6f291df22432568
7
+ data.tar.gz: 180b3206c8a397b00fab5bed9b7a1b50e338ef1549574a5c9c2a3740af2575ad656fef9e4c409c547f4b34e62d644e39ef141d9e4622f0e9312ad16c01383152
data/README.md CHANGED
@@ -61,43 +61,24 @@ The _base.scss file allows you to override virtually any variable without having
61
61
  Installation
62
62
  ------------
63
63
 
64
- ### New compass project
65
-
66
- Install compass if you haven't already.
67
-
68
- ```
69
- gem install compass
64
+ ### Install the gem
70
65
 
71
66
  ```
72
- Create an empty compass project.
73
-
74
- ```
75
- compass create my-project --bare
67
+ sudo gem install gluhu
76
68
 
77
69
  ```
78
- Install gluhu
70
+ Create a new compass project using gluhu
79
71
 
80
72
  ```
81
- compass install gluhu
82
-
83
- ```
84
- Then open config.rb and require gluhu
85
-
86
- ```
87
- require 'compass/import-once/activate'
88
-
89
- # Require any additional compass plugins here.
90
-
91
- require "gluhu"
73
+ compass create my_project -r gluhu --using gluhu
92
74
 
93
75
  ```
94
-
95
76
  ### Existing compass project.
96
77
 
97
78
  Install gluhu
98
79
 
99
80
  ```
100
- compass install gluhu
81
+ gem install gluhu
101
82
 
102
83
  ```
103
84
 
@@ -112,6 +93,11 @@ require "gluhu"
112
93
 
113
94
  ```
114
95
 
96
+ Then run
97
+
98
+ ```
99
+ compass install gluhu
100
+
115
101
  ### Installing jQuery
116
102
 
117
103
  Some aspects of gluhu rely on jQuery. There are a number ways to include it. I won't go over all of them.
data/lib/gluhu.rb CHANGED
@@ -17,7 +17,7 @@ Compass::Frameworks.register('gluhu', :path => extension_path)
17
17
  # a prerelease version
18
18
  # Date is in the form of YYYY-MM-DD
19
19
  module Gluhu
20
- VERSION = "0.0.5"
20
+ VERSION = "0.0.6"
21
21
  DATE = "2014-11-22"
22
22
  end
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gluhu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Chappell