asana-ruby 0.0.3 → 0.0.4

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: fcb87ac5035e40cf6275846cbeb6eb1d2bfa544c
4
- data.tar.gz: 64791fb64e5711bd87b63eec22392c4a24fb3fc1
3
+ metadata.gz: 29f6688a6c27e9c8ebe927dba4e1acf2d3a2a050
4
+ data.tar.gz: aad8caec29d44ee220362b8cc32f4285a53424c4
5
5
  SHA512:
6
- metadata.gz: dab1fb334f808dd446e96b13a7f3bab3d02cfe76d6bde00934d0eeed21ff58e6a21c78e79408156ba0a96b0394989c5a909d32ff7e383e178f1eb0bf94b249be
7
- data.tar.gz: f117a8d20c4e1de00c7544050183183f29187b23797017ef99e761d8c73e70401b110cd4ab430d54a8eb3329af2dc7616032a510918d3ac45cb2ecf759a605a2
6
+ metadata.gz: e8d97369feb2322b2e9befbe4459c7cf8f3768adcdc8ffb63e2a510c295bda467b813ace05ee121beb28b0f14c514306257a6d3687b0a147d75bacb04fafd0e1
7
+ data.tar.gz: 0903183f8307a7a4cfbabc59ef46402255224ab6695c0e5ea54e706ac757827cf81c0aa51dc83ab99c7202f9adb8aa6dc39bb328f4ced47d697af0aa7e7d0fdb
@@ -1,3 +1,3 @@
1
1
  module Asana
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -80,6 +80,10 @@ module Asana
80
80
  expect(workspace.tags.size).to be > 0 # it'd be meaningless to compare if there are no tags
81
81
  expect(workspace.tags).to eq workspace.tags(true)
82
82
  end
83
+
84
+ it "should return the same tags as load_tags_by_id", focus: true do
85
+ expect(workspace.tags).to eq workspace.load_tags_by_id
86
+ end
83
87
  end
84
88
 
85
89
  describe ".find_or_create_tag" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asana-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harley Trung