sugarcube 3.1.0 → 3.1.1

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
2
  SHA1:
3
- metadata.gz: 4a745c8ca1508da0db8c5282c8e467a95da3c764
4
- data.tar.gz: 3dd4c5bdaf1344b81d1c530692213410c4336eae
3
+ metadata.gz: e03ee8ded13781481465fce15d246ebe5cf49c63
4
+ data.tar.gz: 637174af1e8c26d5b1d8ecd9fccd5cf5591346aa
5
5
  SHA512:
6
- metadata.gz: 2b708aa93d0816e2d7d49b0bc5855927492e59f98301d52ef4438200c6b31fd0ee3db126661d14c7785da237cd194636a963ee4d65b9d19e36c987a2489d2fca
7
- data.tar.gz: 29df8410a6f249ada0716b5babbebadf1d94d575dc706cf4f9afa7b77b5b975adab882ff1e7096a5c2129cd650270eb3696e5a16f63fc98288e548fa4336c9a8
6
+ metadata.gz: 2c4a3d873454213586425aee5ebe4827ecab047462c6b7e591073857b0e5a3fbbe896fb1feca2b6f9b63fa167139e899ce342e333f0ca22605cd53b278e5cc9e
7
+ data.tar.gz: 51a6bee7e45b0b98a659ad6472f0d7d96f203881268b950b428a1109b70e07f32dc7bda08bbf99d0ba1ad3038cd60d26789e52559554a505b9617117d8394c69
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module SugarCube
2
- Version = '3.1.0'
2
+ Version = '3.1.1'
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: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colin T.A. Gray
@@ -100,7 +100,6 @@ files:
100
100
  - lib/ios/sugarcube-animations/animation_chain.rb
101
101
  - lib/ios/sugarcube-animations/uiview.rb
102
102
  - lib/ios/sugarcube-attributedstring/nsattributedstring.rb
103
- - lib/ios/sugarcube-base64/uiimage.rb
104
103
  - lib/ios/sugarcube-color/fixnum.rb
105
104
  - lib/ios/sugarcube-color/nsarray.rb
106
105
  - lib/ios/sugarcube-color/nsstring.rb
@@ -158,7 +157,6 @@ files:
158
157
  - lib/ios/sugarcube-ui/uiwebview.rb
159
158
  - lib/osx/sugarcube-animations/nsview.rb
160
159
  - lib/osx/sugarcube-attributedstring/nsattributedstring.rb
161
- - lib/osx/sugarcube-base64/nsimage.rb
162
160
  - lib/osx/sugarcube-color/fixnum.rb
163
161
  - lib/osx/sugarcube-color/nsarray.rb
164
162
  - lib/osx/sugarcube-color/nscolor.rb
@@ -1,9 +0,0 @@
1
- class UIImage
2
-
3
- def to_base64
4
- end
5
-
6
- def self.from_base64
7
- end
8
-
9
- end
@@ -1,9 +0,0 @@
1
- class NSImage
2
-
3
- def to_base64
4
- end
5
-
6
- def self.from_base64
7
- end
8
-
9
- end