Skip to content

Commit 506d009

Browse files
committed
Remove pixate_server
1 parent 853b68c commit 506d009

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ gem 'motion-cocoapods'
66
gem 'nano-store'
77
gem 'motion-testflight'
88
gem 'motion-pixate'
9-
gem 'motion-pixate-observer'

Gemfile.lock

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ GEM
2929
cocoapods (>= 0.14.0)
3030
motion-pixate (1.2)
3131
sass
32-
motion-pixate-observer (0.2)
3332
motion-testflight (1.4)
3433
multi_json (1.5.0)
3534
multipart-post (1.1.5)
@@ -57,6 +56,5 @@ DEPENDENCIES
5756
bubble-wrap
5857
motion-cocoapods
5958
motion-pixate
60-
motion-pixate-observer
6159
motion-testflight
6260
nano-store

app/photos_controller.rb

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
class PhotosController < UICollectionViewController
2-
include Motion::Pixate::Observer
3-
42
def viewDidLoad
53
super
6-
startObserving
74

85
navigationItem.title = 'RubyFriends'
96
camera_button = UIBarButtonItem.alloc.initWithBarButtonSystemItem(UIBarButtonSystemItemCamera, target:self, action:'camera_tapped')

pixate_server

-29
This file was deleted.

0 commit comments

Comments
 (0)