hiroshimarb 0.2.12 → 0.2.13
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 +3 -3
- 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: dff1bf9c792e724d5585194e1b7d52fc227e602e
|
|
4
|
+
data.tar.gz: 12288ce6868bf93db8b79fc3d28afc931fb0ea10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ec1b9c279b7421defd37e3be4d771ca8d737e452765fbae97e1bf5027346a895c2fa7a4e0fc0809ed7b862fbd9e8d7097c6fb8fa0b9bfc3e6e129b7cd9baa63
|
|
7
|
+
data.tar.gz: 1b78313fa2e7307974248c2b5e613215c8eca201365712b552232abafdc5398766e844fac8d319d923161cf9673ca66ab9ab9bf6fc726a73fdd02897daba50ed
|
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(12).items }
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
describe '.recent' do
|
|
13
13
|
subject { Event.recent }
|
|
14
|
-
its(:title) { should eq('
|
|
14
|
+
its(:title) { should eq('Hiroshima.rb #036') }
|
|
15
15
|
it '日付は2014年 2月1日' do
|
|
16
16
|
date = subject.start_datetime
|
|
17
|
-
expect(date.strftime('%Y-%m-%d')).to eq('2014-02-
|
|
17
|
+
expect(date.strftime('%Y-%m-%d')).to eq('2014-02-20')
|
|
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.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomohiko Himura
|
|
@@ -25,7 +25,7 @@ authors:
|
|
|
25
25
|
autorequire:
|
|
26
26
|
bindir: bin
|
|
27
27
|
cert_chain: []
|
|
28
|
-
date: 2014-
|
|
28
|
+
date: 2014-02-05 00:00:00.000000000 Z
|
|
29
29
|
dependencies:
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: launchy
|