This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
titles = %w[ | |
アオアシ | |
イムリ | |
キングダム | |
テセウスの船 | |
とんがり帽子のアトリエ | |
ブルーピリオド | |
ほしとんで | |
亜人 | |
呪術廻戦 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Specification.new do |spec| | |
spec.name = "ruboty-pepabo-kokugo" | |
spec.version = "0.0.4" | |
spec.authors = ["Jun OHWADA"] | |
spec.email = ["[email protected]"] | |
spec.summary = "Pepabo Kokugo" | |
spec.files = ["ruboty-pepabo-kokugo.rb"] | |
spec.require_path = "." | |
spec.add_development_dependency "pepabo-kokugo" | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#header, #menu, #subs_toolbar, #control { | |
display: none; | |
} | |
.item_body .body img { | |
max-width: 100%; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rails.application.routes.draw do | |
resources :users do | |
get '/image' => 'users#image', as: :image | |
end | |
end | |
=begin | |
user_image GET /users/:user_id/image(.:format) users#image | |
users GET /users(.:format) users#index | |
POST /users(.:format) users#create |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Specification.new do |spec| | |
spec.name = "ruboty-drone" | |
spec.version = "0.0.1" | |
spec.authors = ["Jun OHWADA"] | |
spec.email = ["[email protected]"] | |
spec.summary = "Access to Drone.io" | |
spec.files = ["ruboty-drone.rb"] | |
spec.require_path = "." | |
spec.add_dependency "drone-ruby" | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "time" | |
module Ruboty | |
module Handlers | |
class Clock < Base | |
on( | |
/clock\z/i, | |
name: "clock", | |
description: "Say current time" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Specification.new do |spec| | |
spec.name = "ruboty-pull-requests" | |
spec.version = "0.0.1" | |
spec.authors = ["Jun OHWADA"] | |
spec.email = ["[email protected]"] | |
spec.summary = "Access to pull requests" | |
spec.files = ["ruboty-pull-requests.rb"] | |
spec.require_path = "." | |
spec.add_dependency "octokit" | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Specification.new do |spec| | |
spec.name = "ruboty-totsuzenno" | |
spec.version = "0.0.2" | |
spec.authors = ["Jun OHWADA"] | |
spec.email = ["[email protected]"] | |
spec.summary = "Totsuzen no Shi" | |
spec.files = ["ruboty-totsuzenno.rb"] | |
spec.require_path = "." | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Specification.new do |spec| | |
spec.name = "ruboty-omikuji" | |
spec.version = "0.0.2" | |
spec.authors = ["Jun OHWADA"] | |
spec.email = ["[email protected]"] | |
spec.summary = "Omikuji" | |
spec.files = ["ruboty-omikuji.rb"] | |
spec.require_path = "." | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "rails", | |
"downloads": 34516789, | |
"version": "4.1.0", | |
"version_downloads": 116577, | |
"platform": "ruby", | |
"authors": "David Heinemeier Hansson", | |
"info": "Ruby on Rails is a full-stack web framework (略)", | |
"licenses": [ "MIT" ], | |
"project_uri": "http://rubygems.org/gems/rails", |
NewerOlder