marty 2.3.12 → 2.3.13

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
- SHA256:
3
- metadata.gz: 193152588af0304688722d3bd43abd7967eee5b899deea061fb686dc37b0213c
4
- data.tar.gz: a1dba768ff691e07c4df0bd6aaeadc2682751d3d613228548fcbd6870e3bd796
2
+ SHA1:
3
+ metadata.gz: 6f430fb3de709a8defa184dd6713f26f4241eb00
4
+ data.tar.gz: 7c4b7968a63650d1c64ebe92ad078afe73a2de0d
5
5
  SHA512:
6
- metadata.gz: 31196a26b9d8c5c1fdf199f66598eb203bb07a650b14a751075f1404272ebecabb0c951e72a64f52bca84f8ee44d9822aeafaa28c850d3f7ac1caa5687265322
7
- data.tar.gz: 9dccbde18cd34de9b11beb339bba4ef98234213d60f2ef40a0fe528cf9ec770fbf8337257bbf1f86607d9a19d29627b70ee96a8160071cc1004cefd8ea414bc9
6
+ metadata.gz: c34932a807c4104371feb55c3f60c55e142a1c0da653f5db0d9fbd6cc407fdc53e6680b5271ad58fa8551a862b0ee6012d5409641406ad285c733675bf7425ed
7
+ data.tar.gz: de51f0373c9f1b368f89baffd59982cb14a426cd38dfccc4350e5ab14f98366ea0fc6634814a490868ba7d7ba6c225288ad6e03473c6f70253e58c60d55fc38f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- marty (2.3.11)
4
+ marty (2.3.13)
5
5
  aws-sigv4 (~> 1.0, >= 1.0.2)
6
6
  axlsx (= 3.0.0pre)
7
7
  coderay
@@ -1,11 +1,3 @@
1
1
  class Marty::Form < Netzke::Form::Base
2
2
  extend ::Marty::Permissions
3
-
4
- client_styles do |c|
5
- c.require :form
6
- end
7
-
8
- def add_cls_to_fields items
9
- items.map{|i| i + {'label_cls' => 'marty-form-field-label'}}
10
- end
11
3
  end
@@ -262,7 +262,7 @@ class Marty::ReportForm < Marty::Form
262
262
  }
263
263
  }
264
264
 
265
- c.items = add_cls_to_fields(items)
265
+ c.items = items
266
266
  c.repformat = format
267
267
  c.title = "Generate: #{title}-#{sset.tag.name}"
268
268
  c.reptitle = title
@@ -1,3 +1,3 @@
1
1
  module Marty
2
- VERSION = "2.3.12"
2
+ VERSION = "2.3.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marty
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.12
4
+ version: 2.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arman Bostani
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2018-10-04 00:00:00.000000000 Z
17
+ date: 2018-10-12 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: pg
@@ -207,7 +207,6 @@ files:
207
207
  - app/components/marty/extras/layout.rb
208
208
  - app/components/marty/extras/misc.rb
209
209
  - app/components/marty/form.rb
210
- - app/components/marty/form/client/form.css
211
210
  - app/components/marty/grid.rb
212
211
  - app/components/marty/grid_append_only.rb
213
212
  - app/components/marty/import_type_view.rb
@@ -1707,7 +1706,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1707
1706
  version: '0'
1708
1707
  requirements: []
1709
1708
  rubyforge_project:
1710
- rubygems_version: 2.7.7
1709
+ rubygems_version: 2.6.14
1711
1710
  signing_key:
1712
1711
  specification_version: 4
1713
1712
  summary: A framework for working with versioned data
@@ -1,3 +0,0 @@
1
- .marty-form-field-label {
2
- padding-left: 10px;
3
- }