Skip to content

Commit

Permalink
update for socialoud 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jul 3, 2013
1 parent 2206822 commit 3cf3e50
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 68 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source :rubygems
source 'https://rubygems.org'

gem 'sinatra'
gem 'rack-cache'
gem 'socialoud', '~> 0.1.1'
gem 'socialoud', '~> 0.1.4'
93 changes: 43 additions & 50 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,65 +1,58 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
addressable (2.2.6)
api_cache (0.2.3)
faraday (0.7.5)
addressable (~> 2.2.6)
multipart-post (~> 1.1.3)
rack (< 2, >= 1.1.0)
faraday_middleware (0.7.0)
faraday (~> 0.7.3)
hashie (1.1.0)
httparty (0.8.1)
multi_json
faraday (0.8.7)
multipart-post (~> 1.1)
github_api (0.6.5)
faraday (~> 0.8.1)
hashie (~> 1.2.0)
multi_json (~> 1.3)
nokogiri (~> 1.5.2)
oauth2
hashie (1.2.0)
httparty (0.8.3)
multi_json (~> 1.0)
multi_xml
mechanize (2.0.1)
net-http-digest_auth (>= 1.1.1, ~> 1.1)
net-http-persistent (~> 1.8)
nokogiri (~> 1.4)
webrobots (>= 0.0.9, ~> 0.0)
multi_json (1.0.3)
multi_xml (0.4.1)
multipart-post (1.1.3)
net-http-digest_auth (1.1.1)
net-http-persistent (1.9)
nokogiri (1.5.0)
octopi (0.4.5)
api_cache
httparty (>= 0.4.5)
mechanize (>= 0.9.3)
nokogiri (>= 1.3.1)
rack (1.3.4)
rack-cache (1.1)
httpauth (0.2.0)
jwt (0.1.8)
multi_json (>= 1.5)
multi_json (1.7.7)
multi_xml (0.5.4)
multipart-post (1.2.0)
nokogiri (1.5.10)
oauth2 (0.9.2)
faraday (~> 0.8)
httpauth (~> 0.2)
jwt (~> 0.1.4)
multi_json (~> 1.0)
multi_xml (~> 0.5)
rack (~> 1.2)
rack (1.5.2)
rack-cache (1.2)
rack (>= 0.4)
rack-protection (1.1.4)
rack-protection (1.5.0)
rack
simple_oauth (0.1.5)
sinatra (1.3.1)
rack (>= 1.3.4, ~> 1.3)
rack-protection (>= 1.1.2, ~> 1.1)
tilt (>= 1.3.3, ~> 1.3)
socialoud (0.1.1)
simple_oauth (0.2.0)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
socialoud (0.1.4)
github_api (~> 0.6.4)
httparty (~> 0.8.0)
nokogiri (~> 1.5.0)
octopi (~> 0.4.5)
sinatra (~> 1.3.1)
twitter (~> 1.7.2)
tilt (1.3.3)
twitter (1.7.2)
faraday (~> 0.7.4)
faraday_middleware (~> 0.7.0)
hashie (~> 1.1.0)
multi_json (~> 1.0.0)
multi_xml (~> 0.4.0)
simple_oauth (~> 0.1.5)
webrobots (0.0.12)
nokogiri (>= 1.4.4)
twitter (>= 4.0.0)
tilt (1.4.1)
twitter (4.8.1)
faraday (~> 0.8, < 0.10)
multi_json (~> 1.0)
simple_oauth (~> 0.2)

PLATFORMS
ruby

DEPENDENCIES
rack-cache
sinatra
socialoud (~> 0.1.1)
socialoud (~> 0.1.4)
7 changes: 6 additions & 1 deletion config/socialoud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ services:
user: endel
url: 'http://www.linkedin.com/in/endel'
github: endel
twitter: endel
twitter:
user: 'endel'
consumer_key: 'fhFHmdT1upI916QaVLVTw'
consumer_secret: 'dF4rfy7oPionEae6UKqoDVmW88aUCN7XH2Kt9SC1v0'
access_token: '16103025-MRtA52VJma45AIphNgwAVRSJClyIcdM1cXcmLws'
access_token_secret: 'MMqMxvGk1nBmrLuqrFHdrjjgZXJWrsve05QifCSc'
facebook: endel.dreyer
16 changes: 1 addition & 15 deletions views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</script>
</head>
<body>
<a href="http://github.com/endel/socialoud"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/bec6c51521dcc8148146135149fe06a9cc737577/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
<a href="http://github.com/endel/socialoud"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div id="container">
<div id="profile">
<div class="right">
Expand Down Expand Up @@ -49,20 +49,6 @@
Copyright © 2011 - <%= social.linkedin.full_name %>
</p>
</footer>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22321935-6']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>

0 comments on commit 3cf3e50

Please sign in to comment.