cloudstack_ruby_client 0.0.4 → 0.0.5

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/NOTICE CHANGED
@@ -1,2 +1,2 @@
1
- CloudStack-Ruby-Client
1
+ cloudStack_ruby-client
2
2
  Copyright 2013 Chip Childers
data/README.md CHANGED
@@ -3,7 +3,4 @@ cloudstack_ruby_client
3
3
 
4
4
  A Ruby client for CloudStack's API, licensed via the Apache Software License v2.
5
5
 
6
- Project Status
7
- ==============
8
-
9
- This project is completely new, and not recommended for use yet.
6
+ See the project site for more information: (http://chipchilders.github.io/cloudstack_ruby_client/)
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["chip.childers@gmail.com"]
11
11
  gem.description = %q{A Ruby client for CloudStack's API, licensed via the Apache Software License v2.}
12
12
  gem.summary = %q{A Ruby client for CloudStack's API.}
13
- gem.homepage = "https://github.com/chipchilders/cloudstack_ruby_client"
13
+ gem.homepage = "http://chipchilders.github.io/cloudstack_ruby_client/"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module CloudstackRubyClient
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstack_ruby_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-25 00:00:00.000000000 Z
12
+ date: 2013-07-29 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A Ruby client for CloudStack's API, licensed via the Apache Software
15
15
  License v2.
@@ -32,7 +32,7 @@ files:
32
32
  - lib/cloudstack_ruby_client/version.rb
33
33
  - test/integration/client_test.rb
34
34
  - test/unit/empty_test.rb
35
- homepage: https://github.com/chipchilders/cloudstack_ruby_client
35
+ homepage: http://chipchilders.github.io/cloudstack_ruby_client/
36
36
  licenses: []
37
37
  post_install_message:
38
38
  rdoc_options: []