Rakefile in pupa-0.1.11 vs Rakefile in pupa-0.2.0
- old
+ new
@@ -20,11 +20,11 @@
task :schemas do
require 'base64'
require 'octokit'
- Octokit.contents('opennorth/popolo-spec', path: 'schemas', ref: 'gh-pages').each do |file|
- response = Octokit.contents('opennorth/popolo-spec', path: file.path, ref: 'gh-pages')
+ Octokit.contents('popolo-project/popolo-spec', path: 'schemas', ref: 'gh-pages').each do |file|
+ response = Octokit.contents('popolo-project/popolo-spec', path: file.path, ref: 'gh-pages')
if response.encoding == 'base64'
content = Base64.decode64(response.content)
else
raise "Can't handle #{response.encoding} encoding"
end