syoboi_calendar 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8e7e291cadddba7e19e3c12ef2da1c9dfb88318
4
- data.tar.gz: d7dfa63fb7d1c668f9fc0f0f5a2589d460bb56d0
3
+ metadata.gz: a73eff61083b1f8179e53a121d5bb2c2a2b63ed6
4
+ data.tar.gz: df3e06fdda602b19162686b95ca1de4a0685f7ee
5
5
  SHA512:
6
- metadata.gz: 6cf08bd1ff43c00b1ac567b9aae38a42916ec61c5d3103c257d8c7daf98661d82a07652de23f78bc7d6c098cf92762876df45e8baa53d403f2d65afd626598dd
7
- data.tar.gz: c21d3ed5133df5787b4c280190665a5ea21f75198f3b675eae205bdc3a0c842d5b6546692e73b71a61484ecde856040dd9236ad9323d64cb2ea85a4bd889515a
6
+ metadata.gz: ee6d096b0f3591bdd4faf9d46f4ed0b6aa89309e5995987c985a740dd9f27260811d93486319de0666f8cd9dca9db3212df38a59983b17be0c5de583f81dd01d
7
+ data.tar.gz: 6785f5d5d54e79a83edcbeba62d7876da07f9df7809996521c87d17edde166a0372248b9c77ddc0db17f78612e5270e47088304c5aba6e2197fe8cc0d236eaf5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.8.0
2
+
3
+ - Add some methods for error handling
4
+ - Add response classes for each API
5
+ - Rename query classes
6
+ - Deprecate response parser classes
7
+
1
8
  ## 0.7.0
2
9
 
3
10
  - Reveal `BaseResource#source`
@@ -23,6 +30,7 @@
23
30
  ## 0.5.0
24
31
 
25
32
  - Refactor internal implementation
33
+ - Remove `:include` option
26
34
  - Add `TID=*` query if no `:title_id` option given on `#list_titles`
27
35
 
28
36
  ## 0.4.0
@@ -31,7 +39,7 @@
31
39
 
32
40
  ## 0.3.1
33
41
 
34
- - Client#programs supports `:include` option for eage-loading related resources
42
+ - Client#programs supports `:include` option for eager-loading related resources
35
43
 
36
44
  ## 0.3.0
37
45
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Ryo NAKAMURA
1
+ Copyright (c) 2014 Ryo Nakamura
2
2
 
3
3
  MIT License
4
4