swipe_action_cell 0.0.2 → 0.0.3

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.
@@ -57,7 +57,7 @@ class SwipeActionCell < UITableViewCell
57
57
 
58
58
  def scrollToContent
59
59
  point = CGPointMake(frame.size.width, 0)
60
- scrollView.setContentOffset point, animated: true
60
+ @scrollView.setContentOffset point, animated: true
61
61
  end
62
62
 
63
63
  def scrollViewDidEndDragging scrollView, willDecelerate: decelerate
@@ -1,3 +1,3 @@
1
1
  module SwipeActionCell
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swipe_action_cell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  version: '0'
63
63
  segments:
64
64
  - 0
65
- hash: 692351394825242558
65
+ hash: -4071624766271186201
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  none: false
68
68
  requirements:
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: '0'
72
72
  segments:
73
73
  - 0
74
- hash: 692351394825242558
74
+ hash: -4071624766271186201
75
75
  requirements: []
76
76
  rubyforge_project:
77
77
  rubygems_version: 1.8.24