csl 1.2.2 → 1.2.3

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: 4ba697e8ee6beb0a5f0e7cb670c6e9e7310ef449
4
- data.tar.gz: b533d511d930f657c16d33eb65514b740817559b
3
+ metadata.gz: c2440f83717e0f6837afcc83266cd4a3840a3616
4
+ data.tar.gz: 8b23cc4a6b0d37be88b2ab89db161a1a807e6ffa
5
5
  SHA512:
6
- metadata.gz: bfe06f2128b18206ffa1cc3a201b04bc6e65f6ae6b84cad7314793914568ea25db42ec0e153ece3f2fdac7d20d00cc4b31faa2b33cd1fec6aed447bc9887b207
7
- data.tar.gz: c4b0e5a5e26af8fe88d9ada3b7ac7aeb50ea4f3925fe835525e4c0fea427347dd78712d10f4da8913b08e14ad867b12e9fdc36b5862650321ffd8beab4c9fad9
6
+ metadata.gz: 4b4b1ba0f7ca04742e7366595629000cb1bf40ca526a3fee6d637beb91632794b9cb63e39fbaad6b41813daa71a3a394fd3c25e770200eef5081dc3d8d839ba6
7
+ data.tar.gz: dfed6689b3b10f021634deb117dd81f740f8ebf9a4c87f3e1b0552b28a41dd1eb2055a59f1f44d6abecc383d3b124d86f10f019b2ed6b0b35bf392d5d49b23fa
@@ -4,8 +4,8 @@ module CSL
4
4
  # The Group rendering element must contain one or more rendering
5
5
  # element (with the exception of {Layout}). Group nodes may carry the
6
6
  # delimiter attribute to separate their child elements, as well as
7
- # affixes and display attributes (applied to the output of the group
8
- # as a whole).
7
+ # affixes and display attributes and text formatting (applied to the
8
+ # output of the group as a whole).
9
9
  #
10
10
  # Groups implicitly act as a conditionals: a Group and its child
11
11
  # elements are suppressed if a) at least one rendering element in
@@ -17,15 +17,6 @@ module CSL
17
17
  def delimiter
18
18
  attributes.fetch(:delimiter, '')
19
19
  end
20
-
21
- # Returns only those formatting options applicable to the Group
22
- # node itself; not those which are transmitted to the enclosed
23
- # elements.
24
- #
25
- # @return [Hash] the node's formatting options
26
- def formatting_options
27
- attributes_for :display, *Schema.attr(:affixes)
28
- end
29
20
  end
30
21
 
31
22
  end
@@ -1,3 +1,3 @@
1
1
  module CSL
2
- VERSION = '1.2.2'.freeze
2
+ VERSION = '1.2.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvester Keil