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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e056cd0680a7051017d4be3080eb7aeca8bc17d
4
- data.tar.gz: 163896901e91990d52795ee067fd57bdf949b224
3
+ metadata.gz: dff1bf9c792e724d5585194e1b7d52fc227e602e
4
+ data.tar.gz: 12288ce6868bf93db8b79fc3d28afc931fb0ea10
5
5
  SHA512:
6
- metadata.gz: fa8bfe9eed78065e288480cd87ff121eca07c42bc2bff91c9ec176e0eb24765c8d28b7e4c376265104ff21043060689fbb4579c7877597cce5e44897e4a415fc
7
- data.tar.gz: 4929fa3f67881bf8ceefcee115180d5dcf885fed79468cf738b1e08b56b5e302309efd87918270b88cd478ce8e54c10a0da433c2caa3a5c6d06a0e2df16fa852
6
+ metadata.gz: 4ec1b9c279b7421defd37e3be4d771ca8d737e452765fbae97e1bf5027346a895c2fa7a4e0fc0809ed7b862fbd9e8d7097c6fb8fa0b9bfc3e6e129b7cd9baa63
7
+ data.tar.gz: 1b78313fa2e7307974248c2b5e613215c8eca201365712b552232abafdc5398766e844fac8d319d923161cf9673ca66ab9ab9bf6fc726a73fdd02897daba50ed
@@ -1,3 +1,3 @@
1
1
  module Hiroshimarb
2
- VERSION = "0.2.12"
2
+ VERSION = "0.2.13"
3
3
  end
data/resource/event.yaml CHANGED
@@ -1,4 +1,7 @@
1
1
  ---
2
+ - date: '2014-02-20 18:00 - 20:00'
3
+ title: 'Hiroshima.rb #036'
4
+ url: 'http://hiroshimarb.doorkeeper.jp/events/8558'
2
5
  - date: '2014-02-01 10:00 - 17:30'
3
6
  title: 'オープンセミナー2014@広島'
4
7
  url: 'http://hiroshimarb.github.io/blog/2013/11/02/osh-2014/'
@@ -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(11).items }
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('オープンセミナー2014@広島') }
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-01')
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.12
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-01-08 00:00:00.000000000 Z
28
+ date: 2014-02-05 00:00:00.000000000 Z
29
29
  dependencies:
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: launchy