azure 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE +0 -0
  2. data/README +0 -0
  3. data/azure.gemspec +12 -0
  4. metadata +69 -0
data/LICENSE ADDED
File without changes
data/README ADDED
File without changes
@@ -0,0 +1,12 @@
1
+ files = ["README", "LICENSE", "azure.gemspec"].map {|f| Dir[f]}.flatten
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = "azure"
5
+ s.version = "0.0.0"
6
+ s.summary = "Windows Azure SDK for Ruby."
7
+ s.description = "Access Windows Azure storage and queue services."
8
+ s.authors = ["Cubox"]
9
+ s.email = "dev@cuboxlabs.com"
10
+ s.files = files
11
+ s.homepage = "https://github.com/cubox/azure-ruby"
12
+ end
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: azure
3
+ version: !ruby/object:Gem::Version
4
+ hash: 31
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 0
10
+ version: 0.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Cubox
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2012-05-02 00:00:00 -03:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: Access Windows Azure storage and queue services.
23
+ email: dev@cuboxlabs.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - README
32
+ - LICENSE
33
+ - azure.gemspec
34
+ has_rdoc: true
35
+ homepage: https://github.com/cubox/azure-ruby
36
+ licenses: []
37
+
38
+ post_install_message:
39
+ rdoc_options: []
40
+
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ hash: 3
49
+ segments:
50
+ - 0
51
+ version: "0"
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ hash: 3
58
+ segments:
59
+ - 0
60
+ version: "0"
61
+ requirements: []
62
+
63
+ rubyforge_project:
64
+ rubygems_version: 1.3.7
65
+ signing_key:
66
+ specification_version: 3
67
+ summary: Windows Azure SDK for Ruby.
68
+ test_files: []
69
+