project-fifo-ruby 0.3.1 → 0.3.2

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.
@@ -74,7 +74,6 @@ class ProjectFifo
74
74
  rescue RestClient::Exception => e
75
75
  if @verbose
76
76
  puts "I have #{e.inspect} with #{e.http_code}"
77
- pp e
78
77
  end
79
78
  e.response
80
79
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "project-fifo-ruby"
5
- spec.version = '0.3.1'
5
+ spec.version = '0.3.2'
6
6
  spec.authors = [ "Brian Akins" ]
7
7
  spec.email = [ "brian@akins.org" ]
8
8
  spec.description = %q{A simple incomplete project-fifo client API}
data/test.rb CHANGED
@@ -6,7 +6,12 @@ fifo = ProjectFifo.new("http://192.168.1.100/api/0.1.0/", "admin", "admin")
6
6
 
7
7
  fifo.connect
8
8
 
9
- pp fifo.packages.get_by_name("medium")
9
+ pp fifo.vms.list
10
+
11
+ exit
12
+
13
+ #pp fifo.packages.get_by_name("medium")
14
+
10
15
  pp fifo.ipranges.get_by_name("default")
11
16
  pp fifo.datasets.get_by_name("ubuntu-12.04")
12
17
  pp fifo.vms.get_by_name("netatalk")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: project-fifo-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
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-05-10 00:00:00.000000000 Z
12
+ date: 2013-05-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client