generate-column-widths 0.0.1 → 0.0.2

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: aeaae8a97425684bcaaa894651131a3f6fe93d28
4
- data.tar.gz: fe60d18972ef4917c5e1a6c539e4b40ab71ddace
3
+ metadata.gz: 54c85672716235f16814020d026b0c608223a6a3
4
+ data.tar.gz: ca925b88157a2d95614010df1543041e30efd19a
5
5
  SHA512:
6
- metadata.gz: 81218fd6c200cb01573b4e3f797a77d479723b5f0b3e84967ededb6fa450436454c0c5e39c7912be4b8e475025c42775212953ed31189f82b89aa517136a0e0e
7
- data.tar.gz: 9c418a888ffca67054c6b950e8fd09746857e527c1f2dadcf4ef118fd2a84d49833c35a7e84de7aeac031ebbc693d7dfd37d4cd3af6e06ccb11e082baf13be2a
6
+ metadata.gz: 15bfc55147a6d64d132f3df0c8a8cee341c504b7e0eb49968666a029ee56e46d7bdfb0bde046bfbcc9f09cfa231502c34b593b39d3bc62906980e6b56e254a22
7
+ data.tar.gz: 55a297a4f509446ff9d413c5142cc1594baf2b3701f2cc9d78e8be6afb8b2a2261f0c18ced63bfac2491581b8d5129a210ea7d8b674d26b3edad2c8897edb27a
data/README.md CHANGED
@@ -21,14 +21,13 @@ small and above (a Bootstrap concept):
21
21
  ...
22
22
  <% end %>
23
23
 
24
- The variable generated by the gem replaces the "3" in the col-sm-3 with the
25
- variable generated by the gem's method. As your view iterates through the
26
- items in the collection and renders them in the view, it will generate only the
27
- number of columns you need for the data you have. The columns will
28
- automatically be the right width to accommodate your data. If you have fewer
29
- than expected, your columns won't all be clumped together to one side- and you
30
- can accomplish that without having to add a bunch of centering divs to wrap the
31
- content.
24
+ The variable generated by the gem replaces the "3" in the col-sm-3. As your view
25
+ iterates through the items in the collection and renders them in the view, it
26
+ will generate only the number of columns you need for the data you have. The
27
+ columns will automatically be the right width to accommodate your data. If you
28
+ have fewer than expected, your columns won't all be clumped together to one
29
+ side - and you can accomplish that without having to add a bunch of centering
30
+ divs to wrap the content.
32
31
 
33
32
  This doc is largely implementation oriented. If you need a bit more of a plain
34
33
  English description of what it does, check out my blog post:
@@ -1,3 +1,3 @@
1
1
  module GenerateColumnWidths
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: generate-column-widths
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'Liane Allen'"
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-23 00:00:00.000000000 Z
11
+ date: 2014-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler