Skip to content

Commit

Permalink
new release - 1.2.0 - with SSL support
Browse files Browse the repository at this point in the history
  • Loading branch information
RaVbaker committed May 13, 2014
1 parent ea474bf commit dacd02c
Show file tree
Hide file tree
Showing 26 changed files with 1,521 additions and 1,855 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.0 2014-05-13
* New image sizes support: Large square, Small 320, Medium 640 - #5 - https://github.com/RaVbaker/flickr/issues/5
* SSL support for requests to Flickr API - #4 - https://github.com/RaVbaker/flickr/issues/4
This change might not be backward compatible so I changed gem version to 1.2. See README.md for more info about SSL

1.1.2 2014-04-17
* No changes at all. I failed to set a gem update date for 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
flickr.rb (1.1.2)
flickr.rb (1.2.0)
xml-simple (>= 1.0.7)

GEM
Expand Down
4 changes: 2 additions & 2 deletions flickr.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = 'flickr.rb'
s.version = '1.1.2'
s.version = '1.2.0'
s.authors = ['Scott Raymond, Patrick Plattes, Rafal Piekarski']
s.autorequire = 'flickr.rb'
s.date = '2014-04-17'
s.date = '2014-05-13'
s.email = '[email protected]'
s.files = Dir.glob("**/*").delete_if { |item| item.include?(".git") || item[/^pkg/] }
s.homepage = 'http://github.com/RaVbaker/flickr/'
Expand Down
323 changes: 182 additions & 141 deletions rdoc/Flickr.html

Large diffs are not rendered by default.

173 changes: 103 additions & 70 deletions rdoc/Flickr/Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,76 +2,76 @@

<html>
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">

<title>class Flickr::Config - Flickr</title>

<link href="../fonts.css" rel="stylesheet">
<link href="../rdoc.css" rel="stylesheet">
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">

<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>

<script src="../js/jquery.js"></script>
<script src="../js/navigation.js"></script>
<script src="../js/search_index.js"></script>
<script src="../js/search.js"></script>
<script src="../js/searcher.js"></script>
<script src="../js/darkfish.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>


<body id="top" role="document" class="class">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="../index.html" rel="home">Home</a>
</h2>

<div id="table-of-contents-navigation">
<a href="../table_of_contents.html#pages">Pages</a>
<body id="top" class="class">
<nav id="metadata">
<nav id="home-section" class="section">
<h3 class="section-header">
<a href="../index.html">Home</a>
<a href="../table_of_contents.html#classes">Classes</a>
<a href="../table_of_contents.html#methods">Methods</a>
</div>
</div>
</h3>
</nav>

<div id="search-section" role="search" class="project-section initially-hidden">

<nav id="search-section" class="section project-section" class="initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
<h3 class="section-header">
<input type="text" name="search" placeholder="Search" id="search-field"
title="Type to search, Up and Down to navigate, Enter to load">
</div>

<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</h3>
</form>
</div>

</div>
<ul id="search-results" class="initially-hidden"></ul>
</nav>




<div id="class-metadata">
<div id="file-metadata">
<nav id="file-list-section" class="section">
<h3 class="section-header">Defined In</h3>
<ul>
<li>lib/flickr.rb
</ul>
</nav>


<div id="parent-class-section" class="nav-section">
<h3>Parent</h3>
</div>

<div id="class-metadata">

<nav id="parent-class-section" class="section">
<h3 class="section-header">Parent</h3>

<p class="link">Object

</div>
</nav>



<!-- Method Quickref -->
<div id="method-list-section" class="nav-section">
<h3>Methods</h3>
<nav id="method-list-section" class="section">
<h3 class="section-header">Methods</h3>

<ul class="link-list" role="directory">
<ul class="link-list">

<li ><a href="#method-c-get">::get</a>

Expand All @@ -82,21 +82,54 @@ <h3>Methods</h3>
<li ><a href="#method-c-parsed-3F">::parsed?</a>

</ul>
</div>
</nav>

</div>

<div id="project-metadata">
<nav id="fileindex-section" class="section project-section">
<h3 class="section-header">Pages</h3>

<ul>

<li class="file"><a href="../README_md.html">README</a>

</ul>
</nav>

<nav id="classindex-section" class="section project-section">
<h3 class="section-header">Class and Module Index</h3>

<ul class="link-list">

<li><a href="../Flickr.html">Flickr</a>

<li><a href="../Flickr/Config.html">Flickr::Config</a>

<li><a href="../Flickr/Group.html">Flickr::Group</a>

<li><a href="../Flickr/Photo.html">Flickr::Photo</a>

<li><a href="../Flickr/PhotoCollection.html">Flickr::PhotoCollection</a>

<li><a href="../Flickr/Photoset.html">Flickr::Photoset</a>

<li><a href="../Flickr/User.html">Flickr::User</a>

</ul>
</nav>

</div>
</nav>

<main role="main" aria-labelledby="class-Flickr::Config">
<h1 id="class-Flickr::Config" class="class">
class Flickr::Config
</h1>
<div id="documentation">
<h1 class="class">class Flickr::Config</h1>

<section class="description">
<div id="description" class="description">

<p>This class supports external configuration</p>

</section>
</div><!-- description -->



Expand All @@ -110,11 +143,10 @@ <h1 id="class-Flickr::Config" class="class">



<!-- Methods -->

<section id="public-class-5Buntitled-5D-method-details" class="method-section">
<header>
<h3>Public Class Methods</h3>
</header>
<section id="public-class-5Buntitled-5D-method-details" class="method-section section">
<h3 class="section-header">Public Class Methods</h3>


<div id="method-c-get" class="method-detail ">
Expand All @@ -136,18 +168,18 @@ <h3>Public Class Methods</h3>


<div class="method-source-code" id="get-source">
<pre><span class="ruby-comment"># File lib/flickr.rb, line 257</span>
<pre><span class="ruby-comment"># File lib/flickr.rb, line 270</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">get</span>
<span class="ruby-identifier">@@configuration</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div><!-- get-source -->

</div>




</div>
</div><!-- get-method -->


<div id="method-c-load_from_file" class="method-detail ">
Expand All @@ -170,21 +202,21 @@ <h3>Public Class Methods</h3>


<div class="method-source-code" id="load_from_file-source">
<pre><span class="ruby-comment"># File lib/flickr.rb, line 244</span>
<pre><span class="ruby-comment"># File lib/flickr.rb, line 257</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">load_from_file</span> <span class="ruby-identifier">file</span>
<span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exist?</span>(<span class="ruby-identifier">file</span>)
<span class="ruby-identifier">@@configuration</span> = <span class="ruby-constant">YAML</span>.<span class="ruby-identifier">load</span>(<span class="ruby-constant">ERB</span>.<span class="ruby-identifier">new</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-identifier">file</span>)).<span class="ruby-identifier">result</span>)
<span class="ruby-identifier">@@parsed</span> = <span class="ruby-keyword">true</span>
<span class="ruby-identifier">parse_in_rails_env!</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div><!-- load_from_file-source -->

</div>




</div>
</div><!-- load_from_file-method -->


<div id="method-c-parse_in_rails_env-21" class="method-detail ">
Expand All @@ -206,18 +238,18 @@ <h3>Public Class Methods</h3>


<div class="method-source-code" id="parse_in_rails_env-21-source">
<pre><span class="ruby-comment"># File lib/flickr.rb, line 252</span>
<pre><span class="ruby-comment"># File lib/flickr.rb, line 265</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">parse_in_rails_env!</span>
<span class="ruby-identifier">@@configuration</span> = <span class="ruby-identifier">@@configuration</span>[<span class="ruby-constant">RAILS_ENV</span>].<span class="ruby-identifier">symbolize_keys</span> <span class="ruby-keyword">if</span> <span class="ruby-keyword">defined?</span> <span class="ruby-constant">RAILS_ENV</span> <span class="ruby-keyword">and</span> <span class="ruby-identifier">@@configuration</span>.<span class="ruby-identifier">has_key?</span> <span class="ruby-constant">RAILS_ENV</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div><!-- parse_in_rails_env-21-source -->

</div>




</div>
</div><!-- parse_in_rails_env-21-method -->


<div id="method-c-parsed-3F" class="method-detail ">
Expand All @@ -239,29 +271,30 @@ <h3>Public Class Methods</h3>


<div class="method-source-code" id="parsed-3F-source">
<pre><span class="ruby-comment"># File lib/flickr.rb, line 262</span>
<pre><span class="ruby-comment"># File lib/flickr.rb, line 275</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">parsed?</span>
<span class="ruby-identifier">@@parsed</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div><!-- parsed-3F-source -->

</div>




</div>
</div><!-- parsed-3F-method -->


</section>
</section><!-- public-class-method-details -->

</section>
</main>
</section><!-- 5Buntitled-5D -->

</div><!-- documentation -->


<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
<footer id="validator-badges">
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
</footer>

Loading

0 comments on commit dacd02c

Please sign in to comment.