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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 398e0f0fdcfb2e2dced711164b797e1cf89db44d
4
- data.tar.gz: d57640e689092c983ada9f474c022938a97846d8
3
+ metadata.gz: 3c9097db531100bb8e1f7d68b2ac6f848f4cdf87
4
+ data.tar.gz: c38fb9e5e3cacaf1f3013d953e2e5db2e301e64c
5
5
  SHA512:
6
- metadata.gz: 3acd3a12914f6fed75a90501cd6df78f39779d84a63f0cea26a482c31b330fed086307496f4fd11572c8e23b3ecf3baa4215190efb19bd60852cd004991a7682
7
- data.tar.gz: 430edd8de4c8bbec398a908903ea517de674a4b1b9351a074b507ab6b8ac1f753b91d9fbcd86273ab86cd5358c9e3839392efaba00fdb86d6fce280be7393ea2
6
+ metadata.gz: 1330bac10154d1d15e7418b4e6bdb7f75f49495a9a3318d21b4b4191382059a13d28a0b34038f9d1ccc10f1afe770401b9db48d698c402aa4afd639361f9becd
7
+ data.tar.gz: 9ecb15feb1c5496fae0fc3f72eb9a8fc4d885bdd75a7dc0dfd388c74920c34ab3d64548e947d05b0b38e31739cce9ae41de7dcf4eff585ee851153a918265f8c
@@ -1,3 +1,3 @@
1
1
  module Hiroshimarb
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
data/resource/event.yaml CHANGED
@@ -1,4 +1,7 @@
1
1
  ---
2
+ - date: '2013-10-05 13:30 - 17:30'
3
+ title: '第二回 中国地方DB勉強会'
4
+ url: 'http://local.aguuu.com/events/21550'
2
5
  - date: '2013-09-07 14:00 - 18:00'
3
6
  title: '広島Ruby勉強会 #034'
4
7
  url: 'http://hiroshimarb.github.com/blog/2013/09/07/hiroshimarb-34/'
@@ -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(8).items }
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('広島Ruby勉強会 #034') }
15
- it '日付は2013年 97日' do
14
+ its(:title) { should eq('第二回 中国地方DB勉強会') }
15
+ it '日付は2013年 105日' do
16
16
  date = subject.start_datetime
17
- expect(date.strftime('%Y-%m-%d')).to eq('2013-09-07')
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.8
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-21 00:00:00.000000000 Z
27
+ date: 2013-09-08 00:00:00.000000000 Z
28
28
  dependencies:
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: launchy