hetzner-api 1.0.3 → 1.0.4

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hetzner-api (1.0.3)
4
+ hetzner-api (1.0.4)
5
5
  httparty (~> 0.8.3)
6
6
  json
7
7
  thor
data/README.rdoc CHANGED
@@ -30,7 +30,7 @@ see http://wiki.hetzner.de/index.php/Robot_Webservice/en for details.
30
30
 
31
31
  {Build Status on Travis-CI}[link:http://travis-ci.org/rmoriz/hetzner-api]:
32
32
 
33
- http://travis-ci.org/rmoriz/hetzner-api.png
33
+ {<img src="https://secure.travis-ci.org/rmoriz/hetzner-api.png?branch=master" alt="Build Status" />}[http://travis-ci.org/rmoriz/hetzner-api]
34
34
 
35
35
  == Coverage
36
36
 
@@ -123,6 +123,6 @@ The gem and the author are not related to Hetzner AG!
123
123
 
124
124
  == Copyright
125
125
 
126
- Copyright (c) 2011 Roland Moriz. See LICENSE for details.
126
+ Copyright (c) 2012 Roland Moriz. See LICENSE for details.
127
127
 
128
128
  {Ruby on Rails Entwicklung}[http://moriz.de/] -> Moriz GmbH
data/hetzner-api.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.summary = "A wrapper for Hetzner.de's server management API"
12
12
  s.description = "A wrapper for Hetzner.de's server management API"
13
13
 
14
- s.required_rubygems_version = "~> 1.3.6"
14
+ s.required_rubygems_version = ">= 1.3.6"
15
15
  s.rubyforge_project = "hetzner-api"
16
16
 
17
17
  if RUBY_PLATFORM == 'java'
@@ -1,5 +1,5 @@
1
1
  module Hetzner
2
2
  class API
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hetzner-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
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: 2012-06-19 00:00:00.000000000 Z
12
+ date: 2012-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -314,11 +314,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
314
314
  version: '0'
315
315
  segments:
316
316
  - 0
317
- hash: 1179088923167716526
317
+ hash: 2255137014396768646
318
318
  required_rubygems_version: !ruby/object:Gem::Requirement
319
319
  none: false
320
320
  requirements:
321
- - - ~>
321
+ - - ! '>='
322
322
  - !ruby/object:Gem::Version
323
323
  version: 1.3.6
324
324
  requirements: []