Skip to content

Commit

Permalink
gem from github
Browse files Browse the repository at this point in the history
  • Loading branch information
soyoh committed Sep 8, 2016
1 parent a8b1e6b commit 4f34ecd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ gem 'rake'

gem 'motion-gradle'
gem 'newclear'

gem 'motion-android-volley', :github => 'soyoh/motion-android-volley', :branch => 'master'
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: git://github.com/soyoh/motion-android-volley.git
revision: 750c60d242974edbcae695c3a3cb7037c5368b45
branch: master
specs:
motion-android-volley (0.0.3)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -11,6 +18,7 @@ PLATFORMS
ruby

DEPENDENCIES
motion-android-volley!
motion-gradle
newclear
rake
Expand Down
4 changes: 2 additions & 2 deletions lib/pager_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def PagerAdapter(fragmentManager)
def getItem(position)
case position
when 0
return TabOneFragment.new
when 1
return TabTwoFragment.new
when 1
return TabOneFragment.new
when 2
return TabThreeFragment.new
end
Expand Down

0 comments on commit 4f34ecd

Please sign in to comment.