sugarcube 1.3.9 → 1.3.10

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sugarcube (1.3.9)
4
+ sugarcube (1.3.10)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -57,7 +57,7 @@ class NSAttributedString
57
57
  foo = NSShadowAttributeName
58
58
  foo = NSVerticalGlyphFormAttributeName
59
59
  # new iOS 7 text effects
60
- foo = NSTextEffectsAttributeName
60
+ foo = NSTextEffectAttributeName
61
61
  foo = NSTextEffectsLetterPressStyle
62
62
  # make sure alignments get compiled
63
63
  foo = NSLeftTextAlignment
@@ -137,7 +137,7 @@ class NSAttributedString
137
137
  end
138
138
 
139
139
  def letterpress
140
- with_attributes({NSTextEffectsAttributeName => NSTextEffectsLetterPressStyle})
140
+ with_attributes({NSTextEffectAttributeName => NSTextEffectsLetterPressStyle})
141
141
  end
142
142
 
143
143
  def with_attributes(attributes)
@@ -1,3 +1,3 @@
1
1
  module SugarCube
2
- Version = '1.3.9'
2
+ Version = '1.3.10'
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.9
4
+ version: 1.3.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: