spacegrid 0.3.0 → 0.4.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -0
  3. data/lib/spacegrid/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 244c8d74b1b2da9289d3a88db77f9526089ba52a
4
- data.tar.gz: 7a229371f586caf6ec4afed3bf3c579296349739
3
+ metadata.gz: 7fbb7b6e6f80563e9dab106c269aa4921312d5b8
4
+ data.tar.gz: b07bd386c18189c14a3a906427c260eeeb617a3e
5
5
  SHA512:
6
- metadata.gz: 810eefdf951384125cc9ddf8de97693f7cb2f1d800372023a1ba37f1a01db7e227cd95486b10758b1dd120ae874198b0dfc76980c397aad71363ca78258d2514
7
- data.tar.gz: e1075734c512ab41ace98d500d5f99ebcc8451f99063cbe340c8ff38215482fc0e11baa5a4cb5cbe9d7888a3c8a104023da2cd7abb4ab83590e8fd3fa57e3dca
6
+ metadata.gz: 0e3cf0d4539dfaa7c86cecdaa565dc43bb66fa4e956858f8adae73aa8376e99cd866d0e5b55c057868a3d0a9bb13b7ff6bdb3d4102b32b88e6d3512d9b573b20
7
+ data.tar.gz: 8844cf37ff6dd49eb556fe3f684776aef4a4d8cc20cc81a883aee0f66aa3862b86b6db50ca009646e0c65f1a4dd201328d3446906458b4430aa6e9442e1cbeea
data/README.md CHANGED
@@ -17,6 +17,11 @@ And then execute:
17
17
  Or install it yourself as:
18
18
 
19
19
  $ gem install spacegrid
20
+
21
+ Add this to your application.css file:
22
+ ```css
23
+ *= require spacegrid
24
+ ```
20
25
 
21
26
  ## Usage
22
27
 
@@ -1,3 +1,3 @@
1
1
  module Spacegrid
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spacegrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Speek