rafters 0.1.1 → 0.1.2

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 +2 -1
  3. data/lib/rafters/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d30e4f0a45c078c88bcbe7d14dfedf82a751457c
4
- data.tar.gz: 71b142a7c0e4aac1d92c9d87403878f2e638ea1c
3
+ metadata.gz: dfb96c1fb775e7313b0911d32679586bcd2ced2f
4
+ data.tar.gz: e48e5801a7f11e7099dd3009df82f9b925d5f35c
5
5
  SHA512:
6
- metadata.gz: a0158965d487d1f1fe2ffbd6225892e748d101fb34f92bc42623239ac2869ae0ddf1baa3f8b4f8ebdb73f50846862d2a6b75937910c13f7538d80042949ce5f6
7
- data.tar.gz: 8847730bd7de7cc059de12afb0d2eb4f3e73524aaeff6490e4b488501d574f66efc2017210ddcb136161af13b4fc9afc782a0d5cb2167b03297475ab6e3f0b39
6
+ metadata.gz: 93abdd3b6e4a5714a3c826f6d6776e54e0207599a304d6885194a8e6ac683da7ec1e83e4711e9b8c0a0b4b92f8258682596054256f2de82185b54ab3d5aa1c74
7
+ data.tar.gz: 4419ac55b0c987f5c24d2b16928c7b49435d834bcc6801594814f00d4f1398400912c356a5a9fa62975ee765ad91dad741d77850f8f795b9720c284fadccc1cd
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/andyhite/rafters.png?branch=master)](https://travis-ci.org/andyhite/rafters)
4
4
  [![Gem Version](https://badge.fury.io/rb/rafters.png)](http://badge.fury.io/rb/rafters)
5
+ [![Code Climate](https://codeclimate.com/github/andyhite/rafters.png)](https://codeclimate.com/github/andyhite/rafters)
5
6
 
6
7
  Rafters lets you think about each page of your application as a collection of small pieces instead of monolithic, difficult to maintain
7
8
  views.
@@ -72,7 +73,7 @@ You can render components anywhere - in your view, in your controller, in anothe
72
73
 
73
74
  ### Adding an attribute to a component
74
75
 
75
- Each component exposes `attributes` to it's view as locals. The `attributes` are simply a collection of methods that you explicitly declare as `attributes` in your component, using the Rafters::Component.attribute` or `Rafters::Component.attributes` methods.
76
+ Each component exposes `attributes` to it's view as locals. The `attributes` are simply a collection of methods that you explicitly declare as `attributes` in your component, using the `Rafters::Component.attribute` or `Rafters::Component.attributes` methods.
76
77
 
77
78
  For instance, let's say we have a HeadingComponent that exposes a title attribute:
78
79
 
@@ -1,3 +1,3 @@
1
1
  module Rafters
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rafters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Hite
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-29 00:00:00.000000000 Z
11
+ date: 2013-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler