asynctasks 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +43 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 26584229266aafd4f975c718ada376a66f95cf10
4
+ data.tar.gz: 88221658b1a3d74d47265be47edff46e2f69aa51
5
+ SHA512:
6
+ metadata.gz: b895b775787860ff2c1d65813fc1d12c56d5df583efdc4ebc3a52c6c2a4faf81d7fee5f7bf0c5de23e392d375dfdeb0e77b9d0fd2e9863e3606c68acbd07e193
7
+ data.tar.gz: 20cd855ed5f141ed3e4a5f7f46c063a549b636b903b2162a09c8eaa274f4c954f926cc190707107ff6f115eb4d7c4a9c5979b18e64ba37111d972e0c267ba9ed
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: asynctasks
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Marcelo Barbosa
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-07-20 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A client to AsyncTasks API, create events and execute asynchronous tasks
14
+ email: dev@asynctasks.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files: []
19
+ homepage: http://github.com/asynctasks/asynctasks-ruby
20
+ licenses:
21
+ - MIT
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - '>='
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubyforge_project:
39
+ rubygems_version: 2.0.5
40
+ signing_key:
41
+ specification_version: 2
42
+ summary: A client to AsyncTasks API
43
+ test_files: []