hiroshimarb 0.2.8 → 0.2.9
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 +3 -0
- data/spec/hiroshimarb/event_spec.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c9097db531100bb8e1f7d68b2ac6f848f4cdf87
|
|
4
|
+
data.tar.gz: c38fb9e5e3cacaf1f3013d953e2e5db2e301e64c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1330bac10154d1d15e7418b4e6bdb7f75f49495a9a3318d21b4b4191382059a13d28a0b34038f9d1ccc10f1afe770401b9db48d698c402aa4afd639361f9becd
|
|
7
|
+
data.tar.gz: 9ecb15feb1c5496fae0fc3f72eb9a8fc4d885bdd75a7dc0dfd388c74920c34ab3d64548e947d05b0b38e31739cce9ae41de7dcf4eff585ee851153a918265f8c
|
data/lib/hiroshimarb/version.rb
CHANGED
data/resource/event.yaml
CHANGED
|
@@ -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(9).items }
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
describe '.recent' do
|
|
13
13
|
subject { Event.recent }
|
|
14
|
-
its(:title) { should eq('
|
|
15
|
-
it '日付は2013年
|
|
14
|
+
its(:title) { should eq('第二回 中国地方DB勉強会') }
|
|
15
|
+
it '日付は2013年 10月5日' do
|
|
16
16
|
date = subject.start_datetime
|
|
17
|
-
expect(date.strftime('%Y-%m-%d')).to eq('2013-
|
|
17
|
+
expect(date.strftime('%Y-%m-%d')).to eq('2013-10-05')
|
|
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.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomohiko Himura
|
|
@@ -24,7 +24,7 @@ authors:
|
|
|
24
24
|
autorequire:
|
|
25
25
|
bindir: bin
|
|
26
26
|
cert_chain: []
|
|
27
|
-
date: 2013-08
|
|
27
|
+
date: 2013-09-08 00:00:00.000000000 Z
|
|
28
28
|
dependencies:
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: launchy
|