redpotion 1.1.4 → 1.1.5

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: 1b8ed7dc9afb619bcacc7b6f8eed6ebabdb0ab46
4
- data.tar.gz: 806764dbce2d32f6a7b7da9d0945c91f8892dfd9
3
+ metadata.gz: ff7abd6877573407515184fcdb6ffcf36cf90388
4
+ data.tar.gz: d101e5ebf156d35b36afe14fd78db4b5a6b92e89
5
5
  SHA512:
6
- metadata.gz: 30bd9d75f3e6d3447050f15f28682aebffa69e57744e6aead33e74fb19f19c5ce46d9e73569a2caa2faef350c6ddd00368b3a53db1397dd85fdebef043d7e417
7
- data.tar.gz: c88506639fad0ecc0ca4d0e431934cd6807ba5dcca72d88dfd0174795be7cf3fb067a57efd9b7a77a06769d8ec81e4635f89763a47f6a1ae9b8659ff3fa82b8c
6
+ metadata.gz: 61fbfacda0ad7feccf6bb5ed10532a30575967910e36cf0f502bf9f6a43e9401f029822b575f121188ebc1609e787441112b5ce6c31cbbe001b74ad6a55bb9c1
7
+ data.tar.gz: 7884757b4dc337a5c46795aa4a7d81a23a977329af364662f9e508786d0e715f5bcfdf3fd7e016fa12c48a656aa9431658482094795114bf3ff2a7a338156c3e
@@ -1,3 +1,3 @@
1
1
  module RedPotion
2
- VERSION = "1.1.4"
2
+ VERSION = "1.1.5"
3
3
  end
@@ -25,11 +25,6 @@ class <%= @name_camel_case %>Screen < UICollectionViewController
25
25
  end
26
26
  end
27
27
 
28
- # Remove the following if you're only using portrait
29
- def will_animate_rotate(orientation, duration)
30
- reapply_styles
31
- end
32
-
33
28
  def numberOfSectionsInCollectionView(view)
34
29
  1
35
30
  end
@@ -51,4 +46,8 @@ class <%= @name_camel_case %>Screen < UICollectionViewController
51
46
  puts "Selected at section: #{index_path.section}, row: #{index_path.row}"
52
47
  end
53
48
 
54
- end
49
+ # Remove the following if you're only using portrait
50
+ def will_animate_rotate(orientation, duration)
51
+ reapply_styles
52
+ end
53
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redpotion
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfiniteRed