swipe_action_cell 0.0.1 → 0.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module SwipeActionCell
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -2,7 +2,7 @@ require "swipe_action_cell/version"
2
2
 
3
3
  if defined?(Motion::Project::Config)
4
4
  Motion::Project::App.setup do |app|
5
- app.files.unshift File.join(File.dirname(__FILE__), 'swipe_action_cell/swipe_action_cell.rb')
5
+ app.files.unshift File.join(File.dirname(__FILE__), 'swipe_action_cell/cell.rb')
6
6
  app.files.unshift File.join(File.dirname(__FILE__), 'swipe_action_cell/ui_color.rb')
7
7
  end
8
8
  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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -41,7 +41,7 @@ files:
41
41
  - README.md
42
42
  - Rakefile
43
43
  - lib/swipe_action_cell.rb
44
- - lib/swipe_action_cell/swipe_action_cell.rb
44
+ - lib/swipe_action_cell/cell.rb
45
45
  - lib/swipe_action_cell/ui_color.rb
46
46
  - lib/swipe_action_cell/version.rb
47
47
  - spec/spec_helper.rb
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  version: '0'
63
63
  segments:
64
64
  - 0
65
- hash: -1636049322108541902
65
+ hash: 692351394825242558
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: -1636049322108541902
74
+ hash: 692351394825242558
75
75
  requirements: []
76
76
  rubyforge_project:
77
77
  rubygems_version: 1.8.24