User: Open [skill name]
Alexa: [says random fact]
User: Spin
Alexa: [says random fact]
| { | |
| "type": "APL", | |
| "version": "1.0", | |
| "theme": "dark", | |
| "import": [], | |
| "resources": [], | |
| "styles": {}, | |
| "layouts": {}, | |
| "mainTemplate": { | |
| "parameters": [ |
User: Open [skill name]
Alexa: [says random fact]
User: Spin
Alexa: [says random fact]
| preprocess do | |
| tags = @items.map { |i| i[:tags] }.flatten.uniq | |
| tags.each do |tag| | |
| next unless tag | |
| content = '' | |
| attributes = { tag: tag } | |
| identifier = "/tags/#{tag}" | |
| @items.create(content, attributes, identifier) | |
| end |
| compile '/feed/*.erb' do | |
| filter :erb | |
| write item.identifier.without_ext | |
| end |
| # frozen_string_literal: true | |
| source "https://rubygems.org" | |
| ruby "2.3.1" | |
| gem "thin" | |
| gem "nanoc" |
| -- MySQL dump 10.11 | |
| -- | |
| -- Host: localhost Database: gitlabhq_development | |
| -- ------------------------------------------------------ | |
| -- Server version 5.0.95 | |
| /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
| /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
| /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
| /*!40101 SET NAMES utf8 */; |
| grep -v "lame" Gemfile > Gemfile.new && mv Gemfile.new Gemfile |
| Scanning dependencies of target copy_basekit_headers | |
| [ 1%] Copying files: /tmp/io-I2ll/stevedekorte-io-23afbcc//tmp/io-I2ll/stevedekorte-io-23afbcc/libs/basekit/source/*.h to /tmp/io-I2ll/stevedekorte-io-23afbcc/buildroot/_build/headers | |
| [ 1%] Built target copy_basekit_headers | |
| Scanning dependencies of target copy_coroutine_headers | |
| [ 1%] Copying files: /tmp/io-I2ll/stevedekorte-io-23afbcc//tmp/io-I2ll/stevedekorte-io-23afbcc/libs/coroutine/source/*.h to /tmp/io-I2ll/stevedekorte-io-23afbcc/buildroot/_build/headers | |
| [ 1%] Built target copy_coroutine_headers | |
| Scanning dependencies of target copy_garbagecollector_headers | |
| [ 1%] Copying files: /tmp/io-I2ll/stevedekorte-io-23afbcc//tmp/io-I2ll/stevedekorte-io-23afbcc/libs/garbagecollector/source/*.h to /tmp/io-I2ll/stevedekorte-io-23afbcc/buildroot/_build/headers | |
| [ 1%] Built target copy_garbagecollector_headers | |
| Scanning dependencies of target copy_iovm_headers |