formulaic 0.0.4 → 0.0.5

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: 5d9ec5d5cc87209a8e0c514da227986091fae2f6
4
- data.tar.gz: a4c19d8ff89e8aff97e4ba5ac7691acab348801d
3
+ metadata.gz: c46c19db04768620d83729bcca395bbb0d7c0393
4
+ data.tar.gz: 4ed3813d96483d9abed3ea6139ece471a9b7006f
5
5
  SHA512:
6
- metadata.gz: be8c3a6bf12ca92ec6d77030be9f4f2e6abfe7a3853131022b378118493b62e395867a0314e28895ffb63d075017db7695d4714b9a4ecbda806688cc8ba2e719
7
- data.tar.gz: 13be8a70905ad76aaf456134f2ca47451ee8a5856b944064b4fad8b65e45ee296bbeab18af1d568746d1c5cdd276c5671480b5332ca25525acbe55fab2165546
6
+ metadata.gz: 4ba299637c54771ff12994896dad3a5811bc48c7721b538e5903028c853e05767a36f7faf8ebc1342f23d65ec38b9c834fc8ecc54f56d30463a91f827767f172
7
+ data.tar.gz: ea6e0f9f31e191d92830cfbbebf67961842108d8a03bb83236ce6d0d544db6077543b3771e9c9a84f3877810ef0f12384a559e884a5b62d72ae7f0ea25b39150
data/lib/formulaic.rb CHANGED
@@ -1,10 +1,10 @@
1
1
  require 'active_support/core_ext/string/inflections'
2
2
  require 'formulaic/version'
3
+ require 'formulaic/errors'
3
4
  require 'formulaic/label'
4
5
  require 'formulaic/inputs'
5
6
  require 'formulaic/form'
6
7
  require 'formulaic/dsl'
7
8
 
8
9
  module Formulaic
9
- # Your code goes here...
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module Formulaic
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formulaic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Thompson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-04 00:00:00.000000000 Z
11
+ date: 2014-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  version: '0'
166
166
  requirements: []
167
167
  rubyforge_project:
168
- rubygems_version: 2.2.1
168
+ rubygems_version: 2.2.2
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Simplify form filling with Capybara