sugarcube 1.3.10 → 1.3.11

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sugarcube (1.3.10)
4
+ sugarcube (1.3.11)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -58,7 +58,7 @@ class NSAttributedString
58
58
  foo = NSVerticalGlyphFormAttributeName
59
59
  # new iOS 7 text effects
60
60
  foo = NSTextEffectAttributeName
61
- foo = NSTextEffectsLetterPressStyle
61
+ foo = NSTextEffectLetterpressStyle
62
62
  # make sure alignments get compiled
63
63
  foo = NSLeftTextAlignment
64
64
  foo = NSRightTextAlignment
@@ -137,7 +137,7 @@ class NSAttributedString
137
137
  end
138
138
 
139
139
  def letterpress
140
- with_attributes({NSTextEffectAttributeName => NSTextEffectsLetterPressStyle})
140
+ with_attributes({NSTextEffectAttributeName => NSTextEffectLetterpressStyle})
141
141
  end
142
142
 
143
143
  def with_attributes(attributes)
@@ -1,3 +1,3 @@
1
1
  module SugarCube
2
- Version = '1.3.10'
2
+ Version = '1.3.11'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sugarcube
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.10
4
+ version: 1.3.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: