formize 1.0.3 → 1.0.4

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. data/README.rdoc +0 -2
  2. data/VERSION +1 -1
  3. data/test/helper.rb +0 -3
  4. metadata +1 -17
data/README.rdoc CHANGED
@@ -2,8 +2,6 @@
2
2
  {<img src="https://badge.fury.io/rb/formize.png" alt="Gem Version" />}[http://badge.fury.io/rb/formize]
3
3
  {<img src="https://api.travis-ci.org/burisu/formize.png?branch=master"/>}[https://travis-ci.org/burisu/formize]
4
4
  {<img src="https://gemnasium.com/burisu/formize.png"/>}[https://gemnasium.com/burisu/formize]
5
- {<img src="https://codeclimate.com/github/burisu/formize.png" />}[https://codeclimate.com/github/burisu/formize]
6
- {<img src="https://coveralls.io/repos/burisu/formize/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/burisu/formize]
7
5
 
8
6
  Form helpers. Will be integrated with SimpleForm.
9
7
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.3
1
+ 1.0.4
data/test/helper.rb CHANGED
@@ -1,6 +1,3 @@
1
- require 'coveralls'
2
- Coveralls.wear!
3
-
4
1
  require 'rubygems'
5
2
  require 'bundler'
6
3
  begin
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: formize
3
3
  version: !ruby/object:Gem::Version
4
4
  version: !binary |-
5
- MS4wLjM=
5
+ MS4wLjQ=
6
6
  prerelease:
7
7
  platform: ruby
8
8
  authors:
@@ -44,22 +44,6 @@ dependencies:
44
44
  - - ! '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- - !ruby/object:Gem::Dependency
48
- name: coveralls
49
- requirement: !ruby/object:Gem::Requirement
50
- none: false
51
- requirements:
52
- - - ! '>='
53
- - !ruby/object:Gem::Version
54
- version: '0.6'
55
- type: :development
56
- prerelease: false
57
- version_requirements: !ruby/object:Gem::Requirement
58
- none: false
59
- requirements:
60
- - - ! '>='
61
- - !ruby/object:Gem::Version
62
- version: '0.6'
63
47
  - !ruby/object:Gem::Dependency
64
48
  name: rake
65
49
  requirement: !ruby/object:Gem::Requirement