Code Monkey home page Code Monkey logo

hiroshimarb-gem's People

Contributors

agrimm avatar eiel avatar furu avatar hidetoshikawaguchi avatar hrykoda avatar jmettraux avatar kama-t avatar kanjihtmt avatar majosystems avatar makowis avatar moric avatar nyoho avatar ogatomo avatar s-taichan avatar takata avatar torokun avatar touni102 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hiroshimarb-gem's Issues

oshiiコマンドを作ってみては??

openコマンドでこのWebサイトを開けるようなので、今話題(?)の広島県おしい委員会のWebサイトをoshiiコマンドで開けるようにしてみてはどうでしょうか??

v0.0.2のリリース

ライブコーディングでやろうとしてたけど、できなかった。
はやめにやる。

infoコマンド

Hiroshima.rbの情報を表示するコマンドを用意する

$ hiroshimarb info

Web siteのTOPに表示される内容を表示

もし、実装したい人がいれば assign してください。
markdown形式で出力して ウェブサイトのほうはこれを情報源にしても面白そう。

Hiroshimarb::CLI#info を実装すればよいようにしてみた。

member コマンド

Hiroshima.rbのメンバーを出力するコマンドを作成する

$ hiroshimarb member

メンバーに表示される人は自己登録制で。
git の 練習だと思って登録してもらえるようにする。

とりあえず、項目は

  • 名前
  • github アカウント
  • twitter_id
  • 自己紹介

あたりでどうでしょうか。
案があればコメントください。

event コマンド

Hiroshima.rb のイベント情報を取得できるコマンドとか用意してみてはどうだろうか。

$ hiroshimarb event
2012年10月6日 広島Ruby勉強会 #24
- xxxxxx
- yyyyyy

的な。

メンバー登録

#2 で追加した member コマンドを使用した際に表示される メンバーを登録する。

できたらcommit権限がある人みんな登録してみて欲しいなー。

resource/member.rb へ内容を追記していけばよいです。
追記したら pull request をしてもよいし勝手にmergeしてもらってもよいです。

やり方がよくわからない場合は次回の勉強会などで。

License missing from gemspec

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the gemspec of your last release.

via e.g.

spec.license = 'MIT'
# or
spec.licenses = ['MIT', 'GPL-2']

Including a license in your gemspec is an easy way for rubygems.org and other tools to check how your gem is licensed. As you can imagine, scanning your repository for a LICENSE file or parsing the README, and then attempting to identify the license or licenses is much more difficult and more error prone. So, even for projects that already specify a license, including a license in your gemspec is a good practice. See, for example, how rubygems.org uses the gemspec to display the rails gem license.

There is even a License Finder gem to help companies/individuals ensure all gems they use meet their licensing needs. This tool depends on license information being available in the gemspec. This is an important enough issue that even Bundler now generates gems with a default 'MIT' license.

I hope you'll consider specifying a license in your gemspec. If not, please just close the issue with a nice message. In either case, I'll follow up. Thanks for your time!

Appendix:

If you need help choosing a license (sorry, I haven't checked your readme or looked for a license file), GitHub has created a license picker tool. Code without a license specified defaults to 'All rights reserved'-- denying others all rights to use of the code.
Here's a list of the license names I've found and their frequencies

p.s. In case you're wondering how I found you and why I made this issue, it's because I'm collecting stats on gems (I was originally looking for download data) and decided to collect license metadata,too, and make issues for gemspecs not specifying a license as a public service :). See the previous link or my blog post about this project for more information.

gem の作成者

gem のメタデータの中に authors というパラメータがあって作成者を登録できるのですが、member に記述されている方すべて入れようと思うのですが、問題ある人はいるでしょうか?

v0.0.2 明日にでもリリースしようと思うので、v0.0.3 からになる予定です。

参考

https://rubygems.org/gems/hiroshimarb

サブコマンドを定義するとき、クラス名とは別名でも定義できるようにしたい

#26 で aa コマンドが追加されました。

コマンドとして使う場合、aa で良いと思いますが、クラス名に Aa だとなんだこれは…となるかもしれません。この場合は、クラス名は、AsciiArtとかにしたいとか。そのため、タイトルで書いたことができる仕組みが欲しいなと思いますけるったので、とりあえず立ててみた次第でございます。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.