Skip to content

Commit

Permalink
tweak gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sohocoke committed Sep 8, 2014
1 parent 47109c8 commit a380f22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 61 deletions.
20 changes: 11 additions & 9 deletions Gemfile
Expand Up @@ -4,32 +4,34 @@ gemspec

gem 'motion-require', :require => ['motion-require']
gem 'motion-bundler'
gem 'motion-cocoapods'
gem 'cocoapods-core'

gem 'motion-logger'

gem 'bubble-wrap'

gem 'sugarcube'
# , :branch => 'edge'
gem 'ProMotion', "~> 1.2.0"
# :branch => 'edge'
# , :git => 'https://github.com/clearsightstudio/ProMotion', :branch => 'master'

gem 'sugarcube'

# gem 'motion-pixate'

gem 'ib'

# gem 'motion-xray'
gem 'motion-hockeyrink'
gem 'motion-live'

# gem 'formotion'


gem 'motion-fileutils', :require => ['motion-fileutils']


# RubyMotion unaware gems
group :motion do
# gem "slot_machine"
end


group :development do
# gem 'motion-xray'
# gem 'motion-hockeyrink'
gem 'motion-live'
end
54 changes: 2 additions & 52 deletions Gemfile.lock
Expand Up @@ -17,17 +17,12 @@ GEM
ProMotion (1.2.1)
methadone (~> 1.3)
motion-require (~> 0.2)
activemodel (3.2.19)
activesupport (= 3.2.19)
builder (~> 3.0.0)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
awesome_print (1.2.0)
bubble-wrap (1.7.1)
bubble-wrap-http (= 1.7.1)
bubble-wrap-http (1.7.1)
builder (3.0.4)
claide (0.6.1)
cocoapods (0.33.1)
activesupport (>= 3.2.15, < 4)
Expand Down Expand Up @@ -57,76 +52,34 @@ GEM
netrc
cocoapods-try (0.3.0)
colored (1.2)
diff-lcs (1.2.5)
docile (1.1.5)
escape (0.0.4)
fuzzy_match (2.0.4)
hockeyapp (0.0.15)
activemodel
awesome_print
httmultiparty
multi_json
rake
rspec
simplecov
hockeyapp-config (0.1)
hockeyapp
httmultiparty (0.3.15)
httparty (>= 0.7.3)
mimemagic
multipart-post
httparty (0.13.1)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.11)
ib (0.4.9)
ib (0.6.0)
thor (~> 0.15.4)
tilt (~> 1.4.1)
xcodeproj (~> 0.17)
json (1.8.1)
json_pure (1.8.1)
methadone (1.7.0)
bundler
mimemagic (0.2.1)
motion-bundler (0.2.1)
thor
motion-cocoapods (1.5.0)
cocoapods (>= 0.32.1)
motion-fileutils (0.1.1)
motion-hockeyrink (0.2.2)
hockeyapp-config
motion-live (0.1)
colored (~> 1.2)
rb-fsevent (~> 0.9.1)
motion-logger (0.1.3)
motion-cocoapods (>= 1.1.0)
motion-require (0.2.0)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
nap (0.8.0)
netrc (0.7.7)
open4 (1.3.4)
rake (10.3.2)
rb-fsevent (0.9.4)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.4)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
simplecov (0.9.0)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sugarcube (2.0.2)
sugarcube (2.1.2)
thor (0.15.4)
tilt (1.4.1)
xcodeproj (0.17.0)
Expand All @@ -139,12 +92,9 @@ PLATFORMS
DEPENDENCIES
ProMotion (~> 1.2.0)
bubble-wrap
cocoapods-core
ib
motion-bundler
motion-cocoapods
motion-fileutils
motion-hockeyrink
motion-kit!
motion-live
motion-logger
Expand Down

0 comments on commit a380f22

Please sign in to comment.