aweplug 1.0.0.a22 → 1.0.0.a23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,7 +66,7 @@ module Aweplug
66
66
  :searchisko_password => ENV['dcp_password'],
67
67
  :cache => site.cache,
68
68
  :logger => site.profile == 'developement'})
69
- Dir["#{@repo}/**/README.md"].each do |file|
69
+ Dir["#{@repo}/*/README.md"].each do |file|
70
70
  next if @excludes.include?(File.dirname(file))
71
71
 
72
72
  page = add_to_site site, file
@@ -48,7 +48,7 @@ module Aweplug
48
48
  # %Q{<span class="label material-level-beginner">Beginner<span>} +
49
49
  %Q{<h4><a href="#{video.detail_url}">#{video.title}</a></h4>} +
50
50
  # TODO Wire in link to profile URL
51
- %Q{<p class="author">Author: <a href="#">#{video.author.display_name}</a></p>} +
51
+ %Q{<p class="author">Author: #{video.author.display_name}</p>} +
52
52
  %Q{<p class="material-datestamp">Added #{video.upload_date}</p>} +
53
53
  # TODO wire in ratings
54
54
  #%Q{<p class="rating">Video<i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star-half-empty"></i><i class="fa fa-star-empty"></i></p>} +
@@ -1,4 +1,4 @@
1
1
  module Aweplug
2
- VERSION='1.0.0.a22'
2
+ VERSION='1.0.0.a23'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aweplug
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.a22
4
+ version: 1.0.0.a23
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-17 00:00:00.000000000 Z
12
+ date: 2014-03-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: octokit
@@ -191,7 +191,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  segments:
193
193
  - 0
194
- hash: 930035991948049599
194
+ hash: -1575929041350407489
195
195
  required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  none: false
197
197
  requirements: