teamlab 0.3.7.1 → 0.3.8

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: bd00a038987b96d35a5c23e31305b6bbf217a9c9
4
- data.tar.gz: eb77435697ef7d7518a7eb69d05f44e56ca882bf
3
+ metadata.gz: c146171b08c008a2d7690306132306326bdd9223
4
+ data.tar.gz: 668b018cc6dc36db4bd82a506c3c007f82ae139b
5
5
  SHA512:
6
- metadata.gz: de3b4a3896f5c3f2135662fbeb69866a310648e3ae9cf7ecdf72174133cab42a5fac704474abd6ed34a0889da8e954bd22a161b849f1ddc5d83f14e1ff291fec
7
- data.tar.gz: 94615a07769b4999175424869ac682236550465f7c1c7704fe244e51d71bbcbab201825a07fe368ea1d5af04e0cc62686d3ce73aa0bd8c8af3c0a06dd075a043
6
+ metadata.gz: e55fc30a361df86869cd94f6cd1b11717085d66656cb9c9a9105918edef90b8e82c6f1b8df63b1643a1564ef545303870ef5cf7206684354e6c0002939a2be17
7
+ data.tar.gz: a4d09dc8d7d414624b54c6deafd163542d6d2889a03ccc16d133fb9b04a036042c8e0aafcbaef75030618ffd8a6bdf86cd206d5b78accfde21690cec7f058128
data/Changelog.md CHANGED
@@ -1,3 +1,8 @@
1
+ 0.3.8
2
+ =====
3
+
4
+ * Fix settings#get_usage_quota method because of typo
5
+
1
6
  0.3.7.1
2
7
  =====
3
8
 
@@ -15,7 +15,7 @@ module Teamlab
15
15
  end
16
16
 
17
17
  def get_usage_quota
18
- @request.get(%w('quota))
18
+ @request.get(%w(quota))
19
19
  end
20
20
 
21
21
  def get_version
@@ -1,3 +1,3 @@
1
1
  module Teamlab
2
- VERSION = '0.3.7.1'
2
+ VERSION = '0.3.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamlab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7.1
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - rzagudaev
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-06-02 00:00:00.000000000 Z
13
+ date: 2015-06-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httparty