Skip to content

Instantly share code, notes, and snippets.

View 1syo's full-sized avatar

Kazunari Takahashi 1syo

View GitHub Profile
@1syo
1syo / gist:4103689
Created November 18, 2012 05:07
Gemfile for installing rails4.
source 'http://rubygems.org'
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'journey', :git => 'git://github.com/rails/journey.git'
gem 'arel', :git => 'git://github.com/rails/arel.git'
gem 'activerecord-deprecated_finders' , :git => 'git://github.com/rails/activerecord-deprecated_finders.git'
gem 'sqlite3'
group :assets do
--- origin 2010-09-17 04:47:24.000000000 +0900
+++ replacement 2012-11-22 19:12:33.000000000 +0900
@@ -38,7 +38,7 @@
# upload
boundary = '----BOUNDARYBOUNDARY----'
-HOST = 'gyazo.com'
+HOST = 'localhost'
CGI = '/upload.cgi'
UA = 'Gyazo/1.0'
config.i18n.default_locale = :en
config.i18n.available_locales = [:ja, :en, :ko, :"zh-TW"]
config.i18n.fallbacks.map = {:zh => :"zh-TW", :"zh-CN" => :"zh-TW"}
$ git clone --depth 1 -q git@github.com:user/repo.git /var/folders/9s/29hk0zls2g16cyp4nn1twdh40000gn/T/20121212091127
$ cd /var/folders/9s/29hk0zls2g16cyp4nn1twdh40000gn/T/20121212091127
$ git checkout -q -b deploy 54848acaad1e2d0f13f8640300e98623ce460bcd
imap <expr><TAB> neosnippet#expandable() || neosnippet#jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : pumvisible() ? "\<C-n>" : "\<TAB>"
smap <expr><TAB> neosnippet#expandable() || neosnippet#jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>"
@1syo
1syo / Gemfile
Last active December 12, 2015 04:18
# A sample Gemfile
source "https://rubygems.org"
gem 'rspec'
gem 'grit'
# A sample Gemfile
source "https://rubygems.org"
gem 'rspec-expectations', git: 'git@github.com:rspec/rspec-expectations.git'
gem 'rspec', '>= 2.12'
gem 'grit'
# A sample Gemfile
source "https://rubygems.org"
gem 'rspec', '>= 2.12'
gem 'grit'
ssh-keygen -q -f ~/.ssh/buktdev -t rsa -N "" -C buktdev
{
"name": "hosted-hubot",
"version": "2.4.7",
"author": "GitHub Inc.",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
"licenses": [{
"type": "MIT",
"url": "http://github.com/github/hubot/raw/master/LICENSE"
}],