difio-dotcloud-ruby 2.0.0 → 2.0.1
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.
- data/lib/difio-dotcloud-ruby.rb +1 -1
- data/lib/difio-dotcloud-ruby/version.rb +1 -1
- metadata +65 -50
data/lib/difio-dotcloud-ruby.rb
CHANGED
@@ -10,7 +10,7 @@ module Difio
|
|
10
10
|
'user_id' => dotcloud_env['DIFIO_USER_ID'],
|
11
11
|
'app_name' => dotcloud_env['DOTCLOUD_PROJECT'] + '.' + dotcloud_env['DOTCLOUD_SERVICE_NAME'],
|
12
12
|
'app_uuid' => dotcloud_env['DIFIO_UUID'],
|
13
|
-
'app_type' => '
|
13
|
+
'app_type' => 'ruby-' + RUBY_VERSION,
|
14
14
|
'app_url' => dotcloud_env['DOTCLOUD_WWW_HTTP_URL'],
|
15
15
|
'app_vendor' => 1,
|
16
16
|
'url' => ENV['DIFIO_REGISTER_URL'],
|
metadata
CHANGED
@@ -1,57 +1,61 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: difio-dotcloud-ruby
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 13
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 2
|
8
|
+
- 0
|
9
|
+
- 1
|
10
|
+
version: 2.0.1
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Alexander Todorov
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
17
|
+
|
18
|
+
date: 2012-09-29 00:00:00 +03:00
|
19
|
+
default_executable:
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
15
22
|
name: common-ruby-difio
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
|
-
requirements:
|
19
|
-
- - ! '>='
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '0'
|
22
|
-
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
25
|
none: false
|
26
|
-
requirements:
|
27
|
-
- -
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
none: false
|
34
|
-
requirements:
|
35
|
-
- - ! '>='
|
36
|
-
- !ruby/object:Gem::Version
|
37
|
-
version: '0'
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
hash: 3
|
30
|
+
segments:
|
31
|
+
- 0
|
32
|
+
version: "0"
|
38
33
|
type: :runtime
|
34
|
+
version_requirements: *id001
|
35
|
+
- !ruby/object:Gem::Dependency
|
36
|
+
name: json
|
39
37
|
prerelease: false
|
40
|
-
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
41
39
|
none: false
|
42
|
-
requirements:
|
43
|
-
- -
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
hash: 3
|
44
|
+
segments:
|
45
|
+
- 0
|
46
|
+
version: "0"
|
47
|
+
type: :runtime
|
48
|
+
version_requirements: *id002
|
49
|
+
description: Difio registration agent for dotCloud / Ruby applications. See the README for usage.
|
50
|
+
email:
|
49
51
|
- atodorov@dif.io
|
50
|
-
executables:
|
52
|
+
executables:
|
51
53
|
- difio-dotcloud
|
52
54
|
extensions: []
|
55
|
+
|
53
56
|
extra_rdoc_files: []
|
54
|
-
|
57
|
+
|
58
|
+
files:
|
55
59
|
- .gitignore
|
56
60
|
- Gemfile
|
57
61
|
- LICENSE
|
@@ -61,28 +65,39 @@ files:
|
|
61
65
|
- difio-dotcloud-ruby.gemspec
|
62
66
|
- lib/difio-dotcloud-ruby.rb
|
63
67
|
- lib/difio-dotcloud-ruby/version.rb
|
68
|
+
has_rdoc: true
|
64
69
|
homepage: http://github.com/difio/difio-dotcloud-ruby
|
65
70
|
licenses: []
|
71
|
+
|
66
72
|
post_install_message:
|
67
73
|
rdoc_options: []
|
68
|
-
|
74
|
+
|
75
|
+
require_paths:
|
69
76
|
- lib
|
70
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
77
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
71
78
|
none: false
|
72
|
-
requirements:
|
73
|
-
- -
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
|
76
|
-
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
hash: 3
|
83
|
+
segments:
|
84
|
+
- 0
|
85
|
+
version: "0"
|
86
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
77
87
|
none: false
|
78
|
-
requirements:
|
79
|
-
- -
|
80
|
-
- !ruby/object:Gem::Version
|
81
|
-
|
88
|
+
requirements:
|
89
|
+
- - ">="
|
90
|
+
- !ruby/object:Gem::Version
|
91
|
+
hash: 3
|
92
|
+
segments:
|
93
|
+
- 0
|
94
|
+
version: "0"
|
82
95
|
requirements: []
|
96
|
+
|
83
97
|
rubyforge_project: difio-dotcloud-ruby
|
84
|
-
rubygems_version: 1.
|
98
|
+
rubygems_version: 1.3.7
|
85
99
|
signing_key:
|
86
100
|
specification_version: 3
|
87
101
|
summary: Difio registration agent for dotCloud / Ruby applications
|
88
102
|
test_files: []
|
103
|
+
|