rundeck 0.0.2.pre → 0.0.3.pre

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34da755c9e4b7d1536d9f79837f791e39d4b1cb0
4
- data.tar.gz: b070f5db1fef3def9866d6627f3fd8eb06b51079
3
+ metadata.gz: 5c88f0666b4b89351a6e9c34f7769036936f5cf8
4
+ data.tar.gz: 9f7c1c30d0ece66d6dcfb297422e5b38d2e31ee2
5
5
  SHA512:
6
- metadata.gz: 5273528182f1fede221872bcbcf28cd3beaa26b27311e27ed5bee665e7fcd4c7d38e8d4b4dfa4f8bf9c7c1f70356af6ca74d67129381f80e634042c2d1ea76e4
7
- data.tar.gz: 28e0fcd7037d9848c8d47048950e0afb4db4a9d8a0bcbd67ff7750ec0bacf164d2efea80ce488e585a86699fb93b2c8f91b33429f025a35894f2750f1719df6c
6
+ metadata.gz: 34e9d290de610879d9041338456b593e5e4ca57c40d77d0007bb0c5aefbf7e2bc05f8568b59647628dc38c3ccbcb1aed7d5c3cfe0691f393b54fb3e5d1f6eeea
7
+ data.tar.gz: ea34452acb80ed0782d9e5235ddb84c7083ae2d9377dc4fe80bf15c4b8bbdc8ac6b63f23b562bd0717b5e1d53a25e06146608cf07d3fa7a838efc5b55132e894
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Rundeck Ruby Gem
2
2
 
3
+ [Website](http://dblessing.github.io/rundeck-ruby)
4
+
3
5
  ## Work in progress. Not yet stable
4
6
 
5
7
  **Note: Although the git repository is called 'rundeck-ruby', the gem is called 'Rundeck' on Rubygems.org. There is another gem called 'rundeck-ruby' on Rubygems.org and it is not affiliated with this project.**
@@ -19,23 +21,7 @@ free to submit a pull request to contribute fixes or new features.
19
21
  The layout and the code in this library is inspired by https://github.com/NARKOZ/gitlab.
20
22
  NARKOZ does a fantastic job of keeping code simple and achieving API feature parity.
21
23
 
22
- ## Installation
23
-
24
- Add this line to your application's Gemfile:
25
-
26
- gem 'rundeck'
27
-
28
- And then execute:
29
-
30
- $ bundle
31
-
32
- Or install it yourself as:
33
-
34
- $ gem install rundeck
35
-
36
- ## Usage
37
-
38
- TODO: Write usage instructions here
24
+ See http://dblessing.github.io/rundeck-ruby for documentation
39
25
 
40
26
  ## Contributing
41
27
 
@@ -132,7 +132,7 @@ module Rundeck
132
132
  # Delete a key
133
133
  #
134
134
  # @example
135
- # Rundeck.delete_key('path/to/key')
135
+ # Rundeck.delete_key('path/to/key')
136
136
  #
137
137
  # @param [String] path A key storage path
138
138
  # @param [Hash] options A set of options passed directly to HTTParty
@@ -34,7 +34,7 @@ module Rundeck
34
34
 
35
35
  # Resets all configuration options to the defaults.
36
36
  def reset
37
- self.endpoint = ENV['RUNDECK_API_ENDPOINT']
37
+ self.endpoint = ENV['RUNDECK_ENDPOINT']
38
38
  self.api_token = ENV['RUNDECK_API_TOKEN']
39
39
  self.user_agent = DEFAULT_USER_AGENT
40
40
  end
@@ -1,3 +1,3 @@
1
1
  module Rundeck
2
- VERSION = '0.0.2.pre'
2
+ VERSION = '0.0.3.pre'
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['drew.blessing@mac.com']
11
11
  spec.description = 'Ruby client for Rundeck API'
12
12
  spec.summary = 'A ruby wrapper for the Rundeck API'
13
- spec.homepage = 'https://github.com/dblessing/rundeck'
13
+ spec.homepage = 'http://dblessing.github.io/rundeck-ruby'
14
14
  spec.license = 'BSD-2-Clause'
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rundeck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.pre
4
+ version: 0.0.3.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew A. Blessing
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-27 00:00:00.000000000 Z
11
+ date: 2014-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -211,7 +211,7 @@ files:
211
211
  - spec/rundeck/request_spec.rb
212
212
  - spec/rundeck_spec.rb
213
213
  - spec/spec_helper.rb
214
- homepage: https://github.com/dblessing/rundeck
214
+ homepage: http://dblessing.github.io/rundeck-ruby
215
215
  licenses:
216
216
  - BSD-2-Clause
217
217
  metadata: {}