asana 0.0.5 → 0.0.6
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 +8 -8
- data/LICENSE +1 -1
- data/asana.gemspec +2 -1
- data/lib/asana/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTljM2UwZDM5YWU3ZjQ4MWIwZWRhNjRhYzRhNTQyZjcxYzI5ODg0Zg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDNjZGNiZDIyNWE4YzZkYzZkZjk3N2IzODQxZjQ2MmM2ZGRlMWYyYw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YWEyOTRjYjIzNDc5MjgxZGEyODhjODNkMWJlYTU0MzljYTQxODBiOTNjOGM5
|
|
10
|
+
OTg5ZDlkODBlYTc4MjZlZjM4ZmE2NTk3MjUxOTM0MWVmZmJlOThmNWExNWY2
|
|
11
|
+
NTQwNzU2NjNiZTlkZjdiMzdmYzk4NjM3YjRmMjQ5ZGYzM2FiZDM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NTY0ZDYzZTRhOGM0MTNhYjgyY2I4NWQ3MGM5YWNlMDMyYzhmZjg3ZWE0NGNj
|
|
14
|
+
ZjE3ZmNhYmNhNGU4MzgyNDY5YjE3NjVhYjdkMzQzOWFlMTlkNzkzOGFjZjE2
|
|
15
|
+
ZDYxZTdlNzIxMjE2MjY4MWZiZGE4YTkzMmVkMjc3ZGVlYzAxMmE=
|
data/LICENSE
CHANGED
data/asana.gemspec
CHANGED
|
@@ -7,8 +7,9 @@ Gem::Specification.new do |gem|
|
|
|
7
7
|
gem.description = %q{Ruby wrapper for the Asana REST API}
|
|
8
8
|
gem.summary = %q{Ruby wrapper for the Asana REST API}
|
|
9
9
|
gem.homepage = "http://github.com/rbright/asana"
|
|
10
|
+
gem.license = 'MIT'
|
|
10
11
|
|
|
11
|
-
gem.add_dependency 'activeresource', '
|
|
12
|
+
gem.add_dependency 'activeresource', '>= 3.2.3'
|
|
12
13
|
|
|
13
14
|
gem.add_development_dependency 'guard-minitest', '~> 1.0.0'
|
|
14
15
|
gem.add_development_dependency 'minitest', '~> 2.12.1'
|
data/lib/asana/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: asana
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Bright
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeresource
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ! '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 3.2.3
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ! '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 3.2.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -126,7 +126,8 @@ files:
|
|
|
126
126
|
- spec/asana/resources/workspace_spec.rb
|
|
127
127
|
- spec/spec_helper.rb
|
|
128
128
|
homepage: http://github.com/rbright/asana
|
|
129
|
-
licenses:
|
|
129
|
+
licenses:
|
|
130
|
+
- MIT
|
|
130
131
|
metadata: {}
|
|
131
132
|
post_install_message:
|
|
132
133
|
rdoc_options: []
|