hiroshimarb 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/hiroshimarb/version.rb +1 -1
- data/resource/event.yaml +28 -1
- data/resource/member.rb +8 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7f47a46dec99c1511bc63aa04bdfa078ff2bcc9
|
|
4
|
+
data.tar.gz: 7ab49c39a9543b20140d6781d1ed47d5bc94f618
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d809783358d0eb882ffaa6e5d6c55760e609e18c48caacaf09c37fba583c77f563c8eb8fc5ba070f1d9b2a06919a594491748973c970d84b874d07454f12ee4f
|
|
7
|
+
data.tar.gz: 548a52da5cdf1a0404dd250ccde3d3f6f0fce91d6c776ef2388ef034347cb14903d8ba2123ebf91af575ed53efd84b9dbc3b0361c04045148a17f572936b6f46
|
data/lib/hiroshimarb/version.rb
CHANGED
data/resource/event.yaml
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
---
|
|
2
|
-
- date: '2014-
|
|
2
|
+
- date: '2014-08-07 19:00 - 21:00'
|
|
3
|
+
title: 'Hiroshima.rb #049'
|
|
4
|
+
url: 'http://hiroshimarb.doorkeeper.jp/events/13906'
|
|
5
|
+
- date: '2014-07-17 19:00 - 21:00'
|
|
6
|
+
title: 'Hiroshima.rb #048'
|
|
7
|
+
url: 'http://hiroshimarb.doorkeeper.jp/events/13109'
|
|
8
|
+
- date: '2014-07-03 19:00 - 21:00'
|
|
9
|
+
title: 'Hiroshima.rb #047'
|
|
10
|
+
url: 'http://hiroshimarb.doorkeeper.jp/events/12902'
|
|
11
|
+
- date: '2014-06-19 19:00 - 21:00'
|
|
12
|
+
title: 'Hiroshima.rb #046'
|
|
13
|
+
url: 'http://hiroshimarb.doorkeeper.jp/events/12499'
|
|
14
|
+
- date: '2014-06-05 19:00 - 21:00'
|
|
15
|
+
title: 'Hiroshima.rb #045'
|
|
16
|
+
url: 'http://hiroshimarb.doorkeeper.jp/events/11622'
|
|
17
|
+
- date: '2014-05-15 19:00 - 21:00'
|
|
18
|
+
title: 'Hiroshima.rb #044'
|
|
19
|
+
url: 'http://hiroshimarb.doorkeeper.jp/events/11186'
|
|
20
|
+
- date: '2014-05-01 19:00 - 21:00'
|
|
21
|
+
title: 'Hiroshima.rb #043'
|
|
22
|
+
url: 'http://hiroshimarb.doorkeeper.jp/events/10767'
|
|
23
|
+
- date: '2014-04-17 19:00 - 21:00'
|
|
24
|
+
title: 'Hiroshima.rb #042'
|
|
25
|
+
url: 'http://hiroshimarb.doorkeeper.jp/events/10352'
|
|
26
|
+
- date: '2014-04-03 19:00 - 21:00'
|
|
27
|
+
title: 'Hiroshima.rb #041'
|
|
28
|
+
url: 'http://hiroshimarb.doorkeeper.jp/events/10060'
|
|
29
|
+
- date: '2014-03-20 19:00 - 21:00'
|
|
3
30
|
title: 'Hiroshima.rb #040'
|
|
4
31
|
url: 'http://hiroshimarb.doorkeeper.jp/events/9946'
|
|
5
32
|
- date: '2014-03-14 19:30 - 22:00'
|
data/resource/member.rb
CHANGED
|
@@ -144,4 +144,12 @@ Hiroshimarb::Member.define do
|
|
|
144
144
|
profile 'Hiroshima.rbの見習い。今後はmrubyを勉強したい。'
|
|
145
145
|
end
|
|
146
146
|
|
|
147
|
+
member do
|
|
148
|
+
name 'Kanji Hatamoto'
|
|
149
|
+
github 'kanjihtmt'
|
|
150
|
+
twitter 'kanjihtmt'
|
|
151
|
+
website 'example.com'
|
|
152
|
+
profile 'ぺちぱーです。来年からはRubyに移行しようと勉強中です。よろしくお願いします。'
|
|
153
|
+
end
|
|
154
|
+
|
|
147
155
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hiroshimarb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomohiko Himura
|
|
@@ -22,10 +22,11 @@ authors:
|
|
|
22
22
|
- Taichi Shindo
|
|
23
23
|
- Anthony White
|
|
24
24
|
- Takahiro Nakaoku
|
|
25
|
+
- Kanji Hatamoto
|
|
25
26
|
autorequire:
|
|
26
27
|
bindir: bin
|
|
27
28
|
cert_chain: []
|
|
28
|
-
date: 2014-
|
|
29
|
+
date: 2014-08-07 00:00:00.000000000 Z
|
|
29
30
|
dependencies:
|
|
30
31
|
- !ruby/object:Gem::Dependency
|
|
31
32
|
name: launchy
|