nesta-plugin-sharethis 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ### 0.0.2
2
+
3
+ * removing debug print
4
+
5
+ ### 0.0.1
6
+
7
+ * initial release
@@ -110,7 +110,7 @@
110
110
  </div>
111
111
 
112
112
  <div id="footer">
113
- Generated on Thu Aug 23 14:25:01 2012 by
113
+ Generated on Thu Aug 23 14:31:15 2012 by
114
114
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
115
115
  0.8.2.1 (ruby-1.9.3).
116
116
  </div>
@@ -111,7 +111,7 @@
111
111
  </div>
112
112
 
113
113
  <div id="footer">
114
- Generated on Thu Aug 23 14:25:02 2012 by
114
+ Generated on Thu Aug 23 14:31:15 2012 by
115
115
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
116
116
  0.8.2.1 (ruby-1.9.3).
117
117
  </div>
@@ -182,17 +182,17 @@
182
182
  <pre class="lines">
183
183
 
184
184
 
185
+ 59
185
186
  60
186
187
  61
187
188
  62
188
189
  63
189
190
  64
190
191
  65
191
- 66
192
- 67</pre>
192
+ 66</pre>
193
193
  </td>
194
194
  <td>
195
- <pre class="code"><span class="info file"># File 'lib/nesta-plugin-sharethis/init.rb', line 60</span>
195
+ <pre class="code"><span class="info file"># File 'lib/nesta-plugin-sharethis/init.rb', line 59</span>
196
196
 
197
197
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_default_buttons'>default_buttons</span>
198
198
  <span class='qwords_beg'>%w[
@@ -222,12 +222,12 @@
222
222
  <pre class="lines">
223
223
 
224
224
 
225
+ 55
225
226
  56
226
- 57
227
- 58</pre>
227
+ 57</pre>
228
228
  </td>
229
229
  <td>
230
- <pre class="code"><span class="info file"># File 'lib/nesta-plugin-sharethis/init.rb', line 56</span>
230
+ <pre class="code"><span class="info file"># File 'lib/nesta-plugin-sharethis/init.rb', line 55</span>
231
231
 
232
232
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_sharethis_buttons'>sharethis_buttons</span>
233
233
  <span class='id identifier rubyid_from_yaml'>from_yaml</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>sharethis_buttons</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_default_buttons'>default_buttons</span>
@@ -242,7 +242,7 @@
242
242
  </div>
243
243
 
244
244
  <div id="footer">
245
- Generated on Thu Aug 23 14:25:02 2012 by
245
+ Generated on Thu Aug 23 14:31:15 2012 by
246
246
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
247
247
  0.8.2.1 (ruby-1.9.3).
248
248
  </div>
@@ -108,7 +108,7 @@
108
108
  </div>
109
109
 
110
110
  <div id="footer">
111
- Generated on Thu Aug 23 14:25:02 2012 by
111
+ Generated on Thu Aug 23 14:31:15 2012 by
112
112
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
113
113
  0.8.2.1 (ruby-1.9.3).
114
114
  </div>
@@ -127,7 +127,7 @@
127
127
  <dt id="VERSION-constant" class="">VERSION =
128
128
 
129
129
  </dt>
130
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.0.1</span><span class='tstring_end'>&quot;</span></span></pre></dd>
130
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.0.2</span><span class='tstring_end'>&quot;</span></span></pre></dd>
131
131
 
132
132
  </dl>
133
133
 
@@ -143,7 +143,7 @@
143
143
  </div>
144
144
 
145
145
  <div id="footer">
146
- Generated on Thu Aug 23 14:25:02 2012 by
146
+ Generated on Thu Aug 23 14:31:15 2012 by
147
147
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
148
148
  0.8.2.1 (ruby-1.9.3).
149
149
  </div>
@@ -184,15 +184,13 @@
184
184
  39
185
185
  40
186
186
  41
187
- 42
188
- 43</pre>
187
+ 42</pre>
189
188
  </td>
190
189
  <td>
191
190
  <pre class="code"><span class="info file"># File 'lib/nesta-plugin-sharethis/init.rb', line 36</span>
192
191
 
193
192
  <span class='kw'>def</span> <span class='id identifier rubyid_sharethis_buttons'>sharethis_buttons</span>
194
193
  <span class='id identifier rubyid_buttons'>buttons</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
195
- <span class='const'>STDOUT</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='const'>Nesta</span><span class='op'>::</span><span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_sharethis_buttons'>sharethis_buttons</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span>
196
194
  <span class='const'>Nesta</span><span class='op'>::</span><span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_sharethis_buttons'>sharethis_buttons</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_button'>button</span><span class='op'>|</span>
197
195
  <span class='id identifier rubyid_buttons'>buttons</span> <span class='op'>&lt;&lt;</span> <span class='const'>Nesta</span><span class='op'>::</span><span class='const'>Plugin</span><span class='op'>::</span><span class='const'>Sharethis</span><span class='op'>::</span><span class='const'>BUTTONS</span><span class='lbracket'>[</span><span class='id identifier rubyid_button'>button</span><span class='rbracket'>]</span>
198
196
  <span class='kw'>end</span>
@@ -246,7 +244,7 @@
246
244
  </div>
247
245
 
248
246
  <div id="footer">
249
- Generated on Thu Aug 23 14:25:02 2012 by
247
+ Generated on Thu Aug 23 14:31:15 2012 by
250
248
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
251
249
  0.8.2.1 (ruby-1.9.3).
252
250
  </div>
@@ -176,7 +176,7 @@
176
176
  </div>
177
177
 
178
178
  <div id="footer">
179
- Generated on Thu Aug 23 14:25:01 2012 by
179
+ Generated on Thu Aug 23 14:31:15 2012 by
180
180
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
181
181
  0.8.2.1 (ruby-1.9.3).
182
182
  </div>
@@ -180,7 +180,7 @@ my sharethis.yml.</p>
180
180
  </div></div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Thu Aug 23 14:25:01 2012 by
183
+ Generated on Thu Aug 23 14:31:15 2012 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.8.2.1 (ruby-1.9.3).
186
186
  </div>
@@ -180,7 +180,7 @@ my sharethis.yml.</p>
180
180
  </div></div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Thu Aug 23 14:25:01 2012 by
183
+ Generated on Thu Aug 23 14:31:15 2012 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.8.2.1 (ruby-1.9.3).
186
186
  </div>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Thu Aug 23 14:25:01 2012 by
106
+ Generated on Thu Aug 23 14:31:15 2012 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.2.1 (ruby-1.9.3).
109
109
  </div>
@@ -35,7 +35,6 @@ module Nesta
35
35
 
36
36
  def sharethis_buttons
37
37
  buttons = []
38
- STDOUT.puts Nesta::Config.sharethis_buttons.inspect
39
38
  Nesta::Config.sharethis_buttons.each do |button|
40
39
  buttons << Nesta::Plugin::Sharethis::BUTTONS[button]
41
40
  end
@@ -1,7 +1,7 @@
1
1
  module Nesta
2
2
  module Plugin
3
3
  module Sharethis
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nesta-plugin-sharethis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -68,6 +68,7 @@ extra_rdoc_files: []
68
68
  files:
69
69
  - .gitignore
70
70
  - Gemfile
71
+ - HISTORY.md
71
72
  - LICENSE
72
73
  - README.md
73
74
  - Rakefile