hiroshimarb 0.2.10 → 0.2.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/hiroshimarb/version.rb +1 -1
- data/resource/event.yaml +14 -8
- data/resource/member.rb +8 -0
- data/spec/hiroshimarb/event_spec.rb +4 -4
- metadata +17 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e056cd0680a7051017d4be3080eb7aeca8bc17d
|
4
|
+
data.tar.gz: 163896901e91990d52795ee067fd57bdf949b224
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa8bfe9eed78065e288480cd87ff121eca07c42bc2bff91c9ec176e0eb24765c8d28b7e4c376265104ff21043060689fbb4579c7877597cce5e44897e4a415fc
|
7
|
+
data.tar.gz: 4929fa3f67881bf8ceefcee115180d5dcf885fed79468cf738b1e08b56b5e302309efd87918270b88cd478ce8e54c10a0da433c2caa3a5c6d06a0e2df16fa852
|
data/lib/hiroshimarb/version.rb
CHANGED
data/resource/event.yaml
CHANGED
@@ -1,28 +1,34 @@
|
|
1
1
|
---
|
2
|
+
- date: '2014-02-01 10:00 - 17:30'
|
3
|
+
title: 'オープンセミナー2014@広島'
|
4
|
+
url: 'http://hiroshimarb.github.io/blog/2013/11/02/osh-2014/'
|
5
|
+
- date: '2013-11-02 14:00 - 18:30'
|
6
|
+
title: '広島 Ruby 勉強会 #035'
|
7
|
+
url: 'http://hiroshimarb.github.com/blog/2013/11/2/hiroshimarb-35/'
|
2
8
|
- date: '2013-10-05 13:30 - 17:30'
|
3
9
|
title: '第二回 中国地方DB勉強会'
|
4
10
|
url: 'http://local.aguuu.com/events/21550'
|
5
11
|
- date: '2013-09-07 14:00 - 18:00'
|
6
|
-
title: '広島Ruby勉強会 #034'
|
12
|
+
title: '広島 Ruby 勉強会 #034'
|
7
13
|
url: 'http://hiroshimarb.github.com/blog/2013/09/07/hiroshimarb-34/'
|
8
14
|
- date: '2013-08-03 14:00 - 18:00'
|
9
|
-
title: '広島Ruby勉強会 #033'
|
15
|
+
title: '広島 Ruby 勉強会 #033'
|
10
16
|
url: 'http://hiroshimarb.github.com/blog/2013/08/03/hiroshimarb-33/'
|
11
17
|
- date: '2013-07-06 14:00 - 18:00'
|
12
|
-
title: '広島Ruby勉強会 #032'
|
18
|
+
title: '広島 Ruby 勉強会 #032'
|
13
19
|
url: 'http://hiroshimarb.github.com/blog/2013/07/06/hiroshimarb-32/'
|
14
20
|
- date: '2013-04-06 14:00 - 18:00'
|
15
|
-
title: '広島Ruby勉強会 #031'
|
21
|
+
title: '広島 Ruby 勉強会 #031'
|
16
22
|
url: 'http://hiroshimarb.github.com/blog/2013/04/06/hiroshimarb-31/'
|
17
23
|
- date: '2013-03-02 14:00 - 18:00'
|
18
|
-
title: '広島Ruby勉強会 #030'
|
24
|
+
title: '広島 Ruby 勉強会 #030'
|
19
25
|
url: 'http://hiroshimarb.github.com/blog/2013/02/08/hiroshimarb-30/'
|
20
26
|
- date: '2013-02-02 14:00 - 18:00'
|
21
|
-
title: '広島Ruby勉強会 #027'
|
27
|
+
title: '広島 Ruby 勉強会 #027'
|
22
28
|
url: 'http://hiroshimarb.github.com/blog/2013/01/18/hiroshimarb-27/'
|
23
29
|
- date: '2012-12-01 14:00 - 18:00'
|
24
|
-
title: '広島Ruby勉強会 #026'
|
30
|
+
title: '広島 Ruby 勉強会 #026'
|
25
31
|
url: 'http://hiroshimarb.github.com/blog/2012/11/16/hiroshimarb-26/'
|
26
32
|
- date: '2012-11-03 14:00 - 18:00'
|
27
|
-
title: '広島Ruby勉強会 #025'
|
33
|
+
title: '広島 Ruby 勉強会 #025'
|
28
34
|
url: 'http://hiroshimarb.github.com/blog/2012/10/15/hiroshimarb-25/'
|
data/resource/member.rb
CHANGED
@@ -136,4 +136,12 @@ Hiroshimarb::Member.define do
|
|
136
136
|
profile '広島市で英語教えてます。プログラミングは大学の専門でRubyをチャレンジしようと思います。'
|
137
137
|
end
|
138
138
|
|
139
|
+
member do
|
140
|
+
name 'Takahiro Nakaoku'
|
141
|
+
github 'kamera25'
|
142
|
+
twitter 'csc_kamera25'
|
143
|
+
website 'http://religion.indiesj.com/'
|
144
|
+
profile 'Hiroshima.rbの見習い。今後はmrubyを勉強したい。'
|
145
|
+
end
|
146
|
+
|
139
147
|
end
|
@@ -6,15 +6,15 @@ module Hiroshimarb
|
|
6
6
|
describe Event do
|
7
7
|
describe '.all' do
|
8
8
|
subject { Event.all }
|
9
|
-
it { should have(
|
9
|
+
it { should have(11).items }
|
10
10
|
end
|
11
11
|
|
12
12
|
describe '.recent' do
|
13
13
|
subject { Event.recent }
|
14
|
-
its(:title) { should eq('
|
15
|
-
it '日付は
|
14
|
+
its(:title) { should eq('オープンセミナー2014@広島') }
|
15
|
+
it '日付は2014年 2月1日' do
|
16
16
|
date = subject.start_datetime
|
17
|
-
expect(date.strftime('%Y-%m-%d')).to eq('
|
17
|
+
expect(date.strftime('%Y-%m-%d')).to eq('2014-02-01')
|
18
18
|
end
|
19
19
|
end
|
20
20
|
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.2.
|
4
|
+
version: 0.2.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomohiko Himura
|
@@ -21,65 +21,66 @@ authors:
|
|
21
21
|
- Makoto Henmi
|
22
22
|
- Taichi Shindo
|
23
23
|
- Anthony White
|
24
|
+
- Takahiro Nakaoku
|
24
25
|
autorequire:
|
25
26
|
bindir: bin
|
26
27
|
cert_chain: []
|
27
|
-
date:
|
28
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
28
29
|
dependencies:
|
29
30
|
- !ruby/object:Gem::Dependency
|
30
31
|
name: launchy
|
31
32
|
requirement: !ruby/object:Gem::Requirement
|
32
33
|
requirements:
|
33
|
-
- - ~>
|
34
|
+
- - "~>"
|
34
35
|
- !ruby/object:Gem::Version
|
35
36
|
version: 2.1.2
|
36
37
|
type: :runtime
|
37
38
|
prerelease: false
|
38
39
|
version_requirements: !ruby/object:Gem::Requirement
|
39
40
|
requirements:
|
40
|
-
- - ~>
|
41
|
+
- - "~>"
|
41
42
|
- !ruby/object:Gem::Version
|
42
43
|
version: 2.1.2
|
43
44
|
- !ruby/object:Gem::Dependency
|
44
45
|
name: rspec
|
45
46
|
requirement: !ruby/object:Gem::Requirement
|
46
47
|
requirements:
|
47
|
-
- - ~>
|
48
|
+
- - "~>"
|
48
49
|
- !ruby/object:Gem::Version
|
49
50
|
version: '2.11'
|
50
51
|
type: :development
|
51
52
|
prerelease: false
|
52
53
|
version_requirements: !ruby/object:Gem::Requirement
|
53
54
|
requirements:
|
54
|
-
- - ~>
|
55
|
+
- - "~>"
|
55
56
|
- !ruby/object:Gem::Version
|
56
57
|
version: '2.11'
|
57
58
|
- !ruby/object:Gem::Dependency
|
58
59
|
name: aruba
|
59
60
|
requirement: !ruby/object:Gem::Requirement
|
60
61
|
requirements:
|
61
|
-
- -
|
62
|
+
- - ">="
|
62
63
|
- !ruby/object:Gem::Version
|
63
64
|
version: '0'
|
64
65
|
type: :development
|
65
66
|
prerelease: false
|
66
67
|
version_requirements: !ruby/object:Gem::Requirement
|
67
68
|
requirements:
|
68
|
-
- -
|
69
|
+
- - ">="
|
69
70
|
- !ruby/object:Gem::Version
|
70
71
|
version: '0'
|
71
72
|
- !ruby/object:Gem::Dependency
|
72
73
|
name: rake
|
73
74
|
requirement: !ruby/object:Gem::Requirement
|
74
75
|
requirements:
|
75
|
-
- -
|
76
|
+
- - ">="
|
76
77
|
- !ruby/object:Gem::Version
|
77
78
|
version: '0'
|
78
79
|
type: :development
|
79
80
|
prerelease: false
|
80
81
|
version_requirements: !ruby/object:Gem::Requirement
|
81
82
|
requirements:
|
82
|
-
- -
|
83
|
+
- - ">="
|
83
84
|
- !ruby/object:Gem::Version
|
84
85
|
version: '0'
|
85
86
|
description: provide `hiroshimarb` command. hiroshimarb is Hiroshima.rb. Hiroshima.rb
|
@@ -91,9 +92,9 @@ executables:
|
|
91
92
|
extensions: []
|
92
93
|
extra_rdoc_files: []
|
93
94
|
files:
|
94
|
-
- .coveralls.yml
|
95
|
-
- .gitignore
|
96
|
-
- .travis.yml
|
95
|
+
- ".coveralls.yml"
|
96
|
+
- ".gitignore"
|
97
|
+
- ".travis.yml"
|
97
98
|
- Gemfile
|
98
99
|
- LICENSE
|
99
100
|
- README-en.md
|
@@ -142,17 +143,17 @@ require_paths:
|
|
142
143
|
- lib
|
143
144
|
required_ruby_version: !ruby/object:Gem::Requirement
|
144
145
|
requirements:
|
145
|
-
- -
|
146
|
+
- - ">="
|
146
147
|
- !ruby/object:Gem::Version
|
147
148
|
version: '0'
|
148
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
149
150
|
requirements:
|
150
|
-
- -
|
151
|
+
- - ">="
|
151
152
|
- !ruby/object:Gem::Version
|
152
153
|
version: '0'
|
153
154
|
requirements: []
|
154
155
|
rubyforge_project: github
|
155
|
-
rubygems_version: 2.0
|
156
|
+
rubygems_version: 2.2.0
|
156
157
|
signing_key:
|
157
158
|
specification_version: 4
|
158
159
|
summary: provide `hiroshimarb` command. hiroshimarb is Hiroshima.rb
|