formnestic 1.0.6 → 1.0.7

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: e3c38a85b6a041d9a1a3c8f1e185d57bac16d745
4
- data.tar.gz: 67ecd9c9346934ab650e320d076bcc7387c77f75
3
+ metadata.gz: 2efafe689f391ab0a0771c1d5b13786194905218
4
+ data.tar.gz: 5dffa27fc75df13805da4ef765f4efd1bbe573a4
5
5
  SHA512:
6
- metadata.gz: da9b01137798419af20cfc91c912643aa186cd780f5fb56801c5b397db306c7edd9faee35254896d0841d49cb9e25e8e7ac66fae0e88a28720607ceb280492f2
7
- data.tar.gz: ee6eddc214eb3dbd9b8046c7e160803e7fe4a3ca12e0be8cbdff376a2a82ff7a2ab424c972c6603ffc2683658946b5e236b30432d06e450cdd2ff19045b51ef5
6
+ metadata.gz: 6fe94b00531903a3ceaf7501b2057410b3069cfb07cfaac4273c092b70340a4aa61d94e31ceb8b866274d00dd8054d8a5377239acf524439dd257f50479cbe59
7
+ data.tar.gz: eea158cd30f720f04e435a6cb2c2a631439a5b13e19b6a1ef3d70f2ce74a2299603bc0168fb061c3baee3a37ecf4321be41bd002f528a7fd11d4a0506b3a6c7d
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source "http://rubygems.org"
1
+ source 'http://rubygems.org'
2
2
  # Add dependencies required to use your gem here.
3
3
  # Example:
4
4
  # gem "activesupport", ">= 2.3.5"
@@ -7,14 +7,14 @@ source "http://rubygems.org"
7
7
  # Include everything needed to run rake, tests, features, etc.
8
8
 
9
9
  group :development, :test do
10
- gem "shoulda", ">= 0"
11
- gem "bundler", "~> 1.0"
10
+ gem 'bundler', '~> 1.0'
11
+ gem 'jeweler', '~> 2.0.1'
12
12
  gem 'rdoc', '~> 3.4'
13
- gem "jeweler", "~> 2.0.1"
14
13
  gem 'rspec-rails', '~> 2.14.0'
15
14
  gem 'rspec_tag_matchers', '>= 1.0.0'
16
- gem 'tzinfo'
15
+ gem 'shoulda', '>= 0'
17
16
  gem 'spork'
17
+ gem 'tzinfo'
18
18
  gem 'watchr'
19
19
  end
20
20
 
@@ -23,6 +23,8 @@ group :test do
23
23
  end
24
24
 
25
25
  gem 'actionpack', '>= 3.2.13'
26
- gem 'formtastic', ">= 2.2.1"
27
26
  gem 'coveralls', require: false
28
- # gem 'formtastic', path: '../formtastic'
27
+ gem 'formtastic', '>= 2.2.1'
28
+ # gem 'formtastic', path: '../formtastic'
29
+ #
30
+ gem 'json', '>= 1.8.3'
data/Gemfile.lock CHANGED
@@ -57,7 +57,7 @@ GEM
57
57
  rake
58
58
  rdoc
59
59
  journey (1.0.4)
60
- json (1.8.1)
60
+ json (1.8.6)
61
61
  jwt (1.0.0)
62
62
  mime-types (2.3)
63
63
  mini_portile (0.6.0)
@@ -142,6 +142,7 @@ DEPENDENCIES
142
142
  coveralls
143
143
  formtastic (>= 2.2.1)
144
144
  jeweler (~> 2.0.1)
145
+ json (>= 1.8.3)
145
146
  rake
146
147
  rdoc (~> 3.4)
147
148
  rspec-rails (~> 2.14.0)
@@ -150,3 +151,6 @@ DEPENDENCIES
150
151
  spork
151
152
  tzinfo
152
153
  watchr
154
+
155
+ BUNDLED WITH
156
+ 1.15.4
data/formnestic.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = 'formnestic'
8
- s.version = '1.0.6'
8
+ s.version = '1.0.7'
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ['James']
12
- s.date = '2018-04-12'
12
+ s.date = '2018-04-14'
13
13
  s.description = 'An extension of famous Formtastic Form Builder to make building nested and association form with nested model addable and removable ability extremely easy and simple'
14
14
  s.email = 'james@rubify.com'
15
15
  s.extra_rdoc_files = [
@@ -88,7 +88,7 @@ module Formnestic
88
88
  Formtastic::Inputs::BooleanInput.class_eval do
89
89
  def label_text_with_embedded_checkbox
90
90
  if builder.options[:display_type] == 'table'
91
- check_box_html
91
+ check_box_html << '' << template.content_tag(:span)
92
92
  else
93
93
  formtastic_label_text_with_embedded_checkbox
94
94
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formnestic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - James
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-12 00:00:00.000000000 Z
11
+ date: 2018-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack