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.
@@ -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' => 'Ruby',
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'],
@@ -1,5 +1,5 @@
1
1
  module Difio
2
2
  class Dotcloud
3
- VERSION = "2.0.0"
3
+ VERSION = "2.0.1"
4
4
  end
5
5
  end
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
- version: 2.0.0
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
- date: 2012-07-10 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
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
- version_requirements: !ruby/object:Gem::Requirement
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: '0'
30
- - !ruby/object:Gem::Dependency
31
- name: json
32
- requirement: !ruby/object:Gem::Requirement
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
- version_requirements: !ruby/object:Gem::Requirement
38
+ requirement: &id002 !ruby/object:Gem::Requirement
41
39
  none: false
42
- requirements:
43
- - - ! '>='
44
- - !ruby/object:Gem::Version
45
- version: '0'
46
- description: Difio registration agent for dotCloud / Ruby applications. See the README
47
- for usage.
48
- email:
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
- files:
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
- require_paths:
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
- version: '0'
76
- required_rubygems_version: !ruby/object:Gem::Requirement
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
- version: '0'
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.8.24
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
+