Skip to content

Instantly share code, notes, and snippets.

View sanemat's full-sized avatar
🍢

Matt Murahashi Kenichi sanemat

🍢
View GitHub Profile
Do anyone have actual diff between rspec2.14 and rspec2.99/3.0 syntax?
Rspec will bump version to 3.0, and rspec team posted entry, and transpec helps us, but I want to see actual diff and study from that. Do anyone know any actual diff?
http://myronmars.to/n/dev-blog/2013/11/rspec-2-99-and-3-0-betas-have-been-released
https://github.com/yujinakayama/transpec
actual examples:
https://github.com/jnicklas/capybara/pull/1192
@sanemat
sanemat / html2haml.md
Created November 25, 2013 02:37
A problem about html2haml between v1.0.1 and 2.0.0.beta.1.
@sanemat
sanemat / travis-ci-rvm-list.txt
Last active December 27, 2015 21:29
travis-ci-rvm-list-2013-11-09-19-39
$ rvm list
rvm rubies
jruby-1.7.4-d18 [ x86_64 ]
jruby-1.7.4-d19 [ x86_64 ]
jruby-head [ x86_64 ]
ree-1.8.7-2012.02 [ x86_64 ]
ruby-1.8.7-p374 [ x86_64 ]
ruby-1.9.2-p320 [ x86_64 ]
ruby-1.9.3-p327 [ x86_64 ]
=* ruby-1.9.3-p448 [ x86_64 ]
@sanemat
sanemat / 2013-11-08-12-55.md
Last active December 27, 2015 19:09
Tachikoma

Updating Library Dependencies Off and On with Tachikoma

Japanese Famous Phrases

Converting n-click to 1-click becomes a business. Converting 1-click to 0-click becomes a revolution. - otsune, 2008

No one knows this, because I translate this today. I waste a lot of time for clicking. I wish less effort brought more value! It is worthwhile to make habit of good behavior.

Miami Beach, FL

warbyのページで見ると、shopじゃないけど、showroomという扱いでちゃんと扱ってそう?

@sanemat
sanemat / 2013-10-29-02-31.md
Last active December 26, 2015 19:19
すきあらばOSSにコミット

オーマイグラス株式会社

www.ohmyglasses.jp

We're Hiring!

技術要素

URL:http://www.ohmyglasses.jp
サービス名:メガネ通販 Oh My Glasses
@sanemat
sanemat / gist:6870482
Created October 7, 2013 16:10
version comparison
Gem::Version.create('1.4.0.rc.1') >= Gem::Version.create('1.4.0.pre.1')
=> true