I hereby claim:
- I am sbl on github.
- I am slumenta (https://keybase.io/slumenta) on keybase.
- I have a public key whose fingerprint is 604B CA40 0962 4056 94A3 B204 E28C EB69 1F7C ACEB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # synthesis | |
| snippet buf | |
| Buffer.read(${1:s}, "${2:sounds/a11wlk01.wav}"); | |
| ${3} | |
| snippet syn | |
| Synth(\${1:name}, [${2:\out, 0}]); | |
| ${3} | |
| snippet sdef | |
| ( | |
| SynthDef(\${1:foobar}, { |
| class ActivateHstore < ActiveRecord::Migration | |
| def self.up | |
| execute "CREATE EXTENSION hstore" | |
| end | |
| def self.down | |
| execute "DROP EXTENSION hstore" | |
| end | |
| end |
| Pod::Spec.new do |s| | |
| s.name = 'RestKit' | |
| s.version = '0.10.2' | |
| s.summary = 'RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.' | |
| s.homepage = 'http://www.restkit.org' | |
| s.author = { 'Blake Watters' => 'blakewatters@gmail.com' } | |
| s.source = { :git => 'https://github.com/huesforalice/RestKit.git', :commit => 'cc3eec28ffaa7ff55c2c431b0933de69b9b36bb7' } | |
| s.license = 'Apache License, Version 2.0' | |
| s.source_files = 'Code/RestKit.h' |