foundation_form_builder 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 641a1f19acac3199b1398734ccd81f852057dfdf
4
- data.tar.gz: 29acdd3bf4eb8b85999dab0e2a0efae033dabbf0
3
+ metadata.gz: a4931ced051594e66bed902cfc73c70c08d0d382
4
+ data.tar.gz: a42aecc9fc25594d07aee51cfd8599358102bbf5
5
5
  SHA512:
6
- metadata.gz: bfe7df075ac97f33f9b4e16b7c67d52add64ac42661638c908258646b82651ab61c3ba4403dda301a9b7685d824fc75e1104ac3cc2b5d49184616ce1ad122466
7
- data.tar.gz: 83d310b59371eda1a206dc8f74fd011a4237a28b0c4be4f99e64e240c3d9ef6d4ea96f9198f7eea961e4c6a835f2539d0265539f5e177561ea76c5ff7c1db4ae
6
+ metadata.gz: ad86eba922d947cadceb728d264ed13b61e9e1b2ae440f4b333d9836874b98cebf444de504964892e099677106e08efcdae2207c858fe3195906203dc789c159
7
+ data.tar.gz: 9714dc1002211e4ec1048d7c9527000c30c7eeb98e6878c108a972f4eadd90a34ac8f3200a42250ae0b0bd94c4297bf040597897de754ad120abc64278b52170
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # FoundationFormBuilder changelog
2
2
 
3
+ # 0.1.1
4
+
5
+ 25 Feb 2015
6
+
7
+ Minor change to README.
8
+
3
9
  # 0.1.0
4
10
 
5
11
  25 Feb 2015
data/README.md CHANGED
@@ -13,7 +13,11 @@ This gem is a work in progress. I welcome bug reports and pull requests! It's on
13
13
 
14
14
  ## Sounds great! How do I use it?
15
15
 
16
- Install the gem, then put the following in your `application.rb` file:
16
+ Install the gem:
17
+ ```ruby
18
+ gem install foundation_form_builder
19
+ ```
20
+ Then put the following in your `application.rb` file:
17
21
  ```ruby
18
22
  config.action_view.default_form_builder = FoundationFormBuilder
19
23
  ```
@@ -1,5 +1,5 @@
1
1
  require File.join(File.dirname(__FILE__), '..', 'foundation_form_builder')
2
2
 
3
3
  FoundationFormBuilder.class_eval do
4
- self::VERSION = "0.1.0"
4
+ self::VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foundation_form_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marnen Laibow-Koser